248 Commits (409ba334a037e0e8479db7f29c02b1445f98971a)
 

Author SHA1 Message Date
Richard Newton 298927ef42
Removed *.NET* from regex whitelist 6 years ago
Richard Newton 0eea4f7a3d
Removed *.NET* from regex whitelist 6 years ago
Richard Newton fc93a07d6c
Added .NET to whitelist 6 years ago
Richard Newton d85168b631
Added .NET to whitelist 6 years ago
Richard Newton efbd0b1de8
Added .NET to whitelist 6 years ago
Richard Newton ca01f1e13c
Added key to disable OneDrive throughout Windows 6 years ago
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.
6 years ago
Richard Newton 1bd013a052
Update Windows10SysPrepDebloater.ps1 6 years ago
Richard Newton a6e1354fdb
Update Windows10Debloater.ps1 6 years ago
Richard Newton 7a1a7125f3
Added Start-Transcript 6 years ago
Richard Newton 30c0a9a65f
Updated formatting 6 years ago
Richard Newton e126327482
Update Windows10DebloaterGUI.ps1 6 years ago
Richard Newton be3a6765b6
Update Windows10Debloater.ps1 6 years ago
Richard Newton 2b07de3eba
Update Windows10SysPrepDebloater.ps1 6 years ago
Richard Newton 053e51dd03
Added check to enable DMWAppushservice
Added a function to set the startup type of the DMWAppushservice to Automatic, and to start it after if it isn't started.
6 years ago
Richard Newton ad05dee3c0
Changed log folder path
I changed the log folder path from C:\Windows10Debloater to C:\Temp\Windows10Debloater
6 years ago
Richard Newton e75fbd9f91
Added information about GUI functions 6 years ago
Richard Newton 45d3098d99
Whitelisted CameraApp 6 years ago
Richard Newton e652baa852
Whitelisted CameraApp 6 years ago
Richard Newton 8e137a2e2e
Update Windows10Debloater.ps1 6 years ago
Richard Newton f5e795dd04
Added code to remove CloudStore
This is reference to issue #61
6 years ago
Richard Newton 20f86e1ae9
Added code to remove CloudStore from Registry
This adds code to remove CloudStore from the registry in regards to issue #61
6 years ago
Richard Newton 8f734bdb7c
Added Microsoft.WindowsCamera to whitelist
Added Microsoft.WindowsCamera to whitelist in DebloatAll and DebloatBlacklist functions
6 years ago
Richard Newton 7d699d5421
Added Microsoft.WindowsCamera to whitelist
I added Microsoft.WindowsCamera to the whitelist and also commented it out in the blacklist function DebloatBlacklist for issue #65
6 years ago
Richard Newton dcbc26a3d5
Removed $Revert variable 6 years ago
Richard Newton 529bddfcc7
Removed several variables that are not used
I removed several $No and $Yes variables that are not used in the switches, as they are unnecessary. This is related to issue #66
6 years ago
Richard Newton 1d25c80dda
Update Windows10DebloaterGUI.ps1 6 years ago
Richard Newton d44a26029e
Update Windows10Debloater.ps1 6 years ago
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.
6 years ago
Richard Newton 03a2513079
New check for OneDrive Files existence 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.
6 years ago
Richard Newton c788707738
Fixed CheckInstallService and CheckDMWService Functions 6 years ago
Richard Newton 26bb122115
Fixed CheckInstallService function and checkdmwservice function 6 years ago
Richard Newton df471e039d
Fixed CheckInstallService function 6 years ago
Richard Newton 0762b0a8d0
Fixed CheckInstallService Function 6 years ago
Richard Newton 59f16c6694
Added CheckInstallService function 6 years ago
Richard Newton 3c989503f0
Added CheckInstallService Function 6 years ago
Richard Newton 69246b9cc2
Added Function CheckInstallService 6 years ago
Richard Newton 34753740aa
Update README.md 6 years ago
Richard Newton 81f2a4d714
Update README.md 6 years ago
Richard Newton d1d52466a5
Update README.md 6 years ago
Richard Newton ed146e0f01
Added section about Windows10DebloaterGUI 6 years ago
Richard Newton 04681b7507
Windows10DebloaterGUI.ps1 application has been created. 6 years ago
Richard Newton 809c33a14a
Fixed variable with incorrect name in Debloat Blacklist function 6 years ago
Richard Newton a1543ae59f
Removed Cancel commands randomly placed in script 6 years ago
Richard Newton 5dd272e184
Added missing } to end of CheckService function 6 years ago
Richard Newton 43064ffbf1
Changed $App to $Bloat on line 101 6 years ago
Richard Newton 9d3e8b8504
Added CheckService Functioin to start dmwappushservice if stopped
Added a function with an If statement that checks if the service dmwappushservice is running and if not then it will start it.
6 years ago
Richard Newton 4cf8cd27d4
Added Damian to Credit 6 years ago
Richard Newton a366d16d91
Merge pull request #55 from mdnt/master
Added Microsoft.ScreenSketch to whitelist
6 years ago
Richard Newton 166525bf67
Merge pull request #53 from xyipher/patch-1
Update Windows10SysPrepDebloater.ps1
6 years ago