Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates and Additions #245

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
d73876c
Update block-telemetry.ps1
supmaxi Apr 24, 2020
cdd1b79
Update disable-services.ps1
supmaxi Apr 24, 2020
6529b02
Update experimental_unfuckery.ps1
supmaxi Apr 24, 2020
2f664f3
Update remove-default-apps.ps1
supmaxi Apr 24, 2020
9fd58e8
Update README.md
supmaxi Apr 24, 2020
758f58a
Update disable-services.ps1
supmaxi Apr 28, 2020
d9e738d
Update disable-services.ps1
supmaxi Apr 28, 2020
ad4264d
Update disable-services.ps1
supmaxi Apr 29, 2020
60c9d9f
Update remove-default-apps.ps1
supmaxi May 5, 2020
d41d57f
Update remove-default-apps.ps1
supmaxi May 5, 2020
93d263d
Update experimental_unfuckery.ps1
supmaxi May 5, 2020
7e17eb5
Update disable-services.ps1
supmaxi May 5, 2020
4d8e583
Update block-telemetry.ps1
supmaxi May 5, 2020
517a50e
Disable Remove Insecure Features
supmaxi May 5, 2020
f16142d
If you are going to use this one, use it LAST
supmaxi May 5, 2020
801bcb8
disable_windows_defender.bat
supmaxi May 15, 2020
92ec5ab
make_windows10_great_again.bat
supmaxi May 15, 2020
c405faf
SearchNDestroy.bat
supmaxi May 16, 2020
61b34e8
Delete SearchNDestroy.bat
supmaxi May 16, 2020
522becf
Update README.md
supmaxi May 16, 2020
a58c84c
Merge Sycnex Windows10 Debloater script
supmaxi May 16, 2020
2cd3369
INFO: Vulnerable Exploitable SysModules
supmaxi May 21, 2020
52ddcdd
Delete Vulnereable Exploitable SysModules.txt
supmaxi May 21, 2020
88a8b64
Harden OS.bat
supmaxi May 21, 2020
a2d6ed4
Update Harden OS.bat
supmaxi May 21, 2020
9569d48
Update make_windows10_great_again.bat
supmaxi May 23, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update experimental_unfuckery.ps1
  • Loading branch information
supmaxi authored Apr 24, 2020
commit 6529b028ab6b5249c04d7ccde8081d0201f71d36
16 changes: 8 additions & 8 deletions scripts/experimental_unfuckery.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ do {} until (Elevate-Privileges SeTakeOwnershipPrivilege)

Write-Output "Force removing system apps"
$needles = @(
#"Anytime"
"Anytime"
"BioEnrollment"
#"Browser"
"Browser"
"ContactSupport"
#"Cortana" # This will disable startmenu search.
#"Defender"
"Defender"
"Feedback"
"Flash"
"Gaming"
#"Holo"
#"InternetExplorer"
#"Maps"
#"MiracastView"
"Holo"
"InternetExplorer"
"Maps"
"MiracastView"
"OneDrive"
#"SecHealthUI"
#"Wallet"
"Wallet"
#"Xbox" # This will result in a bootloop since upgrade 1511
)

Expand Down