<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.visrc.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.visrc.com/feed.php">
        <title>TD Wiki windows</title>
        <description></description>
        <link>https://wiki.visrc.com/</link>
        <image rdf:resource="https://wiki.visrc.com/lib/tpl/monobook/images/favicon.ico" />
       <dc:date>2026-05-07T15:10:39+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.visrc.com/doku.php?id=windows:qemu&amp;rev=1740059688&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.visrc.com/doku.php?id=windows:ssh_server&amp;rev=1740059688&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.visrc.com/doku.php?id=windows:win_tricks&amp;rev=1776947591&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.visrc.com/doku.php?id=windows:wsl&amp;rev=1776951185&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.visrc.com/lib/tpl/monobook/images/favicon.ico">
        <title>TD Wiki</title>
        <link>https://wiki.visrc.com/</link>
        <url>https://wiki.visrc.com/lib/tpl/monobook/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.visrc.com/doku.php?id=windows:qemu&amp;rev=1740059688&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-20T14:54:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>windows:qemu</title>
        <link>https://wiki.visrc.com/doku.php?id=windows:qemu&amp;rev=1740059688&amp;do=diff</link>
        <description>QEMU WIN

	*  &lt;https://qemu.weilnetz.de/w64/2022/&gt;
	*</description>
    </item>
    <item rdf:about="https://wiki.visrc.com/doku.php?id=windows:ssh_server&amp;rev=1740059688&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-20T14:54:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>windows:ssh_server</title>
        <link>https://wiki.visrc.com/doku.php?id=windows:ssh_server&amp;rev=1740059688&amp;do=diff</link>
        <description>Windows SSH Agent

1. SSH Agent Powershell

	*  &lt;https://alextrapixel.purpleinkenter.com/en/posts/2020/01/vscode_windows10_fix_git_ssh/&gt;

1.1 Git in powershell

Run PS as Admin

Type command ssh-agent, if you face error message like unable to start ssh-agent service, error :1058 then you need to fix it.
Run this Set-Service ssh-agent -StartupType Manual to fix the error. This command tell that to set service of ssh-agent and I set to start ssh-agent to manual because I want to use it when I need…</description>
    </item>
    <item rdf:about="https://wiki.visrc.com/doku.php?id=windows:win_tricks&amp;rev=1776947591&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-23T14:33:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>windows:win_tricks</title>
        <link>https://wiki.visrc.com/doku.php?id=windows:win_tricks&amp;rev=1776947591&amp;do=diff</link>
        <description>Windows tricks

Auto power on

PS as admin:
  powercfg -devicequery wake_armed
  HID-compliant mouse (001)
  
Fix it
  devmgmt.msc
  
Mouse properties and disable wakeup.

Powershell

Execution policy

Open PS as admin and run:
   Set-ExecutionPolicy Unrestricted</description>
    </item>
    <item rdf:about="https://wiki.visrc.com/doku.php?id=windows:wsl&amp;rev=1776951185&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-23T15:33:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>windows:wsl</title>
        <link>https://wiki.visrc.com/doku.php?id=windows:wsl&amp;rev=1776951185&amp;do=diff</link>
        <description>WSL Setup

Docker
   apt install iptables
(&lt;https://docs.docker.com/engine/install/debian/&gt;)
(&lt;https://daniel.es/blog/how-to-install-docker-in-wsl-without-docker-desktop/&gt;)

Mount Drive

C: and D: are mounted automatically /mnt/c/, /mnt/d/</description>
    </item>
</rdf:RDF>
