<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://wiki.largegeek.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="http://wiki.largegeek.com/feed.php">
        <title> - wiki:windows</title>
        <description></description>
        <link>http://wiki.largegeek.com/</link>
        <image rdf:resource="http://wiki.largegeek.com/lib/exe/fetch.php?media=wiki:logo.svg" />
       <dc:date>2026-04-23T09:45:33+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.largegeek.com/doku.php?id=wiki:windows:activate_server_eval&amp;rev=1473796404&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.largegeek.com/doku.php?id=wiki:windows:auto_login&amp;rev=1490284130&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.largegeek.com/doku.php?id=wiki:windows:batch_files&amp;rev=1562700206&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.largegeek.com/doku.php?id=wiki:windows:cycle_click&amp;rev=1774549728&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.largegeek.com/doku.php?id=wiki:windows:missing_tray_icons&amp;rev=1473796404&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.largegeek.com/doku.php?id=wiki:windows:onscreen_keyboard_at_login&amp;rev=1473796404&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.largegeek.com/doku.php?id=wiki:windows:screen_resize_on_sleep&amp;rev=1550857835&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.largegeek.com/doku.php?id=wiki:windows:startup_items_run_as_admin&amp;rev=1473796404&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.largegeek.com/doku.php?id=wiki:windows:synctoy&amp;rev=1492301367&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.largegeek.com/doku.php?id=wiki:windows:take_ownership_of_file&amp;rev=1473796404&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.largegeek.com/doku.php?id=wiki:windows:virtualbox&amp;rev=1610827358&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.largegeek.com/doku.php?id=wiki:windows:windows_10_notes&amp;rev=1551203581&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.largegeek.com/doku.php?id=wiki:windows:windows_run_commands&amp;rev=1576528158&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.largegeek.com/doku.php?id=wiki:windows:windows7_network_workaround&amp;rev=1473796404&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.largegeek.com/doku.php?id=wiki:windows:windows7_update_fix&amp;rev=1478800233&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.largegeek.com/lib/exe/fetch.php?media=wiki:logo.svg">
        <title></title>
        <link>http://wiki.largegeek.com/</link>
        <url>http://wiki.largegeek.com/lib/exe/fetch.php?media=wiki:logo.svg</url>
    </image>
    <item rdf:about="http://wiki.largegeek.com/doku.php?id=wiki:windows:activate_server_eval&amp;rev=1473796404&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-09-13T19:53:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>activate_server_eval</title>
        <link>http://wiki.largegeek.com/doku.php?id=wiki:windows:activate_server_eval&amp;rev=1473796404&amp;do=diff</link>
        <description>Activate Windows Server from TechNet Evaluation

From elevated Command Prompt...

Check Current Version:
DISM /online /Get-CurrentEdition
Check Availbe License Paths:
DISM /online /Get-TargetEditions
Set Proper Edition and License it:
DISM /online /Set-Edition:ServerStandard /AcceptEula /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</description>
    </item>
    <item rdf:about="http://wiki.largegeek.com/doku.php?id=wiki:windows:auto_login&amp;rev=1490284130&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-03-23T15:48:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>auto_login</title>
        <link>http://wiki.largegeek.com/doku.php?id=wiki:windows:auto_login&amp;rev=1490284130&amp;do=diff</link>
        <description>Auto Login

Registry Path
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon 
All of the following entries are STRINGS
Workgroup / Legacy DomainAutoAdminLogon1DefaultUserNameusernameDefaultPasswordpasswordDefaultDomaindomain (if on domain)</description>
    </item>
    <item rdf:about="http://wiki.largegeek.com/doku.php?id=wiki:windows:batch_files&amp;rev=1562700206&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-07-09T19:23:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>batch_files</title>
        <link>http://wiki.largegeek.com/doku.php?id=wiki:windows:batch_files&amp;rev=1562700206&amp;do=diff</link>
        <description>Scripts &amp; Batch Files

Batch Files

	*  File List
	*  Make Common Directories
	*  Create Dated Folder
	*  Print Spool Fix
	*  Ping Tester
	*  Copy Text to Clipboard
	*  System Info Generator
	*  Power Config

