Advanced Search
Search Results
2 total results found
Redirect common Windows folders (Documents, etc)
Microsoft Windows
Windows General
"HKCU\Microsoft\Windows\Currentversion\Explorer\Shell Folders" REG ADD "HKCU\SOFTWARE\Microsoft\Windows\Currentversion\Explorer\Shell Folders" /v "My Music" /t REG_SZ /d "\\we-s004\users\%username%\My Documents\My Music" /f REG ADD "HKCU\Software\Microsoft...
Disable LLMNR
Windows Command Line
From and elevated Command Line REG ADD “HKLM\Software\policies\Microsoft\Windows NT\DNSClient” REG ADD “HKLM\Software\policies\Microsoft\Windows NT\DNSClient” /v ” EnableMulticast” /t REG_DWORD /d “0” /f