Richard Newton
4b62408986
Update Windows10SysPrepDebloater.ps1
2019-01-03 19:56:36 -08:00
Richard Newton
083fb53cd5
Update Windows10DebloaterGUI.ps1
2019-01-03 19:55:49 -08:00
Richard Newton
be3d198eb6
Update Windows10Debloater.ps1
2019-01-03 19:54:56 -08:00
Richard Newton
9921d12cb5
Update Windows10Debloater.ps1
2019-01-03 19:54:08 -08:00
Richard Newton
37b6612c6d
Update Windows10DebloaterGUI.ps1
2019-01-03 19:53:54 -08:00
Richard Newton
e2036d15fe
Removed *.NET* from regex whitelist
2019-01-03 19:52:50 -08:00
Richard Newton
298927ef42
Removed *.NET* from regex whitelist
2019-01-03 19:52:15 -08:00
Richard Newton
0eea4f7a3d
Removed *.NET* from regex whitelist
2019-01-03 19:47:00 -08:00
Richard Newton
fc93a07d6c
Added .NET to whitelist
2018-12-23 15:44:47 -08:00
Richard Newton
d85168b631
Added .NET to whitelist
2018-12-23 15:44:23 -08:00
Richard Newton
efbd0b1de8
Added .NET to whitelist
2018-12-23 15:42:37 -08:00
Richard Newton
ca01f1e13c
Added key to disable OneDrive throughout Windows
2018-12-23 15:36:25 -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
1bd013a052
Update Windows10SysPrepDebloater.ps1
2018-12-23 15:14:29 -08:00
Richard Newton
a6e1354fdb
Update Windows10Debloater.ps1
2018-12-23 15:13:50 -08:00
Richard Newton
7a1a7125f3
Added Start-Transcript
2018-12-23 15:12:12 -08:00
Richard Newton
30c0a9a65f
Updated formatting
2018-12-23 15:08:02 -08:00
Richard Newton
e126327482
Update Windows10DebloaterGUI.ps1
2018-12-23 15:07:33 -08:00
Richard Newton
be3a6765b6
Update Windows10Debloater.ps1
2018-12-23 15:04:55 -08:00
Richard Newton
2b07de3eba
Update Windows10SysPrepDebloater.ps1
2018-12-23 15:02:57 -08:00
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.
2018-12-23 15:00:32 -08:00
Richard Newton
ad05dee3c0
Changed log folder path
...
I changed the log folder path from C:\Windows10Debloater to C:\Temp\Windows10Debloater
2018-12-23 14:42:28 -08:00
Richard Newton
e75fbd9f91
Added information about GUI functions
2018-12-15 19:53:01 -08:00
Richard Newton
45d3098d99
Whitelisted CameraApp
2018-12-01 11:10:32 -08:00
Richard Newton
e652baa852
Whitelisted CameraApp
2018-12-01 11:10:13 -08:00
Richard Newton
8e137a2e2e
Update Windows10Debloater.ps1
2018-12-01 11:08:26 -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
20f86e1ae9
Added code to remove CloudStore from Registry
...
This adds code to remove CloudStore from the registry in regards to issue #61
2018-12-01 11:03:16 -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
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
2018-12-01 10:52:08 -08:00
Richard Newton
dcbc26a3d5
Removed $Revert variable
2018-12-01 10:50:03 -08:00
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
2018-12-01 10:48:11 -08:00
Richard Newton
1d25c80dda
Update Windows10DebloaterGUI.ps1
2018-11-11 23:01:47 -08:00
Richard Newton
d44a26029e
Update Windows10Debloater.ps1
2018-11-11 23:00:35 -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
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.
2018-11-11 22:47:44 -08:00
Richard Newton
c788707738
Fixed CheckInstallService and CheckDMWService Functions
2018-11-10 19:31:37 -08:00
Richard Newton
26bb122115
Fixed CheckInstallService function and checkdmwservice function
2018-11-10 19:30:03 -08:00
Richard Newton
df471e039d
Fixed CheckInstallService function
2018-11-10 19:28:16 -08:00
Richard Newton
0762b0a8d0
Fixed CheckInstallService Function
2018-11-09 16:48:29 -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
69246b9cc2
Added Function CheckInstallService
2018-11-09 16:42:31 -08:00
Richard Newton
34753740aa
Update README.md
2018-10-28 12:28:06 -07:00
Richard Newton
81f2a4d714
Update README.md
2018-10-28 12:26:19 -07:00
Richard Newton
d1d52466a5
Update README.md
2018-10-28 12:26:06 -07:00
Richard Newton
ed146e0f01
Added section about Windows10DebloaterGUI
2018-10-28 12:24:32 -07:00
Richard Newton
04681b7507
Windows10DebloaterGUI.ps1 application has been created.
2018-10-28 12:22:51 -07:00
Richard Newton
809c33a14a
Fixed variable with incorrect name in Debloat Blacklist function
2018-10-16 21:04:12 -07:00
Richard Newton
a1543ae59f
Removed Cancel commands randomly placed in script
2018-10-16 21:01:41 -07:00