Guest User

Untitled

a guest
Dec 15th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <#
  2. Version: 1.0
  3. Author: Oliver Kieselbach (oliverkieselbach.com)
  4. Date: 15.12.2018
  5.  
  6. Description:
  7. Uninstall BGInfo64. User has to switch background to the original one by his own.
  8.  
  9. Release notes:
  10. Version 1.0: Original published version.
  11.  
  12. The script is provided "AS IS" with no warranties.
  13. #>
  14.  
  15. Remove-Item -Path "C:\Program Files\BGInfo" -Recurse -Force -Confirm:$false
  16. Remove-Item -Path "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp\BGInfo.lnk" -Force -Confirm:$false
  17.  
  18. Return 0
Add Comment
Please, Sign In to add comment