Skip to content

Instantly share code, notes, and snippets.

Enable-RemoteDesktop
Set-WindowsExplorerOptions -EnableShowFileExtensions -EnableShowFullPathInTitleBar -EnableShowHiddenFilesFoldersDrives
Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart -EnableShowStartOnActiveScreen -EnableShowAppsViewOnStartScreen -EnableSearchEverywhereInAppsView -EnableListDesktopAppsFirst
Set-ItemProperty -Path "HKCU:\Control Panel\International" -name sShortDate -val "dd-MMM-yyyy"
Set-ItemProperty -Path "HKCU:\Control Panel\International" -name sLongDate -val "dd MMMM yyyy"
Set-ItemProperty -Path "HKCU:\Control Panel\International" -name sTimeFormat -val "hh:mm"
Set-ItemProperty -Path "HKCU:\Control Panel\International" -name sYearMonth -val "hh:mm:ss"