Skip to content

Instantly share code, notes, and snippets.

@Logerfo
Last active November 5, 2019 19:35
Show Gist options
  • Save Logerfo/5640d7a3c00f54e703ef8c04b4733381 to your computer and use it in GitHub Desktop.
Save Logerfo/5640d7a3c00f54e703ef8c04b4733381 to your computer and use it in GitHub Desktop.
regs
Windows Registry Editor Version 5.00
;https://www.windowscentral.com/how-remove-onedrive-file-explorer-windows-10
[HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM]
"AccentColor"=dword:ff000000
"AccentColorInactive"=dword:ff000000
Windows Registry Editor Version 5.00
;https://www.windowscentral.com/add-open-command-window-here-back-context-menu-windows-10
[HKEY_CLASSES_ROOT\Directory\shell\cmd]
"HideBasedOnVelocityId"=-
"ShowBasedOnVelocityId"=dword:00639bc8
Windows Registry Editor Version 5.00
;https://www.windowscentral.com/add-open-command-window-here-back-context-menu-windows-10
[HKEY_CLASSES_ROOT\Directory\shell\cmd]
"ShowBasedOnVelocityId"=-
"HideBasedOnVelocityId"=dword:00639bc8
Windows Registry Editor Version 5.00
;https://www.windowscentral.com/add-open-command-window-here-back-context-menu-windows-10
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmd]
"HideBasedOnVelocityId"=-
"ShowBasedOnVelocityId"=dword:00639bc8
Windows Registry Editor Version 5.00
;https://www.windowscentral.com/add-open-command-window-here-back-context-menu-windows-10
[HKEY_CLASSES_ROOT\Directory\shell\cmd]
"HideBasedOnVelocityId"=-
"ShowBasedOnVelocityId"=dword:00639bc8
Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\DefaultColors]
Windows Registry Editor Version 5.00
;https://superuser.com/a/1024956/861834
[HKEY_CURRENT_USER\Control Panel\Input Method]
"EnableHexNumpad"="1"
Windows Registry Editor Version 5.00
;https://superuser.com/a/1024956/861834
[HKEY_CURRENT_USER\Control Panel\Input Method]
"EnableHexNumpad"=-
Windows Registry Editor Version 5.00
;https://www.windowscentral.com/how-remove-onedrive-file-explorer-windows-10
[HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
"System.IsPinnedToNameSpaceTree"=dword:00000000
Windows Registry Editor Version 5.00
;https://www.windowscentral.com/how-remove-onedrive-file-explorer-windows-10
[HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
"System.IsPinnedToNameSpaceTree"=dword:00000001
Windows Registry Editor Version 5.00
; created by Walter Glenn
; for How-To Geek
; article: https://www.howtogeek.com/howto/windows-vista/add-take-ownership-to-explorer-right-click-menu-in-vista/
[HKEY_CLASSES_ROOT\*\shell\runas]
@="Take Ownership"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\*\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
[HKEY_CLASSES_ROOT\Directory\shell\runas]
@="Take Ownership"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
Windows Registry Editor Version 5.00
; created by Walter Glenn
; for How-To Geek
; article: https://www.howtogeek.com/howto/windows-vista/add-take-ownership-to-explorer-right-click-menu-in-vista/
[-HKEY_CLASSES_ROOT\*\shell\runas]
[-HKEY_CLASSES_ROOT\Directory\shell\runas]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment