Commit Graph

75 Commits

Author SHA1 Message Date
Richard Newton
b0f21330ec
Created Fix Whitelisted Apps
This contains the code in the FixWhitelistedApps function.
2018-08-18 23:44:48 -07:00
Richard Newton
a259c8f3f1
Created Enable Edge PDF File
This contains the code in the Enable-EdgePDF function.
2018-08-18 23:43:47 -07:00
Richard Newton
2d65955a79
Created Revert Changes file
This contains the code that reverts the changes that the Start-Debloat function does, as well as the Protect-Privacy function.
2018-08-18 23:42:26 -07:00
Richard Newton
c49853a1cd
Created Stop Edge PDF
This contains the code that is in the Stop-EdgePDF function.
2018-08-18 23:41:25 -07:00
Richard Newton
f38866cf59
Created Enable Cortana File
This contains the code from the EnableCortana Function.
2018-08-18 23:40:29 -07:00
Richard Newton
8f7ad249fb
Created Disable Cortana File
This contains the code that is used in the DisableCortana Function.
2018-08-18 23:39:23 -07:00
Richard Newton
df652fe389
Created Protect Privacy file
This contains the code from the function Protect-Privacy.
2018-08-18 23:38:37 -07:00
Richard Newton
57c155e220
Added ForEach loop. 2018-08-18 23:37:18 -07:00
Richard Newton
003ba5edb1
Created Remove Bloatware RegKeys
This is the code from the Remove-Keys function that removes the bloatware registry keys.
2018-08-18 23:36:46 -07:00
Richard Newton
ff7f5f653f
Created file called Debloat Windows
This is the code in the function called Start-Debloat to debloat Windows 10.
2018-08-18 23:35:36 -07:00
Richard Newton
feabda25d1
Created individual file called Uninstall OneDrive
This is the code to uninstall OneDrive from the Function UninstallOneDrive.
2018-08-18 23:34:08 -07:00
Richard Newton
d2c812df11
Added New-PSDrive HKCR in uninstall OneDrive Function
I added code to create a new PSDrive for HKCR so that the function can access the portion of the registry associated with HKCR and create/modify the specific registry keys.

I believe this resolves the function from hanging.
2018-08-18 23:22:07 -07:00
Richard Newton
57ef7e83b6
Update Windows10SysPrepDebloater.ps1 2018-07-28 20:37:23 -07:00
Richard Newton
c49ce96d55
Update Windows10SysPrepDebloater.ps1
Removed Microsoft.DesktopAppInstaller and Microsoft.RemoteDesktop from the blacklist function Remove-AppxPackagesForSysprep
2018-07-28 20:37:07 -07:00
Richard Newton
16016cf829
Added blacklisted Appxpackages to Start-Debloat Function 2018-07-28 20:35:07 -07:00
Richard Newton
1a2bf8181c
Merge pull request #38 from matt2005/1803
added Extra steps to remove provisioned packages.
2018-07-28 20:30:15 -07:00
Matt
4854877459 Added Privacy switch and added verbose messaging so that it appears in the MDT logs 2018-07-26 11:43:31 +01:00
Matt
4caf494048 fixed error with apps installed as other users 2018-07-25 17:09:03 +01:00
Matt
d770bf1f2b Fixed Sc command 2018-07-25 16:37:40 +01:00
Matt
30541754f6 Fixed logic to make use of the switches 2018-07-25 16:36:27 +01:00
Matt
ae7fd52b09 added Extra steps to remove provisioned packages.
Added registry keys to stop autoupdates on Windows Store
Added step to stop installer service
2018-07-25 15:10:05 +01:00
Richard Newton
405d4584f3
Added Add-Type -AssemblyName PresentationCore,PresentationFramework 2018-07-16 18:43:31 -07:00
Richard Newton
4caacbb162
Removed administrator check 2018-07-14 23:11:57 -07:00
Richard Newton
5fff8f33ec
Removed the beginning * from Microsoft.Paint* since it wasn't parsing correctly 2018-06-23 13:19:21 -07:00
Richard Newton
300806db2e
Added Microsoft.MSPaint wildcard to whitelist 2018-06-23 13:10:26 -07:00
Richard Newton
f327eef7f0
Added Microsoft.MicrosoftStickyNotes to whitelist 2018-06-23 13:09:04 -07:00
Richard Newton
e9d2b48fab
Moved the Erroraction preference to line 12 2018-06-14 18:22:01 -07:00
Richard Newton
50a04f930e
Removed -Verbose from most of code
I removed -Verbose from most of the code as it is unnecessary and makes the script far too verbose.
2018-06-14 18:21:19 -07:00
Richard Newton
f23435dce7
Merge pull request #28 from abulgatz/master
Run Remove-AppxPackage for current user
2018-06-11 20:09:21 -07:00
Adam
d1b1be1bce
Run Remove-AppxPackage for current user
Run Remove-AppxPackage for the currently logged in user account
2018-06-11 11:36:42 -05:00
Richard Newton
fa01c1f20a
Added a few Xbox AppXPackages that shouldn't be removed
Microsoft.XboxGamingOverlay
Microsoft.XboxIdentityProvider
Microsoft.Xbox.TCUI 

