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
# Install BoxStarter first from it's website http://boxstarter.org/ | |
# then execute this batch script or paste commands in a power shell window with elevated permissions(run as administrator) | |
set-executionpolicy remotesigned | |
Import-Module Boxstarter.WinConfig | |
# Explorer options | |
Set-ExplorerOptions -showHidenFilesFoldersDrives -showFileExtensions | |
#Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions |