Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @Echo Off
- Title Edited Out Computer Setup...May the force be with you
- Echo Enabling Admin with pw
- net user administrator /active:yes
- net user edited out
- Echo.
- Echo Disabling User Account Control
- reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v EnableLUA /t REG_DWORD /d 0 /f
- Echo.
- Echo Showing all Icons in Taskbar
- reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer" /v EnableAutoTray /t REG_DWORD /d 0 /f
- Echo.
- Echo Turning Off Windows Firewall for All Profiles
- netsh advfirewall set allprofiles state off
- Echo.
- Echo Enabling RDP and Remote Assistance
- reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
- reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fAllowToGetHelp /t REG_DWORD /d 1 /f
- Echo.
- Echo Displaying all Icons in Control Panel
- reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v ForceClassicControlPanel /t REG_DWORD /d 1 /f
- Echo.
- Echo Enabling File and printer sharing and Network Discovery
- netsh firewall set service type=fileandprint mode=enable profile=all
- netsh advfirewall firewall set rule group="Network Discovery" new enable=Yes
- Echo.
- Echo Importing Power Configuration
- powercfg -import E:\DentalPowerconfiguration.pow
- Echo.
- Echo Installing CCleaner with desired settings
- copy E:\ccsetup514.exe %Public%\Desktop
- %Public%\Desktop\ccsetup514.exe /S
- copy E:\ccleaner.ini "%ProgramFiles%\CCleaner"
- Echo.
- Echo Installing Latst versions of Chrome Firefox Malwarebytes and Avast..patience grasshoppa!
- copy E:\Ninite.exe %Public%\Desktop
- %Public%\Desktop\Ninite.exe
- Echo.
- Echo Installing GWX Control Panel
- copy E:\GwxControlPanelSetup.exe %Public%\Desktop
- %Public%\Desktop\GwxControlPanelSetup.exe
- pause
- Echo.
- Echo Deleting icons from Desktop and emptying Recycle Bin.
- erase /f "%Public%\Desktop\GWX Control Panel.lnk"
- erase /f "%Public%\Desktop\Avast Free Antivirus.lnk"
- erase /f "%Public%\Desktop\Malwarebytes Anti-Malware.lnk"
- erase /f "%Public%\Desktop\CCleaner.lnk"
- erase /f "%Public%\Desktop\Protected Workspace.lnk"
- erase /f "%Public%\Desktop\Dell Backup and Recovery.lnk"
- erase /f "%Public%\Desktop\Ninite.exe"
- erase /f "%Public%\Desktop\ccsetup514.exe"
- erase /f "%Public%\Desktop\GwxControlPanelSetup.exe"
- Echo.
- Echo Running CCleaner
- %ProgramFiles%\CCleaner\CCleaner.exe /Auto
- Echo.
- %windir%\system32\wuauclt.exe /detectnow
- %windir%\system32\wuauclt.exe /updatenow
- :End
Advertisement
Add Comment
Please, Sign In to add comment