Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| // First, download the proxy pac file locally (make sure to use RAW content) | |
| // wget https://gist.githubusercontent.com/jupierce/f0f2cd8721c3fa4fbf08451e1003a6e6/raw -O /path/to/proxy.pac # Download git content to your home directory | |
| // Second, use browser specific configuration steps | |
| // ***Firefox**** | |
| // Open about:config in the URL bar. | |
| // Configure 'network.proxy.autoconfig_url' setting to point to this gist 'file:///path/to/proxy.pac' for the setting's value. |
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 | |
| ;Remove 'Give access to' Context Menu in Windows 10 | |
| [-HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Sharing] | |
| [-HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\ModernSharing] | |
| [-HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\Sharing] | |
| [-HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\Sharing] | |
| [-HKEY_CLASSES_ROOT\Directory\shellex\CopyHookHandlers\Sharing] | |
| [-HKEY_CLASSES_ROOT\Directory\shellex\PropertySheetHandlers\Sharing] | |
| [-HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\Sharing] |