Browse Source

remove onedrive startmenu entry

pull/55/head
Alex Hirsch 9 years ago
parent
commit
06745a243a
  1. 5
      scripts/remove-onedrive.ps1

5
scripts/remove-onedrive.ps1

@ -31,5 +31,8 @@ $reg | Out-File $regfile
regedit /s $regfile
rm $regfile
echo "Removing startmenu entry"
rm "$env:userprofile\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\OneDrive.lnk"
echo "Restarting explorer"
start "explorer.exe"
start "explorer.exe"

Loading…
Cancel
Save