Skip to content

Instantly share code, notes, and snippets.

@lowendgamer
Created May 22, 2022 22:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lowendgamer/4eb6a355ed58392576c7abcecff226ec to your computer and use it in GitHub Desktop.
Save lowendgamer/4eb6a355ed58392576c7abcecff226ec to your computer and use it in GitHub Desktop.
Commands
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender\Features
Select the Features key at the left and at the right double-click at the TamperProtection REG_DWORD value.
Note: If the "TamperProtection" value doesn't exist, right-click anywhere at the right pane and select New > DWORD(32-bit) Value. Name the new value "TamperProtection" and proceed reading below.
In the Edit DWORD window that opens:
To Disable Tamper Protection, set the value data to 0 or 4 and click on the OK button.*
To Enable Tamper Protection, set the value to 5 and click OK. *
Steam folder --> cmd --> steam.exe -tcp -clearbeta
Google DNS
Preferred: 8.8.8.8
Alternate: 8.8.4.4
OpenDNS
Preferred: 208.67.222.222
Alternate: 208.67.220.220
Cloudflare
1.1.1.1
1.0.0.1
//Clear teams cache
rmdir /q /s %appdata%\Microsoft\Teams
//Clear webex cache
%USERPROFILE%\AppData\Local\WebEx\wbxcache
adb devices
adb shell pm uninstall --user 0 com.google.android.projection.gearhead
adb shell settings put secure show_rotation_suggestions 0
adb shell settings put secure back_gesture_inset_scale_right -1
adb shell settings list secure
bcdedit -set TESTSIGNING OFF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment