powershell -command "Get-AppxProvisionedPackage -online | Out-GridView -OutputMode Multiple -Title 'Remove PreProvisioned Apps' | Remove-AppxProvisionedPackage -online" powershell -command "Get-AppxPackage | Out-GridView -OutputMode Multiple -Title 'Remove Apps' | Remove-AppxPackage -ErrorAction SilentlyContinue" powershell -command "Disable-WindowsOptionalFeature -online -NoRestart -FeatureName 'SMB1Protocol','Printing-Foundation-InternetPrinting-Client','FaxServicesClientPackage','WorkFolders-Client','SearchEngine-Client-Package'" powershell -command "Get-WindowsOptionalFeature -Online | ? { $_.State -eq 'enabled' } | Out-GridView -OutputMode Multiple -Title 'Select Features to Remove.' | Disable-WindowsOptionalFeature -Online -NoRestart" powershell -command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; wget -Uri https://www.steveborba.com/wp-content/uploads/2018/03/Win10-Cust-HKLM.bat_.txt -OutFile Win10-Cust-HKLM.bat" call Win10-Cust-HKLM.bat powershell -command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; wget -Uri https://www.steveborba.com/wp-content/uploads/2018/03/Win10-Cust-profile.bat_.txt -OutFile Win10-Cust-profile.bat" call Win10-Cust-profile.bat