Last active
January 9, 2016 21:37
-
-
Save saket28/11c1bfe2641366005b06 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cinst -y microsoftsecurityessentials onedrive 7zip notepadplusplus.install google-chrome-x64 ccleaner VirtualCloneDrive cutepdf | |
cinst -y fiddler4 winmerge linqpad4 expresso dotPeek git SourceTree visualstudiocode VisualStudio2013Professional ReSharper mssqlservermanagementstudio2014express | |
cinst -y slack cctray | |
cinst IIS-WebServerRole -source windowsfeatures | |
Enable-MicrosoftUpdate | |
Install-WindowsUpdate | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions -EnableShowFullPathInTitleBar | |
Set-TaskbarOptions -Size Small -Lock -Dock Bottom | |
Get-AppxPackage *3d* | Remove-AppxPackage | |
Get-AppxPackage *bing* | Remove-AppxPackage | |
Get-AppxPackage *zune* | Remove-AppxPackage | |
Get-AppxPackage *people* | Remove-AppxPackage | |
Get-AppxPackage *phone* | Remove-AppxPackage | |
Get-AppxPackage *solit* | Remove-AppxPackage | |
Get-AppxPackage *soundrec* | Remove-AppxPackage | |
Get-AppxPackage *xbox* | Remove-AppxPackage | |
Write-Host "Disabling System Restore on C:" | |
Disable-ComputerRestore c: | |
Write-Host "Removing dosvc logs" -ForegroundColor Green | |
Get-Childitem "C:\Windows\Logs\dosvc" | Remove-Item -Verbose | |
Write-Host "disabling hibernate" | |
powercfg -h off | |
Cleanmgr.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment