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
- start /wait net user administrator /active:yes
- start /wait net user edited out
- Echo.
- Echo Disabling User Account Control
- start /wait reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v EnableLUA /t REG_DWORD /d 0 /f
- Echo.
- Echo Showing all Icons in Taskbar
- start /wait 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
- start /wait netsh advfirewall set allprofiles state off
- Echo.
- Echo Enabling RDP and Remote Assistance
- start /wait reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
- start /wait 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
- start /wait 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
- start /wait netsh firewall set service type=fileandprint mode=enable profile=all
- start /wait netsh advfirewall firewall set rule group="Network Discovery" new enable=Yes
- Echo.
- Echo Importing Power Configuration
- start /wait powercfg -import E:\DentalPowerconfiguration.pow
- Echo.
- Echo Installing CCleaner with desired settings
- start Copy E:\ccsetup514.exe C:\Users\Public\Desktop
- start C:\Users\Public\Desktop\ccsetup514.exe /S
- start copy E:\ccleaner.ini C:\Program Files\CCleaner\
- Echo.
- Echo Installing Latst versions of Chrome Firefox Malwarebytes and Avast..patience grasshoppa!
- start copy E:\Ninite.exe C:\Users\Public\Desktop
- start C:\Users\Public\Desktop\Ninite.exe
- Echo.
- Echo Installing GWX Control Panel
- start copy E:\GwxControlPanelSetup.exe C:\Users\Public\Desktop
- start C:\Users\Public\Desktop\GwxControlPanelSetup.exe
- pause
- Echo.
- Echo Deleting icons from Desktop and emptying Recycle Bin.
- start del "C:\Users\Public\Desktop\GWX Control Panel.lnk"
- start del "C:\Users\Public\Desktop\Avast Free Antivirus.lnk"
- start del "C:\Users\Public\Desktop\Malwarebytes Anti-Malware.lnk"
- start del "C:\Users\Public\Desktop\CCleaner.lnk"
- start del "C:\Users\Public\Desktop\Protected Workspace.lnk"
- start del "C:\Users\Public\Desktop\Dell Backup and Recovery.lnk"
- start del "C:\Users\Public\Desktop\Ninite.exe"
- start del "C:\users\Public\Desktop\ccsetup514.exe"
- start del "C:\users\Public\Desktop\GwxControlPanelSetup.exe"
- Echo.
- Echo Running CCleaner
- start /wait C:\Program Files\CCleaner\CCleaner.exe /Auto
- Echo.
- start C:\windows\system32\wuauclt.exe /detectnow
- start C:\windows\system32\wuauclt.exe /updatenow
- End
Add Comment
Please, Sign In to add comment