Last active
November 5, 2019 19:35
-
-
Save Logerfo/5640d7a3c00f54e703ef8c04b4733381 to your computer and use it in GitHub Desktop.
regs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\DefaultColors] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
;https://superuser.com/a/1024956/861834 | |
[HKEY_CURRENT_USER\Control Panel\Input Method] | |
"EnableHexNumpad"="1" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
;https://superuser.com/a/1024956/861834 | |
[HKEY_CURRENT_USER\Control Panel\Input Method] | |
"EnableHexNumpad"=- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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