HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent
- Dword
DisableWindowsConsumerFeatures
set to1
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization
- Dword
NoLockScreen
set to1
Note: Requires latest anniversary update (was removed in the first version)
HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer
- Dword
NoWindowMinimizingShortcuts
set to1
And newer versions of windows 10:
Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
- Dword
DisallowShaking
set to1
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search
- Dword
AllowCortana
set to0
taskkill /f /im OneDrive.exe
%SystemRoot%\SysWOW64\OneDriveSetup.exe /uninstall
In administrator command line:
assoc .="No Extension"
ftype "No Extension"="C:\path\to\my editor.exe" "%1"
https://gist.github.com/JohannesMP/ce36bf7588fc9e479191e5b319fcd93b
https://gist.github.com/JohannesMP/ded89d04d7edd3ca9828679fa0e2d236
- Delete key
HKEY_CLASSES_ROOT\CLSID\{09A47860-11B0-4DA5-AFA5-26D86198A780}
https://gist.github.com/JohannesMP/0a8a3daa3a48dcb8884d16d51a736129
- When clicking on:
- folder:
HKEY_CLASSES_ROOT\Directory\shell\cmd
- folder background:
HKEY_CLASSES_ROOT\Directory\Background\shell\cmd
- external drive:
HKEY_CLASSES_ROOT\Drive\shell\cmd
- folder:
On empty spaces within folders
- Change permissions of Administrator group for the cmd folder to allow editing
- Right click
cmd
-> "Permissions", then "Advanced" - On "Advanced Security Settings," click the "Change" link next to "Owner."
- Type your account name in the provided field, click "Check Names", and click "OK".
- Check the "Replace owner on subcontainers and objects" option, then click "Apply" and "OK".
- On "Permissions," select the Administrators group.
- Under "Permissions for Administrators," select "Allow" for the "Full Control" option, then click "Apply" and "OK"
- Right click
- In
cmd
, rename DwordHideBasedOnVelocityId
toShowBasedOnVelocityId
- When clicking on:
- folder:
HKEY_CLASSES_ROOT\Directory\shell\PowerShell
- folder background:
HKEY_CLASSES_ROOT\Directory\Background\shell\PowerShell
- external drive:
HKEY_CLASSES_ROOT\Drive\shell\PowerShell
- folder:
- Change permissions of Administrator group for the
PowerShell
folder to allow editing- See instructions for
cmd
folder above
- See instructions for
- In
PowerShell
, rename DwordHideBasedOnVelocityId
toShowBasedOnVelocityId
HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}
- Dword
System.IsPinnedToNameSpaceTree
set to0
HKEY_CLASSES_ROOT\CLSID\{B4FB3F98-C1EA-428d-A78A-D1F5659CBA93}\ShellFolder
- Dword
Attributes
set tob094010c
(default isb084010c
)- May need to take ownership of
ShellFolder
key first.
- May need to take ownership of
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PrecisionTouchPad
- Dword
AAPThreshold
set to0
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced
- Dword
ShowSecondsInSystemClock
set to1
@dslomer64 thanks! I’ll be honest, I originally just made this gist for myself so I don’t have to hunt for these each time I set up a new personal machine.
That being said I’m glad it is benefiting others as well, but I can’t make any guarantees - all I can say is that these worked for me on my personal Windows 10 machine when I added them to the gist. Different Windows 10 installs could have their own quirks, not to mention future Windows 10 updates might break something here that used to work.