Advertisement
Guest User

Untitled

a guest
Jul 11th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $tweaks = @(
  2.     ### Require administrator privileges ###
  3.     "RequireAdmin",
  4.  
  5.     ### Privacy Tweaks ###
  6.     "DisableTelemetry",             # "EnableTelemetry",
  7.     "DisableWiFiSense",             # "EnableWiFiSense",
  8.     # "DisableSmartScreen",         # "EnableSmartScreen",
  9.     "DisableWebSearch",             # "EnableWebSearch",
  10.     "DisableAppSuggestions",        # "EnableAppSuggestions",
  11.     "DisableActivityHistory",       # "EnableActivityHistory",
  12.     "DisableBackgroundApps",        # "EnableBackgroundApps",
  13.     "DisableLocationTracking",      # "EnableLocationTracking",
  14.     "DisableMapUpdates",            # "EnableMapUpdates",
  15.     "DisableFeedback",              # "EnableFeedback",
  16.     "DisableTailoredExperiences",   # "EnableTailoredExperiences",
  17.     "DisableAdvertisingID",         # "EnableAdvertisingID",
  18.     "DisableWebLangList",           # "EnableWebLangList",
  19.     "DisableCortana",               # "EnableCortana",
  20.     "DisableErrorReporting",        # "EnableErrorReporting",
  21.     "SetP2PUpdateLocal",            # "SetP2PUpdateInternet",
  22.     "DisableDiagTrack",             # "EnableDiagTrack",
  23.     "DisableWAPPush",               # "EnableWAPPush",
  24.  
  25.     ### Security Tweaks ###
  26.     # "SetUACLow",                  # "SetUACHigh",
  27.     # "EnableSharingMappedDrives",  # "DisableSharingMappedDrives",
  28.     "DisableAdminShares",           # "EnableAdminShares",
  29.     # "DisableSMB1",                # "EnableSMB1",
  30.     # "DisableSMBServer",           # "EnableSMBServer",
  31.     # "DisableLLMNR",               # "EnableLLMNR",
  32.     "SetCurrentNetworkPrivate",     # "SetCurrentNetworkPublic",
  33.     # "SetUnknownNetworksPrivate",  # "SetUnknownNetworksPublic",
  34.     # "DisableNetDevicesAutoInst",  # "EnableNetDevicesAutoInst",
  35.     # "EnableCtrldFolderAccess",    # "DisableCtrldFolderAccess",
  36.     # "DisableFirewall",            # "EnableFirewall",
  37.     # "DisableDefender",            # "EnableDefender",
  38.     # "DisableDefenderCloud",       # "EnableDefenderCloud",
  39.     "EnableF8BootMenu",             # "DisableF8BootMenu",
  40.     "SetDEPOptOut",                 # "SetDEPOptIn",
  41.     # "EnableCIMemoryIntegrity",    # "DisableCIMemoryIntegrity",
  42.     "DisableScriptHost",            # "EnableScriptHost",
  43.     "EnableDotNetStrongCrypto",     # "DisableDotNetStrongCrypto",
  44.     # "EnableMeltdownCompatFlag"    # "DisableMeltdownCompatFlag",
  45.  
  46.     ### Service Tweaks ###
  47.     # "DisableUpdateMSRT",          # "EnableUpdateMSRT",
  48.     # "DisableUpdateDriver",        # "EnableUpdateDriver",
  49.     "DisableUpdateRestart",         # "EnableUpdateRestart",
  50.     # "DisableHomeGroups",          # "EnableHomeGroups",
  51.     "DisableSharedExperiences",     # "EnableSharedExperiences",
  52.     "DisableRemoteAssistance",      # "EnableRemoteAssistance",
  53.     "EnableRemoteDesktop",          # "DisableRemoteDesktop",
  54.     "DisableAutoplay",              # "EnableAutoplay",
  55.     "DisableAutorun",               # "EnableAutorun",
  56.     # "EnableStorageSense",         # "DisableStorageSense",
  57.     # "DisableDefragmentation",     # "EnableDefragmentation",
  58.     # "DisableSuperfetch",          # "EnableSuperfetch",
  59.     # "DisableIndexing",            # "EnableIndexing",
  60.     # "SetBIOSTimeUTC",             # "SetBIOSTimeLocal",
  61.     # "EnableHibernation",          # "DisableHibernation",
  62.     # "DisableSleepButton",         # "EnableSleepButton",
  63.     # "DisableSleepTimeout",        # "EnableSleepTimeout",
  64.     # "DisableFastStartup",         # "EnableFastStartup",
  65.  
  66.     ### UI Tweaks ###
  67.     "DisableActionCenter",          # "EnableActionCenter",
  68.     "HideAccountProtectionWarn",    # "ShowAccountProtectionWarn",
  69.     # "DisableLockScreen",          # "EnableLockScreen",
  70.     # "DisableLockScreenRS1",       # "EnableLockScreenRS1",
  71.     "HideNetworkFromLockScreen",    # "ShowNetworkOnLockScreen",
  72.     "HideShutdownFromLockScreen",   # "ShowShutdownOnLockScreen",
  73.     "DisableStickyKeys",            # "EnableStickyKeys",
  74.     "ShowTaskManagerDetails"        # "HideTaskManagerDetails",
  75.     "ShowFileOperationsDetails",    # "HideFileOperationsDetails",
  76.     # "EnableFileDeleteConfirm",    # "DisableFileDeleteConfirm",
  77.     "HideTaskbarSearch",            # "ShowTaskbarSearchIcon",      # "ShowTaskbarSearchBox",
  78.     "HideTaskView",                 # "ShowTaskView",
  79.     # "ShowSmallTaskbarIcons",      # "ShowLargeTaskbarIcons",
  80.     "SetTaskbarCombineAlways",      # "SetTaskbarCombineWhenFull",    # "SetTaskbarCombineNever",    
  81.     "HideTaskbarPeopleIcon",        # "ShowTaskbarPeopleIcon",
  82.     "ShowTrayIcons",                # "HideTrayIcons",
  83.     "DisableSearchAppInStore",      # "EnableSearchAppInStore",
  84.     "DisableNewAppPrompt",          # "EnableNewAppPrompt",
  85.     # "SetControlPanelSmallIcons",  # "SetControlPanelLargeIcons",  # "SetControlPanelCategories",
  86.     "SetVisualFXPerformance",       # "SetVisualFXAppearance",
  87.     # "AddENKeyboard",              # "RemoveENKeyboard",
  88.     # "EnableNumlock",              # "DisableNumlock",
  89.  
  90.     ### Explorer UI Tweaks ###
  91.     "ShowKnownExtensions",          # "HideKnownExtensions",
  92.     # "ShowHiddenFiles",            # "HideHiddenFiles",
  93.     "HideSelectCheckboxes",         # "ShowSelectCheckboxes",
  94.     "HideSyncNotifications"         # "ShowSyncNotifications",
  95.     "HideRecentShortcuts",          # "ShowRecentShortcuts",
  96.     "SetExplorerThisPC",            # "SetExplorerQuickAccess",
  97.     "ShowThisPCOnDesktop",          # "HideThisPCFromDesktop",
  98.     # "ShowUserFolderOnDesktop",    # "HideUserFolderFromDesktop",
  99.     # "HideDesktopFromThisPC",        # "ShowDesktopInThisPC",
  100.     # "HideDesktopFromExplorer",    # "ShowDesktopInExplorer",
  101.     # "HideDocumentsFromThisPC",      # "ShowDocumentsInThisPC",
  102.     # "HideDocumentsFromExplorer",  # "ShowDocumentsInExplorer",
  103.     # "HideDownloadsFromThisPC",      # "ShowDownloadsInThisPC",
  104.     # "HideDownloadsFromExplorer",  # "ShowDownloadsInExplorer",
  105.     # "HideMusicFromThisPC",          # "ShowMusicInThisPC",
  106.     # "HideMusicFromExplorer",      # "ShowMusicInExplorer",
  107.     # "HidePicturesFromThisPC",       # "ShowPicturesInThisPC",
  108.     # "HidePicturesFromExplorer",   # "ShowPicturesInExplorer",
  109.     # "HideVideosFromThisPC",         # "ShowVideosInThisPC",
  110.     # "HideVideosFromExplorer",     # "ShowVideosInExplorer",
  111.     "Hide3DObjectsFromThisPC",      # "Show3DObjectsInThisPC",
  112.     "Hide3DObjectsFromExplorer",    # "Show3DObjectsInExplorer",
  113.     # "DisableThumbnails",          # "EnableThumbnails",
  114.     "DisableThumbnailCache",        # "EnableThumbnailCache",
  115.     "DisableThumbsDBOnNetwork",     # "EnableThumbsDBOnNetwork",
  116.  
  117.     ### Application Tweaks ###
  118.     # "DisableOneDrive",            # "EnableOneDrive",
  119.     # "UninstallOneDrive",          # "InstallOneDrive",
  120.     "UninstallMsftBloat",           # "InstallMsftBloat",
  121.     "UninstallThirdPartyBloat",     # "InstallThirdPartyBloat",
  122.     # "UninstallWindowsStore",      # "InstallWindowsStore",
  123.     "DisableXboxFeatures",          # "EnableXboxFeatures",
  124.     "DisableAdobeFlash",            # "EnableAdobeFlash",
  125.     "DisableEdgeShortcutCreation",  # "EnableEdgeShortcutCreation",
  126.     # "UninstallMediaPlayer",       # "InstallMediaPlayer",
  127.     # "UninstallInternetExplorer",  # "InstallInternetExplorer",
  128.     # "UninstallWorkFolders",       # "InstallWorkFolders",
  129.     # "InstallLinuxSubsystem",      # "UninstallLinuxSubsystem",
  130.     # "InstallHyperV",              # "UninstallHyperV",
  131.     "SetPhotoViewerAssociation",    # "UnsetPhotoViewerAssociation",
  132.     "AddPhotoViewerOpenWith",       # "RemovePhotoViewerOpenWith",
  133.     # "UninstallPDFPrinter",        # "InstallPDFPrinter",
  134.     "UninstallXPSPrinter",          # "InstallXPSPrinter",
  135.     "RemoveFaxPrinter",             # "AddFaxPrinter",
  136.     "UninstallFaxAndScan",          # "InstallFaxAndScan",
  137.  
  138.     ### Server Specific Tweaks ###
  139.     # "HideServerManagerOnLogin",   # "ShowServerManagerOnLogin",
  140.     # "DisableShutdownTracker",     # "EnableShutdownTracker",
  141.     # "DisablePasswordPolicy",      # "EnablePasswordPolicy",
  142.     # "DisableCtrlAltDelLogin",     # "EnableCtrlAltDelLogin",
  143.     # "DisableIEEnhancedSecurity",  # "EnableIEEnhancedSecurity",
  144.     # "EnableAudio",                # "DisableAudio",
  145.  
  146.     ### Unpinning ###
  147.     "UnpinStartMenuTiles",
  148.     "UnpinTaskbarIcons",
  149.  
  150.     ### Staging Specific Items                                                              ##JWATSON
  151.     "DisableRecentlyAddedApps",
  152.  
  153.     ### Auxiliary Functions ###
  154.     "WaitForKey",
  155.     "Restart"
  156.  
  157. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement