Last active
March 6, 2018 15:29
-
-
Save huglester/ab78e9fcdc554917346554129e1853dc to your computer and use it in GitHub Desktop.
win10.setup
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
# https://github.com/Disassembler0/Win10-Initial-Setup-Script/blob/master/Win10.ps1 | |
# run: | |
# powershell.exe -NoProfile -ExecutionPolicy Bypass -File Win10.ps1 -preset win10-setup.txt | |
### Privacy Settings ### | |
DisableTelemetry | |
DisableWiFiSense | |
DisableSmartScreen | |
DisableWebSearch | |
DisableAppSuggestions | |
DisableBackgroundApps | |
DisableLockScreenSpotlight | |
DisableLocationTracking | |
DisableMapUpdates | |
DisableFeedback | |
DisableAdvertisingID | |
DisableCortana | |
DisableErrorReporting | |
DisableAutoLogger | |
DisableDiagTrack | |
DisableWAPPush | |
### Service Tweaks ### | |
SetUACLow | |
DisableSharingMappedDrives | |
DisableAdminShares | |
DisableSMB1 | |
SetCurrentNetworkPublic | |
SetUnknownNetworksPrivate | |
DisableNetDevicesAutoInst | |
DisableFirewall | |
DisableDefender | |
DisableDefenderCloud | |
DisableUpdateMSRT | |
DisableUpdateDriver | |
DisableUpdateRestart | |
DisableHomeGroups | |
DisableSharedExperiences | |
DisableRemoteAssistance | |
DisableRemoteDesktop | |
DisableAutoplay | |
DisableAutorun | |
DisableStorageSense | |
DisableDefragmentation | |
DisableSuperfetch | |
EnableIndexing | |
DisableHibernation | |
DisableSleepButton | |
### UI Tweaks ### | |
DisableActionCenter | |
DisableLockScreen | |
ShowTaskManagerDetails | |
ShowFileOperationsDetails | |
EnableFileDeleteConfirm | |
HideTaskbarSearchBox | |
HideTaskView | |
ShowSmallTaskbarIcons | |
ShowTaskbarTitles | |
HideTaskbarPeopleIcon | |
ShowTrayIcons | |
ShowKnownExtensions | |
ShowHiddenFiles | |
ShowThisPCOnDesktop | |
HideDocumentsFromThisPC | |
ShowDownloadsInThisPC | |
HideMusicFromThisPC | |
HideMusicFromExplorer | |
HidePicturesFromThisPC | |
HidePicturesFromExplorer | |
HideVideosFromThisPC | |
Hide3DObjectsFromThisPC | |
DisableThumbnails | |
DisableThumbsDB | |
EnableNumlock | |
### Application Tweaks ### | |
DisableOneDrive | |
UninstallOneDrive | |
UninstallMsftBloat | |
UninstallThirdPartyBloat | |
UninstallWindowsStore | |
DisableXboxFeatures | |
DisableAdobeFlash | |
UninstallMediaPlayer | |
UninstallWorkFolders | |
#InstallLinuxSubsystem | |
DisableSearchAppInStore | |
DisableNewAppPrompt | |
EnableF8BootMenu | |
### Auxiliary Functions ### | |
Restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment