Advertisement
Guest User

result.cmd

a guest
Feb 28th, 2020
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1.  
  2.  
  3. powercfg.exe /setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c
  4. powercfg.exe /setactive e9a42b02-d5df-448d-aa00-03f14749eb61
  5.  
  6. powershell -command "Get-appxpackage -allusers *Microsoft.WindowsFeedbackHub* | Remove-AppxPackage -AllUsers" &
  7.  
  8. powershell -command "Get-appxpackage -allusers *Microsoft.GetHelp* | Remove-AppxPackage -AllUsers" &
  9.  
  10. powershell -command "Get-appxpackage -allusers *Microsoft.MicrosoftSolitaireCollection* | Remove-AppxPackage -AllUsers" &
  11.  
  12. powershell -command "Get-appxpackage -allusers *Microsoft.SkypeApp* | Remove-AppxPackage -AllUsers" &
  13.  
  14. powershell -command "Get-appxpackage -allusers *Microsoft.MicrosoftOfficeHub* | Remove-AppxPackage -AllUsers" &
  15.  
  16. powershell -command "Get-appxpackage -allusers *onenote* | Remove-AppxPackage -AllUsers" &
  17.  
  18. powershell -command "Get-appxpackage -allusers *Microsoft.Getstarted* | Remove-AppxPackage -AllUsers" &
  19.  
  20. Dism /online /Disable-Feature /FeatureName:"WorkFolders-Client"
  21.  
  22. Dism /online /Disable-Feature /FeatureName:"Xps-Foundation-Xps-Viewer"
  23.  
  24. taskkill /f /im OneDrive.exe & %SystemRoot%\SysWOW64\OneDriveSetup.exe /uninstall
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement