Commit Graph

340 Commits

Author SHA1 Message Date
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
Richard Newton
5dd272e184
Added missing } to end of CheckService function 2018-10-14 01:06:05 -07:00
Richard Newton
43064ffbf1
Changed $App to $Bloat on line 101 2018-10-14 00:10:26 -07:00
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.
2018-10-11 18:36:04 -07:00
Richard Newton
4cf8cd27d4
Added Damian to Credit 2018-10-11 16:58:12 -07:00
Richard Newton
a366d16d91
Merge pull request #55 from mdnt/master
Added Microsoft.ScreenSketch to whitelist
2018-10-11 16:52:52 -07:00
Richard Newton
166525bf67
Merge pull request #53 from xyipher/patch-1
Update Windows10SysPrepDebloater.ps1
2018-10-11 16:52:20 -07:00
mdnt
88d4d1ed7b
Added Microsoft.ScreenSketch to whitelist
Looks like Microsoft will be axing snipping tool and using Snip & Sketch going forward
2018-10-09 19:53:51 -05:00
xyipher
8b6ffcbbd7
Update Windows10SysPrepDebloater.ps1
& sc config InstallService start=disabled  -> Gave me an error, used power shell command and it worked without errors

re-run line 41 in order to avoid error or having to reboot.
2018-10-08 11:22:09 -07:00
Richard Newton
b51963269e
Removed line 15
I removed the code from line 15 as this will wipe more than the target appxpackages/appxprovisionedpackages since even some games/apps/etc from the Microsoft Store and others that are wanted will be removed.
2018-10-07 16:25:26 -07:00
Richard Newton
0c90e11309
Fixed Switch Parameters section and added to credit section 2018-10-07 16:21:30 -07:00
Richard Newton
72fa2acbeb
Reverted back to the old version with fixes by xsisbest 2018-10-07 16:17:43 -07:00
Richard Newton
a33a2e1517
Added new information to Switch Parameters 2018-10-04 21:06:06 -07:00
Richard Newton
3fb9e4defc
Changed DebloatAllApps to DebloatAll 2018-10-04 21:04:40 -07:00
Richard Newton
2326d4ba79
Added new DebloatBlacklist function 2018-10-04 20:59:45 -07:00