Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Espionage724 authored Aug 12, 2022
1 parent 5bc1008 commit 9485be1
Show file tree
Hide file tree
Showing 26 changed files with 60 additions and 13 deletions.
2 changes: 2 additions & 0 deletions Disable CPU Mitigations.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v "FeatureSettingsOverride" /t "REG_DWORD" /d "3" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v "FeatureSettingsOverrideMask" /t "REG_DWORD" /d "3" /f
1 change: 1 addition & 0 deletions Disable Clipboard History.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v "AllowClipboardHistory" /t REG_DWORD /d "0" /f
1 change: 1 addition & 0 deletions Disable DEP.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bcdedit /set "nx" "AlwaysOff"
2 changes: 1 addition & 1 deletion Disable Dynamic Ticks.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bcdedit /set "disabledynamictick" "Yes"
bcdedit /set disabledynamictick yes
1 change: 1 addition & 0 deletions Disable Game DVR.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\GameDVR" /v "AllowgameDVR" /t "REG_DWORD" /d "0" /f
2 changes: 2 additions & 0 deletions Disable HPET.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bcdedit /set useplatformtick no
bcdedit /set useplatformclock no
1 change: 1 addition & 0 deletions Disable Lock Screen.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization" /v "NoLockScreen" /t REG_DWORD /d "1" /f
1 change: 1 addition & 0 deletions Disable Memory Compression.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Disable-MMAgent -MemoryCompression
1 change: 1 addition & 0 deletions Disable Online Speech Recognition.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
reg add "HKLM\SOFTWARE\Policies\Microsoft\InputPersonalization" /v "AllowInputPersonalization" /t REG_DWORD /d "0" /f
1 change: 1 addition & 0 deletions Disable Page Combining.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Disable-MMAgent -PageCombining
1 change: 1 addition & 0 deletions Disable Remote Desktop.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fDenyTSConnections" /t REG_DWORD /d "1" /f
1 change: 1 addition & 0 deletions Disable Shared Experiences.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v "EnableCdp" /t REG_DWORD /d "0" /f
8 changes: 7 additions & 1 deletion Disable SmartScreen.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
:: General
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v "SmartScreenEnabled" /t "REG_SZ" /d "Off" /f
reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\AppHost" /v "SmartScreenEnabled" /t "REG_SZ" /d "Off" /f

:: Windows Store Apps
reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\AppHost" /v "EnableWebContentEvaluation" /t "REG_DWORD" /d "0" /f

:: Microsoft EDGE
reg add "HKLM\SOFTWARE\Policies\Microsoft\MicrosoftEdge\PhishingFilter" /v "EnabledV9" /t "REG_DWORD" /d "0" /f
5 changes: 1 addition & 4 deletions Disable System Restore.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore" /v "DisableConfig" /t "REG_DWORD" /d "1" /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore" /v "DisableSR " /t "REG_DWORD" /d "1" /f
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore" /v "DisableConfig" /t "REG_DWORD" /d "1" /f
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore" /v "DisableSR " /t "REG_DWORD" /d "1" /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore" /v "DisableSR " /t "REG_DWORD" /d "1" /f
3 changes: 3 additions & 0 deletions Disable and Remove Windows Search.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sc stop "WSearch"
sc config "WSearch" start="disabled"
Dism /online /Disable-Feature /FeatureName:"SearchEngine-Client-Package" /Remove
2 changes: 2 additions & 0 deletions Intel MKL on AMD.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
setx "MKL_ENABLE_INSTRUCTIONS" "AVX2" /M
setx "MKL_DEBUG_CPU_TYPE" "5" /M
22 changes: 15 additions & 7 deletions Maintenance.bat
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
"%windir%\microsoft.net\Framework\v4.0.30319\ngen.exe" update /force /queue
"%windir%\microsoft.net\Framework64\v4.0.30319\ngen.exe" update /force /queue
"%windir%\microsoft.net\Framework\v4.0.30319\ngen.exe" executequeueditems
"%windir%\microsoft.net\Framework64\v4.0.30319\ngen.exe" executequeueditems
:: .NET Framework 4
:: Option 1 from "Easy Ngen (.NET Framework) Runner v5.cmd" by Burf
"%windir%\Microsoft.NET\Framework\v4.0.30319\ngen.exe" update /force
"%windir%\Microsoft.NET\Framework\v4.0.30319\ngentask.exe" /runtimewide
"%windir%\Microsoft.NET\Framework64\v4.0.30319\ngen.exe" update /force
"%windir%\Microsoft.NET\Framework64\v4.0.30319\ngentask.exe" /runtimewide

"%windir%\system32\Dism.exe" /online /Cleanup-Image /StartComponentCleanup /ResetBase /RestoreHealth
"%windir%\system32\sfc.exe" /scannow
:: System File Check, Cleanup, and Repair
"%windir%\system32\Dism.exe" /Online /Cleanup-Image /StartComponentCleanup /ResetBase /RestoreHealth
"%windir%\system32\sfc.exe" /SCANNOW

:: Classic Disk Cleanup
"%windir%\system32\cleanmgr.exe" /sageset:65535
"%windir%\system32\cleanmgr.exe" /sagerun:65535

"%windir%\system32\dfrgui.exe"
:: VSS
vssadmin Delete Shadows /All

:: Defrag/Trim
"%windir%\system32\dfrgui.exe"
1 change: 1 addition & 0 deletions NVIDIA Disable HDCP.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000" /v "RMHdcpKeyglobZero" /t "REG_DWORD" /d "1" /f
1 change: 1 addition & 0 deletions NVIDIA OCL NVVM 7.0.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
setx "NVCL_USE_NVVM70_COMPILER" "1" /M
1 change: 1 addition & 0 deletions Old Alt + Tab Style.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v "AltTabSettings" /t REG_DWORD /d "1" /f
4 changes: 4 additions & 0 deletions Remove Non-Ultimate Plans.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
powercfg -delete "381b4222-f694-41f0-9685-ff5bb260df2e"
powercfg -delete "8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c"
powercfg -delete "a1841308-3541-4fab-bc81-f71556f20b4a"
powercfg -delete "9897998c-92de-4669-853f-b7cd3ecb2790"
1 change: 1 addition & 0 deletions Remove Quick Access.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v "HubMode" /t "REG_DWORD" /d "1" /f
5 changes: 5 additions & 0 deletions ScriptTiger Hosts (fakenews + gambling).ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
if (!([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator")) { Start-Process powershell.exe "-NoProfile -ExecutionPolicy Bypass -File `"$PSCommandPath`"" -Verb RunAs; exit }

[Net.ServicePointManager]::SecurityProtocol = "tls12, tls11, tls"
Invoke-WebRequest "https://scripttiger.github.io/alts/compressed/blacklist-fg.txt" -OutFile "C:\Windows\System32\drivers\etc\hosts"
ipconfig /flushdns
2 changes: 2 additions & 0 deletions Show Power Plans.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
powercfg /list
pause
2 changes: 2 additions & 0 deletions Update Store Apps.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Get-CimInstance -Namespace "Root\cimv2\mdm\dmmap" -ClassName "MDM_EnterpriseModernAppManagement_AppManagement01" | Invoke-CimMethod -MethodName UpdateScanMethod
winget upgrade --all
1 change: 1 addition & 0 deletions WinSAT.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
winsat.exe formal -restart clean

0 comments on commit 9485be1

Please sign in to comment.