added package Microsoft-Windows-Branding-Enterprise again because of ShowKeyplus tool
This commit is contained in:
parent
51e3c97db0
commit
609b491060
@ -1,2 +1,3 @@
|
|||||||
set windows_updates=1
|
set windows_updates=1
|
||||||
set logon_logo=1
|
set logon_logo=1
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
; LICENSE : GPL
|
; LICENSE : GPL
|
||||||
; AUTHOR : Michael H.G. Schmidt
|
; AUTHOR : Michael H.G. Schmidt
|
||||||
; EMAIL : michael@schmidt2.de
|
; EMAIL : michael@schmidt2.de
|
||||||
; DATE : 20210320
|
; DATE : 20210322
|
||||||
; ------------------------------------------------------------
|
; ------------------------------------------------------------
|
||||||
;
|
;
|
||||||
|
|
||||||
@ -33,7 +33,7 @@ Procedure StartInstallation()
|
|||||||
; start installation ...
|
; start installation ...
|
||||||
If Result = #PB_MessageRequester_Yes
|
If Result = #PB_MessageRequester_Yes
|
||||||
dummy=system(SYS$ + "\winsetup.exe")
|
dummy=system(SYS$ + "\winsetup.exe")
|
||||||
End 0
|
End
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
EndIf
|
EndIf
|
||||||
@ -54,6 +54,14 @@ EndProcedure
|
|||||||
|
|
||||||
Procedure StartCMD()
|
Procedure StartCMD()
|
||||||
|
|
||||||
|
MessageRequester("HELP. Please read me 1st.",
|
||||||
|
"Type <netuse> to mount a network share" + Chr(13) +
|
||||||
|
"Type <snapshot64> to start backup/restore" + Chr(13) + Chr(13) +
|
||||||
|
"(Network will be started automatically but it must" + Chr(13) +
|
||||||
|
" be connected with a cable and a DHCP server" + Chr(13) +
|
||||||
|
" must be present in your local network)",
|
||||||
|
#PB_MessageRequester_Info)
|
||||||
|
|
||||||
; start a command shell ...
|
; start a command shell ...
|
||||||
dummy=system(SYS$ + "\windows\system32\cmd.exe /C start /D "+SYS$+"\ "+SYS$+"\windows\system32\cmd.exe /K wpeutil initializenetwork")
|
dummy=system(SYS$ + "\windows\system32\cmd.exe /C start /D "+SYS$+"\ "+SYS$+"\windows\system32\cmd.exe /K wpeutil initializenetwork")
|
||||||
|
|
||||||
@ -131,7 +139,6 @@ BindGadgetEvent(2, @ButtonHandler())
|
|||||||
Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow
|
Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow
|
||||||
|
|
||||||
; IDE Options = PureBasic 5.73 LTS (Windows - x64)
|
; IDE Options = PureBasic 5.73 LTS (Windows - x64)
|
||||||
; CursorPosition = 118
|
; CursorPosition = 6
|
||||||
; FirstLine = 86
|
|
||||||
; Folding = -
|
; Folding = -
|
||||||
; EnableXP
|
; EnableXP
|
@ -4,7 +4,7 @@
|
|||||||
; LICENSE : GPL
|
; LICENSE : GPL
|
||||||
; AUTHOR : Michael H.G. Schmidt
|
; AUTHOR : Michael H.G. Schmidt
|
||||||
; EMAIL : michael@schmidt2.de
|
; EMAIL : michael@schmidt2.de
|
||||||
; DATE : 20210321
|
; DATE : 20210322
|
||||||
; ------------------------------------------------------------
|
; ------------------------------------------------------------
|
||||||
;
|
;
|
||||||
|
|
||||||
@ -34,7 +34,7 @@ H = WindowHeight(0)
|
|||||||
EditorGadget(0, 8, 8, W-16, H-16, #PB_Editor_ReadOnly | #PB_Editor_WordWrap)
|
EditorGadget(0, 8, 8, W-16, H-16, #PB_Editor_ReadOnly | #PB_Editor_WordWrap)
|
||||||
|
|
||||||
; load system font
|
; load system font
|
||||||
LoadFont(0, "System", 12)
|
LoadFont(0, "Consolas", 12)
|
||||||
SetGadgetFont(0, FontID(0))
|
SetGadgetFont(0, FontID(0))
|
||||||
|
|
||||||
; open logfile ...
|
; open logfile ...
|
||||||
@ -75,6 +75,5 @@ Repeat
|
|||||||
Until WaitWindowEvent() = #PB_Event_CloseWindow
|
Until WaitWindowEvent() = #PB_Event_CloseWindow
|
||||||
|
|
||||||
; IDE Options = PureBasic 5.73 LTS (Windows - x64)
|
; IDE Options = PureBasic 5.73 LTS (Windows - x64)
|
||||||
; CursorPosition = 36
|
; CursorPosition = 6
|
||||||
; FirstLine = 15
|
|
||||||
; EnableXP
|
; EnableXP
|
Binary file not shown.
@ -1,7 +0,0 @@
|
|||||||
Microsoft-Windows-Backup
|
|
||||||
Microsoft-Windows-Basic-Http-Minio
|
|
||||||
Microsoft-Windows-BioEnrollment
|
|
||||||
Microsoft-Windows-BITS
|
|
||||||
Microsoft-Windows-Branding-Enterprise
|
|
||||||
Microsoft-Windows-Browser
|
|
||||||
Microsoft-Windows-BusinessScanning
|
|
|
@ -2,8 +2,8 @@
|
|||||||
set SOURCES=c:\TEMP\W10\sources
|
set SOURCES=c:\TEMP\W10\sources
|
||||||
set BOOT=c:\TEMP\BOOT
|
set BOOT=c:\TEMP\BOOT
|
||||||
|
|
||||||
if EXIST ..\settings.cmd (
|
if EXIST settings.cmd (
|
||||||
call ..\settings.cmd
|
call settings.cmd
|
||||||
) else (
|
) else (
|
||||||
set LANG=en-US
|
set LANG=en-US
|
||||||
)
|
)
|
||||||
|
Binary file not shown.
@ -1,5 +1,167 @@
|
|||||||
|
Adobe-Flash
|
||||||
|
Containers-ApplicationGuard
|
||||||
|
Containers-Client
|
||||||
|
Containers-DisposableClientVM
|
||||||
|
Containers-Guest-Gated
|
||||||
|
Containers-OptionalFeature
|
||||||
|
Containers-Server
|
||||||
|
DeviceAccess
|
||||||
|
HyperV
|
||||||
|
LanguageFeatures-WordBreaking
|
||||||
|
Media-FaceAnalysis
|
||||||
|
Media-Ocr
|
||||||
|
Microsoft-Composable-PlatformExtension
|
||||||
|
Microsoft-Hyper-V
|
||||||
|
Microsoft-IoTUAP-ShellExt-Tools
|
||||||
|
Microsoft-Mobile
|
||||||
|
Microsoft-PPIProjection
|
||||||
|
Microsoft-UtilityVM
|
||||||
|
Microsoft-Windows-3DAudio
|
||||||
|
Microsoft-Windows-ApiSetSchemaExtension-HyperV
|
||||||
|
Microsoft-Windows-AppCompat
|
||||||
|
Microsoft-Windows-AppManagement
|
||||||
|
Microsoft-Windows-AppServerClient
|
||||||
|
Microsoft-Windows-Backup
|
||||||
|
Microsoft-Windows-Basic-Http-Minio
|
||||||
|
Microsoft-Windows-BioEnrollment
|
||||||
|
Microsoft-Windows-BITS
|
||||||
|
Microsoft-Windows-Browser
|
||||||
|
Microsoft-Windows-BusinessScanning
|
||||||
Microsoft-Windows-Casting
|
Microsoft-Windows-Casting
|
||||||
Microsoft-Windows-Client-AssignedAccess
|
Microsoft-Windows-Client-AssignedAccess
|
||||||
Microsoft-Windows-Client-EmbeddedExp
|
Microsoft-Windows-Client-EmbeddedExp
|
||||||
Microsoft-Windows-Client-Optional-Features
|
Microsoft-Windows-Client-Optional-Features
|
||||||
Microsoft-Windows-Client-ShellLauncher
|
Microsoft-Windows-Client-ShellLauncher
|
||||||
|
Microsoft-Windows-Common-Modem
|
||||||
|
Microsoft-Windows-COM-MSMQ
|
||||||
|
Microsoft-Windows-Compression
|
||||||
|
Microsoft-Windows-ContactSupport
|
||||||
|
Microsoft-Windows-ContentDeliveryManager
|
||||||
|
Microsoft-Windows-CoreSystem-DebugTransports
|
||||||
|
Microsoft-Windows-Cortana
|
||||||
|
Microsoft-Windows-DataCenterBridging
|
||||||
|
Microsoft-Windows-DeviceSync
|
||||||
|
Microsoft-Windows-DirectoryServices
|
||||||
|
Microsoft-Windows-EnterpriseClientSync
|
||||||
|
Microsoft-Windows-FodMetadata
|
||||||
|
Microsoft-Windows-Geolocation
|
||||||
|
Microsoft-Windows-Hello-Face
|
||||||
|
Microsoft-Windows-Help
|
||||||
|
Microsoft-Windows-HVSI-Components
|
||||||
|
Microsoft-Windows-HyperV-OptionalFeature-HypervisorPlatform
|
||||||
|
Microsoft-Windows-HyperV-OptionalFeature-VirtualMachinePlatform
|
||||||
|
Microsoft-Windows-Identity-Foundation
|
||||||
|
Microsoft-Windows-IIS-WebServer
|
||||||
|
Microsoft-Windows-International
|
||||||
|
Microsoft-Windows-InternetExplorer
|
||||||
|
Microsoft-Windows-Internet
|
||||||
|
Microsoft-Windows-Killbits
|
||||||
|
Microsoft-Windows-LanguageEnablingComponents
|
||||||
|
Microsoft-Windows-LanguageFeatures
|
||||||
|
Microsoft-Windows-Legacy
|
||||||
|
Microsoft-Windows-Links
|
||||||
|
Microsoft-Windows-Lxss
|
||||||
|
Microsoft-Windows-Management-SecureAssessment
|
||||||
|
Microsoft-Windows-Migration
|
||||||
|
Microsoft-Windows-MiracastView
|
||||||
|
Microsoft-Windows-MobileBroadband
|
||||||
|
Microsoft-Windows-MobileCore
|
||||||
|
Microsoft-Windows-MobilePC
|
||||||
|
Microsoft-Windows-MRT10
|
||||||
|
Microsoft-Windows-MSMQ
|
||||||
|
Microsoft-Windows-MultiPoint-Connector
|
||||||
|
Microsoft-Windows-Network-Connectivity-Assistant
|
||||||
|
Microsoft-Windows-NetworkDiagnostics
|
||||||
|
Microsoft-Windows-Network-QoS
|
||||||
|
Microsoft-Windows-NFS
|
||||||
|
Microsoft-Windows-Not-Supported-On-LTSB
|
||||||
|
Microsoft-Windows-OfflineFiles
|
||||||
|
Microsoft-Windows-OneCore-Containers
|
||||||
|
Microsoft-Windows-OneDrive
|
||||||
|
Microsoft-Windows-ParentalControls
|
||||||
|
Microsoft-Windows-PAW-Feature
|
||||||
|
Microsoft-Windows-PeerDist
|
||||||
|
Microsoft-Windows-PeerToPeer
|
||||||
|
Microsoft-Windows-PerformanceCounters
|
||||||
|
Microsoft-Windows-PhotoBasic
|
||||||
|
Microsoft-Windows-Portable-Devices
|
||||||
|
Microsoft-Windows-Printing-InternetPrinting-Client
|
||||||
|
Microsoft-Windows-Printing-LocalPrinting-Enterprise
|
||||||
|
Microsoft-Windows-Printing-PremiumTools
|
||||||
|
Microsoft-Windows-Printing-PrintToPDFServices
|
||||||
|
microsoft-windows-printing-wfs-fod-package-Wrapper
|
||||||
|
Microsoft-Windows-Printing-WFS-FoD-Package
|
||||||
|
Microsoft-Windows-Printing-XPSServices
|
||||||
|
Microsoft-Windows-Provisioning
|
||||||
|
Microsoft-Windows-Proximity
|
||||||
|
Microsoft-Windows-QuickAssist
|
||||||
|
Microsoft-Windows-RDC
|
||||||
|
Microsoft-Windows-RemoteAssistance
|
||||||
|
Microsoft-Windows-RemoteDesktop
|
||||||
|
Microsoft-Windows-RemoteFX
|
||||||
|
Microsoft-Windows-RetailDemo
|
||||||
|
Microsoft-Windows-Search2
|
||||||
|
Microsoft-Windows-SearchEngine
|
||||||
|
Microsoft-Windows-SenseClient
|
||||||
|
Microsoft-Windows-Serial
|
||||||
|
Microsoft-Windows-ShareMedia
|
||||||
|
Microsoft-Windows-Shell-HomeGroup
|
||||||
|
Microsoft-Windows-Shell-SettingSync
|
||||||
|
Microsoft-Windows-Skype
|
||||||
|
Microsoft-Windows-SMB1Client-D
|
||||||
|
Microsoft-Windows-SMB1Deprecation-Group
|
||||||
|
Microsoft-Windows-SMB1
|
||||||
|
Microsoft-Windows-SMB1Server-D-Opt
|
||||||
|
Microsoft-Windows-SmbDirect-Opt
|
||||||
|
Microsoft-Windows-SmbDirect
|
||||||
|
Microsoft-Windows-SNMP
|
||||||
|
Microsoft-Windows-StorageService
|
||||||
|
Microsoft-Windows-Store
|
||||||
|
Microsoft-Windows-SystemRestore
|
||||||
|
Microsoft-Windows-TabletPC
|
||||||
|
Microsoft-Windows-TabletPCMath
|
||||||
|
microsoft-windows-tabletpcmath-package-Wrapper
|
||||||
|
Microsoft-Windows-TabShellExperience
|
||||||
|
Microsoft-Windows-TerminalServices
|
||||||
|
Microsoft-Windows-TextPrediction-Dictionaries
|
||||||
|
Microsoft-Windows-TextPrediction
|
||||||
|
Microsoft-Windows-TroubleShooting
|
||||||
|
Microsoft-Windows-TS
|
||||||
|
Microsoft-Windows-UpdateTargeting-ClientOS
|
||||||
|
Microsoft-Windows-UserExperience
|
||||||
|
microsoft-windows-userexperience-desktop-package-Wrapper
|
||||||
|
Microsoft-Windows-Virtualization-RemoteFX-User-Mode-Transport
|
||||||
|
Microsoft-Windows-Virtualization
|
||||||
|
Microsoft-Windows-VirtualPC
|
||||||
|
Microsoft-Windows-VirtualXP
|
||||||
|
Microsoft-Windows-WebcamExperience
|
||||||
|
Microsoft-Windows-WindowsFoundation-LanguagePack
|
||||||
|
Microsoft-Windows-WinOcr
|
||||||
|
Microsoft-Windows-WinRT
|
||||||
|
Microsoft-Windows-WinSATMediaFiles
|
||||||
|
Microsoft-Windows-WMIPerf
|
||||||
|
Microsoft-Windows-WordBreaking
|
||||||
|
Microsoft-Windows-WorkplaceJoin
|
||||||
|
Microsoft-Windows-WPD-LegacyWmdmFeature
|
||||||
|
Microsoft-Windows-WPD-UltimatePortableDeviceFeature-Feature
|
||||||
|
Microsoft-Windows-Xps
|
||||||
|
Microsoft-Xbox
|
||||||
|
MSMQ-Driver-Package
|
||||||
|
MultiPoint
|
||||||
|
Networking-MPSSVC-Rules-EnterpriseEdition-Package
|
||||||
|
OpenSSH-Client-Package
|
||||||
|
openssh-client-package-Wrapper
|
||||||
|
RemoteDesktopServices
|
||||||
|
Sensors-Universal
|
||||||
|
Server-Help
|
||||||
|
Windows-Defender
|
||||||
|
WindowsSearchEngineSKU-Group
|
||||||
|
Microsoft-OneCore-Multimedia-CastingCommon
|
||||||
|
Microsoft-OneCore-Multimedia-CastingReceiver
|
||||||
|
Microsoft-OneCore-Multimedia-CastingTransmitter
|
||||||
|
Microsoft-OneCore-DeviceUpdateCenter
|
||||||
|
Microsoft-OneCore-DirectX-Database
|
||||||
|
Microsoft-OneCore-IsolatedUserMode
|
||||||
|
Microsoft-Onecore-SPP-VirtualDevice
|
||||||
|
Microsoft-OneCore-VirtualizationBasedSecurity
|
||||||
|
Microsoft-Windows-WMPNetworkSharingService
|
||||||
|
|
@ -1,169 +0,0 @@
|
|||||||
Adobe-Flash
|
|
||||||
Containers-ApplicationGuard
|
|
||||||
Containers-Client
|
|
||||||
Containers-DisposableClientVM
|
|
||||||
Containers-Guest-Gated
|
|
||||||
Containers-OptionalFeature
|
|
||||||
Containers-Server
|
|
||||||
DeviceAccess
|
|
||||||
HyperV
|
|
||||||
LanguageFeatures-WordBreaking
|
|
||||||
Media-FaceAnalysis
|
|
||||||
Media-Ocr
|
|
||||||
Microsoft-Composable-PlatformExtension
|
|
||||||
Microsoft-Hyper-V
|
|
||||||
Microsoft-IoTUAP-ShellExt-Tools
|
|
||||||
Microsoft-Mobile
|
|
||||||
Microsoft-PPIProjection
|
|
||||||
Microsoft-UtilityVM
|
|
||||||
Microsoft-Windows-3DAudio
|
|
||||||
Microsoft-Windows-ApiSetSchemaExtension-HyperV
|
|
||||||
Microsoft-Windows-AppCompat
|
|
||||||
Microsoft-Windows-AppManagement
|
|
||||||
Microsoft-Windows-AppServerClient
|
|
||||||
Microsoft-Windows-Backup
|
|
||||||
Microsoft-Windows-Basic-Http-Minio
|
|
||||||
Microsoft-Windows-BioEnrollment
|
|
||||||
Microsoft-Windows-BITS
|
|
||||||
Microsoft-Windows-Branding-Enterprise
|
|
||||||
Microsoft-Windows-Browser
|
|
||||||
Microsoft-Windows-BusinessScanning
|
|
||||||
Microsoft-Windows-Casting
|
|
||||||
Microsoft-Windows-Client-AssignedAccess
|
|
||||||
Microsoft-Windows-Client-EmbeddedExp
|
|
||||||
Microsoft-Windows-Client-Optional-Features
|
|
||||||
Microsoft-Windows-Client-ShellLauncher
|
|
||||||
Microsoft-Windows-Common-Modem
|
|
||||||
Microsoft-Windows-COM-MSMQ
|
|
||||||
Microsoft-Windows-Compression
|
|
||||||
Microsoft-Windows-ContactSupport
|
|
||||||
Microsoft-Windows-ContentDeliveryManager
|
|
||||||
Microsoft-Windows-CoreSystem-DebugTransports
|
|
||||||
Microsoft-Windows-Cortana
|
|
||||||
Microsoft-Windows-DataCenterBridging
|
|
||||||
Microsoft-Windows-DeviceSync
|
|
||||||
Microsoft-Windows-DirectoryServices
|
|
||||||
Microsoft-Windows-EnterpriseClientSync
|
|
||||||
Microsoft-Windows-FodMetadata
|
|
||||||
Microsoft-Windows-Geolocation
|
|
||||||
Microsoft-Windows-Hello-Face
|
|
||||||
Microsoft-Windows-Help
|
|
||||||
Microsoft-Windows-HVSI-Components
|
|
||||||
Microsoft-Windows-HyperV-OptionalFeature-HypervisorPlatform
|
|
||||||
Microsoft-Windows-HyperV-OptionalFeature-VirtualMachinePlatform
|
|
||||||
Microsoft-Windows-Identity-Foundation
|
|
||||||
Microsoft-Windows-IIS-WebServer
|
|
||||||
Microsoft-Windows-International
|
|
||||||
Microsoft-Windows-InternetExplorer
|
|
||||||
Microsoft-Windows-Internet
|
|
||||||
Microsoft-Windows-Killbits
|
|
||||||
Microsoft-Windows-LanguageEnablingComponents
|
|
||||||
Microsoft-Windows-LanguageFeatures
|
|
||||||
Microsoft-Windows-Legacy
|
|
||||||
Microsoft-Windows-Links
|
|
||||||
Microsoft-Windows-Lxss
|
|
||||||
Microsoft-Windows-Management-SecureAssessment
|
|
||||||
Microsoft-Windows-Migration
|
|
||||||
Microsoft-Windows-MiracastView
|
|
||||||
Microsoft-Windows-MobileBroadband
|
|
||||||
Microsoft-Windows-MobileCore
|
|
||||||
Microsoft-Windows-MobilePC
|
|
||||||
Microsoft-Windows-MRT10
|
|
||||||
Microsoft-Windows-MSMQ
|
|
||||||
Microsoft-Windows-MultiPoint-Connector
|
|
||||||
Microsoft-Windows-Network-Connectivity-Assistant
|
|
||||||
Microsoft-Windows-NetworkDiagnostics
|
|
||||||
Microsoft-Windows-Network-QoS
|
|
||||||
Microsoft-Windows-NFS
|
|
||||||
Microsoft-Windows-Not-Supported-On-LTSB
|
|
||||||
Microsoft-Windows-OfflineFiles
|
|
||||||
Microsoft-Windows-OneCore-Containers
|
|
||||||
Microsoft-Windows-OneDrive
|
|
||||||
Microsoft-Windows-ParentalControls
|
|
||||||
Microsoft-Windows-PAW-Feature
|
|
||||||
Microsoft-Windows-PeerDist
|
|
||||||
Microsoft-Windows-PeerToPeer
|
|
||||||
Microsoft-Windows-PerformanceCounters
|
|
||||||
Microsoft-Windows-PhotoBasic
|
|
||||||
Microsoft-Windows-Portable-Devices
|
|
||||||
Microsoft-Windows-Printing-InternetPrinting-Client
|
|
||||||
Microsoft-Windows-Printing-LocalPrinting-Enterprise
|
|
||||||
Microsoft-Windows-Printing-PremiumTools
|
|
||||||
Microsoft-Windows-Printing-PrintToPDFServices
|
|
||||||
microsoft-windows-printing-wfs-fod-package-Wrapper
|
|
||||||
Microsoft-Windows-Printing-WFS-FoD-Package
|
|
||||||
Microsoft-Windows-Printing-XPSServices
|
|
||||||
Microsoft-Windows-Provisioning
|
|
||||||
Microsoft-Windows-Proximity
|
|
||||||
Microsoft-Windows-QuickAssist
|
|
||||||
Microsoft-Windows-RDC
|
|
||||||
Microsoft-Windows-RemoteAssistance
|
|
||||||
Microsoft-Windows-RemoteDesktop
|
|
||||||
Microsoft-Windows-RemoteFX
|
|
||||||
Microsoft-Windows-RetailDemo
|
|
||||||
Microsoft-Windows-Search2
|
|
||||||
Microsoft-Windows-SearchEngine
|
|
||||||
Microsoft-Windows-SenseClient
|
|
||||||
Microsoft-Windows-Serial
|
|
||||||
Microsoft-Windows-ShareMedia
|
|
||||||
Microsoft-Windows-Shell-HomeGroup
|
|
||||||
Microsoft-Windows-Shell-SettingSync
|
|
||||||
Microsoft-Windows-Skype
|
|
||||||
Microsoft-Windows-SMB1Client-D
|
|
||||||
Microsoft-Windows-SMB1Deprecation-Group
|
|
||||||
Microsoft-Windows-SMB1
|
|
||||||
Microsoft-Windows-SMB1Server-D-Opt
|
|
||||||
Microsoft-Windows-SmbDirect-Opt
|
|
||||||
Microsoft-Windows-SmbDirect
|
|
||||||
Microsoft-Windows-SnippingTool
|
|
||||||
Microsoft-Windows-SNMP
|
|
||||||
Microsoft-Windows-StorageService
|
|
||||||
Microsoft-Windows-Store
|
|
||||||
Microsoft-Windows-SystemRestore
|
|
||||||
Microsoft-Windows-TabletPC
|
|
||||||
Microsoft-Windows-TabletPCMath
|
|
||||||
microsoft-windows-tabletpcmath-package-Wrapper
|
|
||||||
Microsoft-Windows-TabShellExperience
|
|
||||||
Microsoft-Windows-TerminalServices
|
|
||||||
Microsoft-Windows-TextPrediction-Dictionaries
|
|
||||||
Microsoft-Windows-TextPrediction
|
|
||||||
Microsoft-Windows-TroubleShooting
|
|
||||||
Microsoft-Windows-TS
|
|
||||||
Microsoft-Windows-UpdateTargeting-ClientOS
|
|
||||||
Microsoft-Windows-UserExperience
|
|
||||||
microsoft-windows-userexperience-desktop-package-Wrapper
|
|
||||||
Microsoft-Windows-Virtualization-RemoteFX-User-Mode-Transport
|
|
||||||
Microsoft-Windows-Virtualization
|
|
||||||
Microsoft-Windows-VirtualPC
|
|
||||||
Microsoft-Windows-VirtualXP
|
|
||||||
Microsoft-Windows-WebcamExperience
|
|
||||||
Microsoft-Windows-WindowsFoundation-LanguagePack
|
|
||||||
Microsoft-Windows-WinOcr
|
|
||||||
Microsoft-Windows-WinRT
|
|
||||||
Microsoft-Windows-WinSATMediaFiles
|
|
||||||
Microsoft-Windows-WMIPerf
|
|
||||||
Microsoft-Windows-WordBreaking
|
|
||||||
Microsoft-Windows-WorkplaceJoin
|
|
||||||
Microsoft-Windows-WPD-LegacyWmdmFeature
|
|
||||||
Microsoft-Windows-WPD-UltimatePortableDeviceFeature-Feature
|
|
||||||
Microsoft-Windows-Xps
|
|
||||||
Microsoft-Xbox
|
|
||||||
MSMQ-Driver-Package
|
|
||||||
MultiPoint
|
|
||||||
Networking-MPSSVC-Rules-EnterpriseEdition-Package
|
|
||||||
OpenSSH-Client-Package
|
|
||||||
openssh-client-package-Wrapper
|
|
||||||
RemoteDesktopServices
|
|
||||||
Sensors-Universal
|
|
||||||
Server-Help
|
|
||||||
Windows-Defender
|
|
||||||
WindowsSearchEngineSKU-Group
|
|
||||||
Microsoft-OneCore-Multimedia-CastingCommon
|
|
||||||
Microsoft-OneCore-Multimedia-CastingReceiver
|
|
||||||
Microsoft-OneCore-Multimedia-CastingTransmitter
|
|
||||||
Microsoft-OneCore-DeviceUpdateCenter
|
|
||||||
Microsoft-OneCore-DirectX-Database
|
|
||||||
Microsoft-OneCore-IsolatedUserMode
|
|
||||||
Microsoft-Onecore-SPP-VirtualDevice
|
|
||||||
Microsoft-OneCore-VirtualizationBasedSecurity
|
|
||||||
Microsoft-Windows-WMPNetworkSharingService
|
|
|
Loading…
Reference in New Issue
Block a user