parent
44f7b8050f
commit
24de460dcd
|
@ -1266,6 +1266,8 @@ $RemoveOnedrive.Add_Click( {
|
||||||
Write-Host "Restarting Explorer that was shut down before."
|
Write-Host "Restarting Explorer that was shut down before."
|
||||||
Start-Process explorer.exe -NoNewWindow
|
Start-Process explorer.exe -NoNewWindow
|
||||||
Write-Host "OneDrive has been successfully uninstalled!"
|
Write-Host "OneDrive has been successfully uninstalled!"
|
||||||
|
|
||||||
|
Remove-item env:OneDrive
|
||||||
})
|
})
|
||||||
|
|
||||||
$InstallNet35.Add_Click( {
|
$InstallNet35.Add_Click( {
|
||||||
|
|
Loading…
Reference in New Issue