Guest User

Untitled

a guest
Feb 18th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
  2. Enable-RemoteDesktop
  3. Set-StartScreenOptions -EnableBootToDesktop
  4. Install-WindowsUpdate -AcceptEula
  5. if (Test-PendingReboot) { Invoke-Reboot }
  6. cinst chocolatey
  7. cinst googlechrome
  8. cinst firefox
  9. cinst 7zip.install
  10. cinst notepadplusplus.install
  11. cinst vlc
  12. cinst git
  13. cinst gitextensions
  14. cinst foxitreader
  15. cinst windirstat
  16. cinst everything
  17. cinst plexmediaserver
  18. if (Test-PendingReboot) { Invoke-Reboot }
Add Comment
Please, Sign In to add comment