Commit Graph

67 Commits

Author SHA1 Message Date
Richard Newton
c78b37c070
This fixes issue #76 2019-01-25 20:00:34 -08:00
Richard Newton
083fb53cd5
Update Windows10DebloaterGUI.ps1 2019-01-03 19:55:49 -08:00
Richard Newton
37b6612c6d
Update Windows10DebloaterGUI.ps1 2019-01-03 19:53:54 -08:00
Richard Newton
298927ef42
Removed *.NET* from regex whitelist 2019-01-03 19:52:15 -08:00
Richard Newton
d85168b631
Added .NET to whitelist 2018-12-23 15:44:23 -08:00
Richard Newton
3078379728
Fixed formatting, added key to disable OneDrive
I had to fix some formatting otherwise the script would break functionality. I also added a key to disable OneDrive throughout Windows.
2018-12-23 15:35:10 -08:00
Richard Newton
7a1a7125f3
Added Start-Transcript 2018-12-23 15:12:12 -08:00
Richard Newton
e126327482
Update Windows10DebloaterGUI.ps1 2018-12-23 15:07:33 -08:00
Richard Newton
f5e795dd04
Added code to remove CloudStore
This is reference to issue #61
2018-12-01 11:07:49 -08:00
Richard Newton
8f734bdb7c
Added Microsoft.WindowsCamera to whitelist
Added Microsoft.WindowsCamera to whitelist in DebloatAll and DebloatBlacklist functions
2018-12-01 10:57:14 -08:00
Richard Newton
1d25c80dda
Update Windows10DebloaterGUI.ps1 2018-11-11 23:01:47 -08:00
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