Skip to content

Instantly share code, notes, and snippets.

@ypetya
Last active April 11, 2016 09:44
Show Gist options
  • Save ypetya/0289d19ba54aef49aee9 to your computer and use it in GitHub Desktop.
Save ypetya/0289d19ba54aef49aee9 to your computer and use it in GitHub Desktop.
Windows tweaks

$ git config --global core.preloadindex true $ git config --global core.fscache true $ git config --global gc.auto 256

Win7 - How to ...

add "Take ownership" to context menu?

add user install rights?

HKLM\Software\Policies\Microsoft\Windows\Installer
Name - DisableMSI Type - REG_DWORD 0 = enable

modify IE9 "Disable script debugger" settings?

HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main ...

enable browser history or delete cache buttons in the options?

HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel
HKEY_Local_Machine\Software\Policies\Microsoft\Internet Explorer\Control Panel

remove internet explorer restrictions?

http://www.pctools.com/guides/registry/detail/537/

HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel

0x1 -> restriction enabled! 0x0 -> no restriction!

edit trusted sites?

I was unable to apply settings, but the different Zones and site rules are defined below the following key:

HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings

Also some restrictions were removed before

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment