Skip to content

Instantly share code, notes, and snippets.

View rpaulucci3's full-sized avatar

Rafael A O Paulucci rpaulucci3

  • Karlsruhe, Germany
  • 00:54 (UTC +02:00)
  • LinkedIn in/rpaulucci
View GitHub Profile
@rpaulucci3
rpaulucci3 / network-reset.bat
Created August 12, 2019 20:00
Windows Network Reset Batch
netsh winsock reset
netsh int ip reset
netsh interface ipv4 reset
netsh interface ipv6 reset
netsh interface tcp reset
netsh int reset all
ipconfig /flushdns
nbtstat -R
nbtstat -RR
netsh advfirewall reset
@rpaulucci3
rpaulucci3 / reset-winupdate.bat
Created April 25, 2019 23:03
Reset Windows Update components
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
del /F /Q "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*"
rmdir %systemroot%\SoftwareDistribution /S /Q
rmdir %systemroot%\system32\catroot2 /S /Q
netsh winsock reset
netsh winsock reset proxy
net start bits
@rpaulucci3
rpaulucci3 / t-square.sh
Created September 9, 2018 21:43
Batch download from T-Square
wget -r -np 'https://files.t-square.gatech.edu/access/content/group/{$GROUP_ID}/' --load-cookies cookies.txt --header='User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:62.0) Gecko/20100101 Firefox/62.0' --header='Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' --header='Accept-Language: en-US,en;q=0.5' --header='Cookie: JSESSIONID={$JSESSIONID}; BIGipServer{$BIGIPSERVER}' --header='DNT: 1' --header='Connection: keep-alive' 'Upgrade-Insecure-Requests: 1'
@rpaulucci3
rpaulucci3 / UYK6001.txt
Last active May 23, 2020 18:35
List of games in the UYK6001 GBA cartridge
Robocop 2
Legend of Zelda
Life Force
Adventure Island
Super Mario Bros
Defender 2
Star Force
Space Invaders
Bomber Man
Clu Clu Land
@rpaulucci3
rpaulucci3 / win10quirks.reg
Last active April 12, 2020 21:54
Cortana, UTC real-time clock and Game DVR adjustments for Windows 10
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\System\GameConfigStore]
"GameDVR_Enabled"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GameDVR]
"AllowGameDVR"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search]
"AllowCortana"=dword:00000000