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
Assuming they all work (and I'm sure they do), what great hacks, especially associating files with no extension with an editor , the old favorite "Command prompt here" sorta thing. THANKS. I'm sure I'll use more than those two.