remove onedrive startmenu entry

pull/55/head
Alex Hirsch 9 years ago
parent 6142038e66
commit 06745a243a

@ -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