Skip to content

Instantly share code, notes, and snippets.

@huglester
Last active March 6, 2018 15:29
Show Gist options
  • Save huglester/ab78e9fcdc554917346554129e1853dc to your computer and use it in GitHub Desktop.
Save huglester/ab78e9fcdc554917346554129e1853dc to your computer and use it in GitHub Desktop.
win10.setup
# 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