Skip to content

Instantly share code, notes, and snippets.

View Function-10's full-sized avatar

Function-10

  • Auckland, New Zealand
View GitHub Profile
@Function-10
Function-10 / Google_IP_Addresses.txt
Last active February 16, 2020 03:04 — forked from x011/Google_IP_Addresses.txt
List of Google ip addresses - Feel free to contribute if you find new ip's operated by google.
35.190.247.0/24
64.233.160.0/19
66.102.0.0/20
66.249.80.0/20
72.14.192.0/18
74.125.0.0/16
108.177.8.0/21
173.194.0.0/16
209.85.128.0/17
216.58.192.0/19
@Function-10
Function-10 / tweaks-win10.reg
Created July 5, 2019 00:10 — forked from beeyev/tweaks-win10.reg
Windows 10 must have registry tweaks 2018
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]
setacl.exe -on "HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows Defender" -ot reg -actn setowner -ownr n:Administrators
setacl.exe -on "HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows Defender" -ot reg -actn ace -ace "n:Administrators;p:full"
reg add "HKCU\Software\Policies\Microsoft\Windows Defender" /v DisableAntiSpyware /t REG_DWORD /d 1 /f