Add presets used for development and testing

This commit is contained in:
Disassembler
2017-06-08 14:05:59 +02:00
parent e1b8c5ca8b
commit f89ba71646
4 changed files with 164 additions and 0 deletions

3
test/applyall.bat Normal file
View File

@@ -0,0 +1,3 @@
@ECHO OFF
powershell.exe -NoProfile -ExecutionPolicy Bypass -File %~dp0..\Win10.ps1 -preset "%~dp0applyall.preset"

79
test/applyall.preset Normal file
View File

@@ -0,0 +1,79 @@
# Apply all
DisableTelemetry
DisableWiFiSense
DisableSmartScreen
DisableWebSearch
DisableStartSuggestions
DisableLocationTracking
DisableFeedback
DisableAdvertisingID
DisableCortana
DisableErrorReporting
RestrictUpdateP2P
DisableAutoLogger
DisableDiagTrack
DisableWAPPush
LowerUAC
EnableSharingMappedDrives
DisableAdminShares
SetCurrentNetworkPrivate
SetUnknownNetworksPrivate
DisableFirewall
DisableDefender
DisableUpdateMSRT
DisableUpdateDriver
DisableUpdateRestart
DisableHomeGroups
DisableRemoteAssistance
EnableRemoteDesktop
DisableAutoplay
DisableAutorun
DisableDefragmentation
SetBIOSTimeUTC
DisableActionCenter
DisableLockScreen
DisableLockScreenRS1
DisableStickyKeys
ShowTaskManagerDetails
ShowFileOperationsDetails
HideTaskbarSearchBox
HideTaskView
ShowSmallTaskbarIcons
ShowTaskbarTitles
ShowTrayIcons
ShowKnownExtensions
ShowHiddenFiles
HideSyncNotifications
ExplorerThisPC
ShowThisPCOnDesktop
HideDesktopFromThisPC
HideDocumentsFromThisPC
HideDownloadsFromThisPC
HideMusicFromThisPC
HidePicturesFromThisPC
HideVideosFromThisPC
AddENKeyboard
EnableNumlock
DisableOneDrive
UninstallOneDrive
UninstallBloatware
UninstallWindowsStore
DisableConsumerApps
DisableXboxFeatures
UninstallMediaPlayer
UninstallWorkFolders
InstallLinuxSubsystem
SetPhotoViewerAssociation
AddPhotoViewerOpenWith
DisableSearchAppInStore
DisableNewAppPrompt
EnableF8BootMenu
SetDEPOptOut
WaitForKey
Restart

3
test/restoreall.bat Normal file
View File

@@ -0,0 +1,3 @@
@ECHO OFF
powershell.exe -NoProfile -ExecutionPolicy Bypass -File %~dp0..\Win10.ps1 -preset "%~dp0restoreall.preset"

79
test/restoreall.preset Normal file
View File

@@ -0,0 +1,79 @@
# Restore all
EnableTelemetry
EnableWiFiSense
EnableSmartScreen
EnableWebSearch
EnableStartSuggestions
EnableLocationTracking
EnableFeedback
EnableAdvertisingID
EnableCortana
EnableErrorReporting
UnrestrictUpdateP2P
EnableAutoLogger
EnableDiagTrack
EnableWAPPush
RaiseUAC
DisableSharingMappedDrives
EnableAdminShares
SetCurrentNetworkPublic
SetUnknownNetworksPublic
EnableFirewall
EnableDefender
EnableUpdateMSRT
EnableUpdateDriver
EnableUpdateRestart
EnableHomeGroups
EnableRemoteAssistance
DisableRemoteDesktop
EnableAutoplay
EnableAutorun
EnableDefragmentation
SetBIOSTimeLocal
EnableActionCenter
EnableLockScreen
EnableLockScreenRS1
EnableStickyKeys
HideTaskManagerDetails
HideFileOperationsDetails
ShowTaskbarSearchBox
ShowTaskView
ShowLargeTaskbarIcons
HideTaskbarTitles
HideTrayIcons
HideKnownExtensions
HideHiddenFiles
ShowSyncNotifications
ExplorerQuickAccess
HideThisPCFromDesktop
ShowDesktopInThisPC
ShowDocumentsInThisPC
ShowDownloadsInThisPC
ShowMusicInThisPC
ShowPicturesInThisPC
ShowVideosInThisPC
RemoveENKeyboard
DisableNumlock
EnableOneDrive
InstallOneDrive
InstallBloatware
InstallWindowsStore
EnableConsumerApps
EnableXboxFeatures
InstallMediaPlayer
InstallWorkFolders
UninstallLinuxSubsystem
UnsetPhotoViewerAssociation
RemovePhotoViewerOpenWith
EnableSearchAppInStore
EnableNewAppPrompt
DisableF8BootMenu
SetDEPOptIn
WaitForKey
Restart