PowerShell

	*  Defender Exclusions</description>
    </item>
    <item rdf:about="http://wiki.largegeek.com/doku.php?id=wiki:windows:cycle_click&amp;rev=1774549728&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-26T18:28:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cycle_click</title>
        <link>http://wiki.largegeek.com/doku.php?id=wiki:windows:cycle_click&amp;rev=1774549728&amp;do=diff</link>
        <description>Cycle App Windows by Clicking Taskbar Icon

Confirmed to work on raw Win10. Need to test with Start11 and Win11.

This registry key lets you cycle between open windows of the same program by just clicking on it's taskbar icon, instead of having to hover and then select the instance you want to switch to.</description>
    </item>
    <item rdf:about="http://wiki.largegeek.com/doku.php?id=wiki:windows:missing_tray_icons&amp;rev=1473796404&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-09-13T19:53:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>missing_tray_icons</title>
        <link>http://wiki.largegeek.com/doku.php?id=wiki:windows:missing_tray_icons&amp;rev=1473796404&amp;do=diff</link>
        <description>Missing Tray Icons

	*  Go to Start &gt; Run (or Windows-key + “R”), type in “regedit” and hit “OK”.
	*  Navigate to the key “HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion \TrayNotify”
	*  Delete the values</description>
    </item>
    <item rdf:about="http://wiki.largegeek.com/doku.php?id=wiki:windows:onscreen_keyboard_at_login&amp;rev=1473796404&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-09-13T19:53:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>onscreen_keyboard_at_login</title>
        <link>http://wiki.largegeek.com/doku.php?id=wiki:windows:onscreen_keyboard_at_login&amp;rev=1473796404&amp;do=diff</link>
        <description>On-Screen Keyboard at Login

For Windows Vista and newer there are accessibility tools on the lower left corner of the screen.

Windows XP however needs a registry edit to show the on-screen keyboard on the login screen.

Run regedit and navigate to:</description>
    </item>
    <item rdf:about="http://wiki.largegeek.com/doku.php?id=wiki:windows:screen_resize_on_sleep&amp;rev=1550857835&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-02-22T17:50:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>screen_resize_on_sleep</title>
        <link>http://wiki.largegeek.com/doku.php?id=wiki:windows:screen_resize_on_sleep&amp;rev=1550857835&amp;do=diff</link>
        <description>Screen Resize on Sleep

I have been having this issue since about Windows-10-1703 update. Only my monitor goes to sleep, but Windows was acting like it was a brand new monitor at a new resolution every time it would wake up. So my windows and icons that aren't controlled by Fences would be moved. Finally found this solution and it seems to have worked.</description>
    </item>
    <item rdf:about="http://wiki.largegeek.com/doku.php?id=wiki:windows:startup_items_run_as_admin&amp;rev=1473796404&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-09-13T19:53:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>startup_items_run_as_admin</title>
        <link>http://wiki.largegeek.com/doku.php?id=wiki:windows:startup_items_run_as_admin&amp;rev=1473796404&amp;do=diff</link>
        <description>Start-up Items wont run as Admin

	*  Navigate to: Administrative Tools &gt; Local Security Policy &gt; Local Policies &gt; Security Options
	*  User Account Control: run all administrators in admin approval mode = Disable</description>
    </item>
    <item rdf:about="http://wiki.largegeek.com/doku.php?id=wiki:windows:synctoy&amp;rev=1492301367&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-16T00:09:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>synctoy</title>
        <link>http://wiki.largegeek.com/doku.php?id=wiki:windows:synctoy&amp;rev=1492301367&amp;do=diff</link>
        <description>SyncToy

SyncToy is a file syncing tool made by Microsoft. It has not been updated for quite some time, but really doesn't need it other than maybe an aesthetic overhaul. I use it to backup things from my PCs to my NAS.

This page is somewhere I can point poeple when they want someway to automate backing up to an external drive or NAS, but traditional back-up software is too cumbersome of vague. Which has been my experience. SyncToy can get a tad granular, but it really is an all or nothing sync…</description>
    </item>
    <item rdf:about="http://wiki.largegeek.com/doku.php?id=wiki:windows:take_ownership_of_file&amp;rev=1473796404&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-09-13T19:53:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>take_ownership_of_file</title>
        <link>http://wiki.largegeek.com/doku.php?id=wiki:windows:take_ownership_of_file&amp;rev=1473796404&amp;do=diff</link>
        <description>Take Ownership of File

Used for taking ownership of dll’s and other system files that might cause problems when updating poorly coded software.

	*  Run 'cmd.exe' as Administrator
	*  Run commands:

takeown /f C:\Windows\System32\filename.dll
cacls C:\Windows\System32\filename.dll /G username:F</description>
    </item>
    <item rdf:about="http://wiki.largegeek.com/doku.php?id=wiki:windows:virtualbox&amp;rev=1610827358&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-01-16T20:02:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>virtualbox</title>
        <link>http://wiki.largegeek.com/doku.php?id=wiki:windows:virtualbox&amp;rev=1610827358&amp;do=diff</link>
        <description>Virtual Box on Windows

Headless Virtual Machines

Add command path to Windows in elevated Command Prompt:


set PATH=%PATH%;&quot;C:\Program Files\Oracle\VirtualBox&quot;


Find the UUID of your VMs with:


VBoxManage list vms


To run a VM as headless, make a Batch file containing:</description>
    </item>
    <item rdf:about="http://wiki.largegeek.com/doku.php?id=wiki:windows:windows_10_notes&amp;rev=1551203581&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-02-26T17:53:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>windows_10_notes</title>
        <link>http://wiki.largegeek.com/doku.php?id=wiki:windows:windows_10_notes&amp;rev=1551203581&amp;do=diff</link>
        <description>Windows 10 Notes

Virtual Desktop Shortcuts

NEW DESKTOP

	*  Ctrl + WIN + D

SWITCH DESKTOPS

	*  Ctrl + WIN + Left/Right Arrow
	*  4 Finger Swipe

CLOSE CURRENT DESKTOP

	*  Ctrl + WIN + F4

Media Creation

Microsoft Media Creation Tool

Prevent Windows from managing default printer:</description>
    </item>
    <item rdf:about="http://wiki.largegeek.com/doku.php?id=wiki:windows:windows_run_commands&amp;rev=1576528158&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-12-16T20:29:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>windows_run_commands</title>
        <link>http://wiki.largegeek.com/doku.php?id=wiki:windows:windows_run_commands&amp;rev=1576528158&amp;do=diff</link>
        <description>Windows Run Commands

These commands are meant to be run via the Run window (Win+R).

TechNet Command Library

Direct Executables

Named Windows programs that can be called from Run or Search and sometime Command Prompt/PowerShell. 
  Command    Description  ncpa.cpl  Network Devices</description>
    </item>
    <item rdf:about="http://wiki.largegeek.com/doku.php?id=wiki:windows:windows7_network_workaround&amp;rev=1473796404&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-09-13T19:53:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>windows7_network_workaround</title>
        <link>http://wiki.largegeek.com/doku.php?id=wiki:windows:windows7_network_workaround&amp;rev=1473796404&amp;do=diff</link>
        <description>Windows 7 Network Compatibility Workaround

This is a workaround for making Windows 7+ play nicer with XP dominant environments.

Navigate to: Administrative Tools &gt; Local Security Policy &gt; Local Policies &gt; Security Options

Change the following options:</description>
    </item>
    <item rdf:about="http://wiki.largegeek.com/doku.php?id=wiki:windows:windows7_update_fix&amp;rev=1478800233&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-11-10T17:50:33+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>windows7_update_fix</title>
        <link>http://wiki.largegeek.com/doku.php?id=wiki:windows:windows7_update_fix&amp;rev=1478800233&amp;do=diff</link>
        <description>Fix Windows 7 Update

Microsoft Support Article

In case the article disappears, the specific knowledge-base numbers are: KB3172605 &amp; KB3020369

Turn off updates and install the patches from the KB's manually and restart. Then turn updates on again and let Update to it's thing.</description>
    </item>
</rdf:RDF>
