Get-AppxPackage *Microsoft.YourPhone* -AllUsers | Remove-AppxPackage taskkill /im "WindowsInternal.ComposableShell.Experiences.TextInput.InputApp.exe" /t /f echo done Get-AppxPackage *Microsoft.GetHelp* -AllUsers | Remove-AppxPackage Get-AppxPackage *Microsoft.People* -AllUsers | Remove-AppxPackage Get-AppxPackage *Microsoft.WindowsMaps* -AllUsers | Remove-AppxPackage Get-AppxPackage *Microsoft.Wallet* -AllUsers | Remove-AppxPackage reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\WindowsInternal.ComposableShell.Experiences.TextInput.InputApp.exe" /v Debugger /d "%SystemRoot%\system32\systray.exe" /f taskkill /im "WindowsInternal.ComposableShell.Experiences.TextInput.InputApp.exe" /t /f echo done list services: net start Get-Service Set-Service -Name "vmicguestinterface" -Status stopped -StartupType disabled Set-Service -Name "vmicheartbeat" -Status stopped -StartupType disabled Set-Service -Name "vmickvpexchange" -Status stopped -StartupType disabled Set-Service -Name "vmicrdv" -Status stopped -StartupType disabled Set-Service -Name "vmicshutdown" -Status stopped -StartupType disabled Set-Service -Name "vmictimesync" -Status stopped -StartupType disabled Set-Service -Name "vmicvmsession" -Status stopped -StartupType disabled Set-Service -Name "vmicvss" -Status stopped -StartupType disabled Set-Service -Name "AJRouter" -Status stopped -StartupType disabled Set-Service -Name "autotimesvc" -Status stopped -StartupType disabled Set-Service -Name "BcastDVRUserService" -Status stopped -StartupType disabled Set-Service -Name "Bluetoothuserservice" -Status stopped -StartupType disabled Set-Service -Name "XboxNetApiSvc" -Status stopped -StartupType disabled Set-Service -Name "XboxGipSvc" -Status stopped -StartupType disabled Set-Service -Name "XblGameSave" -Status stopped -StartupType disabled Set-Service -Name "XblAuthManager" -Status stopped -StartupType disabled Set-Service -Name "WwanSvc" -Status stopped -StartupType disabled Get-Service -Name WinRM | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name WinRM | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name MixedRealityOpenXRSvc | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name wisvc | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name icssvc | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name spooler | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name icssvc | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name DiagTrack | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name WbioSrvc | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name wuauserv | Set-Service -StartupType disabled -Confirm:$false Set-Service -Name PushToInstall -Status stopped -StartupType disabled Get-Service -Name WpnService | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name perceptionsimulation | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name Wecsvc | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name Wcmsvc | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name RemoteRegistry | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name TabletInputService | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name WerSvc | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name WCNCSVC | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name WinRM | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name DiagTrack | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name TermService | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name SessionEnv | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name UmRdpService | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name sysmain | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name workfolderssvc | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name wmiApSrv | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name WlanSvc | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name WinHttpAutoProxySvc | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name SNMPTRAP | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name LanmanServer | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name RetailDemo | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name RmSvc | Stop-Service -Force Set-Service -Name RmSvc -Status stopped -StartupType disable Get-Service -Name PrintWorkflowUserSvc_7d6bcc | Stop-Service -Force Set-Service -Name PrintWorkflowUserSvc_7d6bcc -Status stopped -StartupType disable Get-Service -Name PrintNotify | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name PhoneSvc | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name "Natural Authentication" | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name "edgeupdatem" | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name "edgeupdatem" | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name "edgeupdate" | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name "MicrosoftEdgeElevationService" | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name "MessagingService_7d6bcc" | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name "McpManagementService" | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name "lltdsvc" | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name "HvHost" | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name "BcastDVRUserService_7d6bcc" | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name "FDResPub" | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name "fdPHost" | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name "dmwappushservice" | Set-Service -StartupType disabled -Confirm:$false Get-Service -Name "DiagTrack" | Set-Service -StartupType disabled -Confirm:$false Set-Service -Name "" -Status stopped -StartupType disabled Set-Service -Name "" -Status stopped -StartupType disabled Set-Service -Name "" -Status stopped -StartupType disabled Set-Service -Name "" -Status stopped -StartupType disabled Set-Service -Name "" -Status stopped -StartupType disabled Set-Service -Name "" -Status stopped -StartupType disabled Set-Service -Name "" -Status stopped -StartupType disabled RISKY: //background transfer update Set-Service -Name "BITS" -Status stopped -StartupType disabled //Windows update Set-Service -Name "wuauserv" -Status stopped -StartupType disabled //router talk Get-Service -Name RPCLocator | Set-Service -StartupType disabled -Confirm:$false TODO: //serviecs Set-Service -Name "Browser" -Status stopped -StartupType disabled Get-Service -Name "lfsvc" | Stop-Service -Force Set-Service -Name "lfsvc" -Status stopped -StartupType disabled Get-Service -Name "spooler" | Stop-Service -Force Set-Service -Name "spooler" -Status stopped -StartupType disable Get-Service -Name "WSearch" | Stop-Service -Force Set-Service -Name "WSearch" -Status stopped -StartupType disabled Get-Service -Name "CDPSvc" | Stop-Service -Force Set-Service -Name "CDPSvc" -Status stopped -StartupType disabled Get-Service -Name "CDPUserSvc_7d6bcc" | Stop-Service -Force Set-Service -Name "CDPUserSvc_7d6bcc" -Status stopped -StartupType disabled Can't stop service: Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SERVICENAME Start=4