Updated Windows Script from Trancicted
@Echo off
:menu
ECHO.
ECHO. Welcome to the DJTT Windows Optimizer for Pro Audio v1.018
ECHO.
ECHO.
ECHO. Press 1 if you want to optimize your laptop for a gig
ECHO. Press 2 if you want to restore everything for normal use
echo. Press 3 if you want to install RAM Saver Pro
ECHO. Press 4 to quit
ECHO.
ECHO.
Set /p input=What do you want to do?
IF %Input% == 1 GOTO Optimize
IF %Input% == 2 GOTO Restore
IF %Input% == 3 GOTO Install
IF %Input% == 4 Goto Quit
:Install
ECHO.
ECHO. If needed, you have to click on download.
start http://www65.zippyshare.com/d/300326...amsaverpro.exe
ping 123.45.67.89 -n 1 -w 30000 > nul
ECHO.
Echo. The Ram Saver pro installer will be launched now! Install the program as usual!
start C:\Users\%Username%\Downloads\ramsaverpro.exe
ping 123.45.67.89 -n 1 -w 25000 > nul
ECHO.
ECHO. Ram Saver Pro has been installed
ECHO.
ECHO.
ECHO. Press 1 if you want to optimize your laptop for a gig
ECHO. Press 2 if you want to restore everything for normal use
ECHO. Press 3 to quit
ECHO.
ECHO.
Set /p input=What do you want to do?
IF %Input% == 1 GOTO Optimize
IF %Input% == 2 GOTO Restore
IF %Input% == 3 Goto Quit
:Optimize
CLS
ECHO.
ECHO. Optimizing your computer now!
ECHO.
rem Disabling your wifi
set /p hardwareID= What is the hardware ID of your Wifi card? Also make you have devcon installed! For instructions, visit http://www.djtechtools.com/forum/sho...d.php?p=304909
devcon disable *%hardwareID%*
rem Defragmentating your RAM
if exist "C:\Program Files\WinTools Software\RAM Saver Professional\ramsaverpro.exe" start "DJ Script" "C:\Program Files\WinTools Software\RAM Saver Professional\ramsaverpro.exe"
if exist "C:\Program Files (x86)\WinTools Software\RAM Saver Professional\ramsaverpro.exe" start "DJ Script" "C:\Program Files (x86)\WinTools Software\RAM Saver Professional\ramsaverpro.exe"
rem Stopping Windows Firewall, Windows Defender and Avast!...
net stop mpssvc
net stop windefend
net stop "avast! Antivirus"
rem Stopping DHCP Client and Wireless LAN...
net stop WinHttpAutoProxySvc
net stop dhcp
net stop wlansvc
rem Stopping Other Network Related Services...
net stop "dns cache"
net stop netprofm
net stop nlasvc
net stop netman
net stop iphlpsvc
net stop lanmanworkstation
net stop "Bonjour Service"
net stop dhcp
net stop nsi
net stop lanmanserver
net stop lmhosts
net stop "shared access"
net stop nettcpportsharing
net stop remoteaccess
net stop alg
net stop bits
net stop peerdistsvc
net stop certpropsvc
net stop homegrouplistener
net stop homegroupprovider
net stop winrm
net stop Broswer
net stop TrkWks
rem Stopping other Windows Services...
net stop wscsvc
net stop DPS
net stop CscService
net stop WPDBusEnum
net stop ProtectedStorage
net stop RemoteRegistry
net stop seclogon
net stop wscsvc
rem Stopping Blue Tooth Services
net stop bthserv
rem Stopping Remote Desktop and Remote Assistance Services
net stop sessionenv
net stop termservice
rem Stopping Windows Update Services
net stop wuauserv
rem Stopping iPod Services
net stop "ipod service"
net stop "Apple Mobile Device"
rem Stopping Stuff that makes your PC look nice...
net stop themes
net stop sensrsvc
net stop AeLookupSvc
net stop UxSms
rem Stopping Scanner, Camera and other imaging Services...
net stop stisvc
rem Stopping Windows Media Playing Sharing...
net stop WMPnetworksvc
rem Stopping Tablet Device Support...
net stop tabletinputservice
rem Stopping Other Windows Services...
net stop bdesvc
net stop wbengine
net stop uiodetect
net stop defragsvc
net stop axinstsv
net stop "w32time"
net stop wercplsupport
net stop PnkBstrA
net stop TeamViewer6
net stop HPSLPSVC
net stop Wsearch
net stop osppsvc
rem Stopping Printer Services
net stop spooler
rem stopping useless programs
Taskkill /f /im TeamViewer.exe
Taskkill /im firefox.exe
Taskkill /f /im uTorrent.exe
Taskkill /f /im Dropbox.exe
Taskkill /f /im steam.exe
Taskkill /f /im "AAM Updates Notifier.exe"
Taskkill /f /im AvastUI.exe
Taskkill /f /im hpqtra08.exe
Taskkill /f /im hpwuschd2.exe
Taskkill /f /im ctfmon.exe
rem Stop defragmentating RAM
Taskkill /im ramsaverpro.exe
ECHO.
ECHO. Your PC has been optimized
ECHO.
ECHO.
ECHO. Press 1 if you want to restore everything for normal use
ECHO. Press 2 to quit
ECHO.
ECHO.
Set /p input=What do you want to do?
IF %Input% == 1 GOTO Restore
IF %Input% == 2 GOTO Quit
:Restore
CLS
ECHO.
ECHO. Restoring everything for normal use!
ECHO.
rem Enabling your wifi
set /p hardwareID= What is the hardware ID of your Wifi card? Also make you have devcon installed! For instructions, visit http://www.djtechtools.com/forum/sho...d.php?p=304909
devcon enable *%hardwareID%*
rem Defragmentating your RAM
if exist "C:\Program Files\WinTools Software\RAM Saver Professional\ramsaverpro.exe" start "DJ Script" "C:\Program Files\WinTools Software\RAM Saver Professional\ramsaverpro.exe"
if exist "C:\Program Files (x86)\WinTools Software\RAM Saver Professional\ramsaverpro.exe" start "DJ Script" "C:\Program Files (x86)\WinTools Software\RAM Saver Professional\ramsaverpro.exe"
rem Starting Windows Firewall, Windows Defender and Avast!...
net start mpssvc
net start windefend
net start "avast! Antivirus"
rem Starting DHCP Client and Wireless LAN...
net start WinHttpAutoProxySvc
net start dhcp
net start wlansvc
rem Starting Other Network Related Services...
net start "dns cache"
net start netprofm
net start nlasvc
net start netman
net start iphlpsvc
net start lanmanworkstation
net start "Bonjour Service"
net start dhcp
net start nsi
net start lanmanserver
net start lmhosts
net start "shared access"
net start nettcpportsharing
net start remoteaccess
net start alg
net start bits
net start peerdistsvc
net start certpropsvc
net start homegrouplistener
net start homegroupprovider
net start winrm
net start Broswer
net start TrkWks
rem Starting other Windows Services...
net start wscsvc
net start DPS
net start CscService
net start WPDBusEnum
net start ProtectedStorage
net start RemoteRegistry
net start seclogon
net start wscsvc
net start osppsvc
rem Starting Blue Tooth Services
net start bthserv
rem Starting Remote Desktop and Remote Assistance Services
net start sessionenv
net start termservice
rem Starting Windows Update Service
net start wuauserv
rem Starting iPod Services
net start "ipod service"
net start "Apple Mobile Device"
rem Starting Stuff that makes your PC look nice...
net start themes
net start sensrsvc
net start AeLookupSvc
net start UxSms
rem Starting Scanner, Camera and other imaging Services...
net start stisvc
rem Starting Windows Media Playing Sharing...
net start WMPnetworksvc
rem Starting Tablet Device Support...
net start tabletinputservice
rem Starting Other Windows Services...
net start bdesvc
net start wbengine
net start uiodetect
net start defragsvc
net start axinstsv
net start "w32time"
net start wercplsupport
net start PnkBstrA
net start TeamViewer6
net start HPSLPSVC
net start Wsearch
rem Starting Printer Services
net start spooler
rem Stop RAM Defragmentation
Taskkill /im ramsaverpro.exe
ECHO.
ECHO. Your PC has been restored
ECHO.
ECHO.
ECHO. Press 1 if you want to optimize your laptop for a gig
ECHO. Press 2 to quit
ECHO.
ECHO.
Set /p input=What do you want to do?
IF %Input% == 1 GOTO Optimize
IF %Input% == 2 GOTO Quit
:Quit
ECHO Thanks for using this! Credits to SmiTTTen - DJ Trancicted - Stashe
pause