Commit Graph

56 Commits

Author SHA1 Message Date
Richard Newton
df582d0793
New check for OneDrive files and folder existence
I added code to check for the OneDrive folder and its files before removal. If it finds that the folder exists, it will then check to see if there are files inside of the folder. If there are no files then OneDrive is uninstalled.

If there are files, then it creates a new folder called OneDriveBackupFiles on the user's desktop, move all of the files into that folder, and then removes OneDrive. 

This is a safety measure after a user had their OneDrive files (unfortunately) deleted from their machine.
2018-11-11 22:51:10 -08:00
Richard Newton
c788707738
Fixed CheckInstallService and CheckDMWService Functions 2018-11-10 19:31:37 -08:00
Richard Newton
df471e039d
Fixed CheckInstallService function 2018-11-10 19:28:16 -08:00
Richard Newton
59f16c6694
Added CheckInstallService function 2018-11-09 16:47:56 -08:00
Richard Newton
3c989503f0
Added CheckInstallService Function 2018-11-09 16:46:38 -08:00
Richard Newton
04681b7507
Windows10DebloaterGUI.ps1 application has been created. 2018-10-28 12:22:51 -07:00