The search returned 1 result

by olpavil
July 20, 2016 - 2:10 PM
Forum: WAPT Packages
Subject: Windows 10: Disabling features
Answers: 4
Views : 5565

Re: Windows 10: Disabling features

Unfortunately, this isn't enough for OneDrive. You also need to run a script like this:
@echo off
REM Removing Microsoft OneDrive
REM If OneDriveSetup.exe doesn't exist, go to :sight
If not exist %SystemRoot%\SysWOW64\OneDriveSetup.exe goto :eof

REM Then let's uninstall %SystemRoot...