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
| Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
| Enable-RemoteDesktop | |
| Enable-MicrosoftUpdate | |
| Disable-UAC | |
| cinst google-chrome-x64 | |
| cinst flashplayeractivex | |
| cinst 7zip.install | |
| cinst adobeshockwaveplayer | |
| cinst jre8 |
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
| <?xml version="1.0" encoding="utf-8"?> | |
| <packages> | |
| <package id=" google-chrome-x64" /> | |
| <package id="flashplayeractivex" /> | |
| <package id="7zip.install"/> | |
| <package id="javaruntime"/> | |
| <package id="Atom"/> | |
| <package id="Firefox"/> | |
| <package id="adobereader"/> | |
| <package id="vlc"/> |