These will no longer be removed.
2018-06-10 19:24:30 -07:00
Richard Newton
61354e79c5
Merge pull request #27 from Gray-0men/master
Admin check and GUI prompts
2018-06-10 19:18:39 -07:00
Damian
b8ceda44f9 Fixed a bug I made with Explorer
Made sure it works without a new window opening at the end as well.
2018-06-04 23:27:03 -04:00
Damian
d210f3e159 Just a lot of OCD fat trimming
Mostly getting rid of redundant code that was doing the same thing over top of itself (ex: NewItemProperty with a value and then next line set the exact same value??)

Also added some more that was missed with telemetry, bing in the start menu, disabling cortana completely, and fully removing OneDrive and removed it from the side bar in explorer.
2018-06-04 22:06:38 -04:00
Gray-0men
af3cc3cab4 OEM and Preinstalled app locations
Added more OEM and preinstalled app locations to removal of bloatware in Reg Key section.
2018-06-04 09:43:23 -04:00
Damian
f4bc4545ab Added Cancel to the GUI
Added cancel button to stop the script completely.
2018-06-03 11:38:23 -04:00
Damian
4c3dd2003d Admin check and GUI prompts
Added an admin check to see if the script is running with admin right, if it isn't then it'll close and reopen with admin right and continue on.

Also added a GUI to replace the need for "read-host" to get a response from USER
2018-06-03 10:20:16 -04:00
Richard Newton
deaa99c664
Added xbox appxpackages/appxprovisionedpackages to whitelist 2018-05-21 19:04:21 -07:00
Richard Newton
c6da13aa0f
Added information to How To Run 2018-04-13 23:57:30 -07:00
Richard Newton
cc4633c8be
Added missing function FixWhitelistedApps to be called correctly
Added missing function FixWhitelistedApps to be called correctly on line 235
2018-04-05 19:05:56 -07:00
Richard Newton
1adfd2bf83
Added information regarding when this script should be ran 2018-04-05 19:02:59 -07:00
Richard Newton
f4da442ca6
Fixed Parameter switches 2018-03-15 21:25:00 -07:00
Richard Newton
b6e5b716f7
Fixed the old name of Windows10SilentDebloater.ps1
I changed the name of the Windows10SilentDebloater.ps1 in the README to Windows10SysPrepDebloater.ps1
2018-03-06 20:38:14 -08:00
Richard Newton
fad7533973
Removed Interactive/Noninteractive section 2018-03-06 20:36:27 -08:00
Richard Newton
c5214cfb2c
Removed switch containing interactive/noninteractive
I removed the switch containing interactive/noninteractive choices since the noninteractive option only cut down the amount of interactive prompts by 2, and I saw no value with keeping it. I also fixed the formatting of the code and it should be a bit more presentable now.
2018-03-06 20:31:11 -08:00
Richard Newton
f30ac403de
Added CanonicalGroupLimited.UbuntuonWindows to whitelisted apps 2018-03-02 21:09:57 -08:00
Richard Newton
173d106ef1
Added CanonicalGroupLimited.UbuntuonWindows to whitelisted apps 2018-03-02 21:09:36 -08:00
Richard Newton
78e439b703
Added -ErrorAction SilentlyContinue to lines 165-170 2018-03-02 21:00:47 -08:00
Richard Newton
f16cc2705f
Added -ErrorAction SilentlyContinue to lines 288-293 2018-03-02 21:00:14 -08:00
Richard Newton
9c7d563fcf
Changed the name of the .ps1 used in #Switch Parameters 2018-02-23 05:58:53 -08:00