Skip to content

daboynb/windows_scripts

Repository files navigation

If you wanna help me

Buy Me A Coffee

windows_custom_iso_maker

NOTICE, the new edge removing method works starting in Windows 10 Build 19045.3757 and Windows 11 Build 22621.2787. On earlier version you won't be able to uninstall edge .

This script creates a custom ISO's of Windows 10 and 11 with the following features:

1. Hardware requirements are bypassed.

2. Offline account creation.
   
3. All preinstalled apps are removed.
   
4. Edge can be removed natively, just press 'Win+r' and type remove_edge.
   
5. Defender can be toggled on and off, just press 'Win+r' and type defender.
   
All the applied tweaks -> https://pastebin.com/raw/k0bdihNw

How to use?

   irm -Uri "https://raw.githubusercontent.com/daboynb/windows_scripts/main/windows_custom_iso_maker/downloader.ps1" | iex

Capture

Repo_downloader.bat

Download all the stuff from this repo, with a single click!

remove_windows_apps.bat

Remove all apps except calculator, photo and store.

It works on 10 and 11.

Why this is different from the others?

Different windows builds have different pre-installed apps, this script will debloat the system automatically even if them will change.

add_store_windows_10_11.bat

Install Microsoft Store on Windows 10 and 11.

remove_store_windows_10_11.bat

Remove Microsoft Store on Windows 10 and 11.

clean_win_update.bat

Delete windows update cache. In case the old downloaded Windows updates were corrupted on your system, this action would get a fresh download of the update and try installing again.

remove_onedrive.bat

Remove onedrive from system.

delete_defender_history.bat

Delete the windows defender protection history.

hyper-V.bat

Add hyper-V on windows 10 Home.

kaspersky_trial_reset.bat

Kaspersky trial reset tool. This has been made only for educational and research purposes.

You need to disable the self protection and exit from kaspersky, otherwise it won't work.

It works with :

"kaspersky anti virus 21.3" -> 31 days

"kaspersky internet security 21.3" -> 31 days

"kaspersky total security 21.3" -> 62 days

Guide

1 2 3 4 5 6 7 8

section_manager.bat

This script uses the ExplorerPatcher DLL to remove the recommended section in Windows 11 without installing the entire software.

defender.bat

This script allows you to enable or disable Windows Defender using PowerRun, a tool created by Sordum.

adb_fastboot.bat

This script installs adb and fastboot on your pc.

sfc_dism.bat

Run dism and sfc to try to fix some problems.

add_user.bat

Add offline users since ms removed this option.

download_iso.bat

Use the linux user agent to download iso from MS.

winpe.bat

Create a winpe iso that bypass the user account password.

How to build the ISO?

  - install the Windows ADK
  - install the Windows PE add-on for the Windows ADK
  - double click on winpe.bat and wait
  - the iso will be created in C:\

How to use the ISO?

  - boot the ISO
  - type "hack"
  - select "1", it will reboot
  - press SHIFT 5 times at the login screen
  - type "sticky_run.bat"

Video tutorial :

tut.mp4

allow_edge_uninstall.bat

Run the bat file, you should be able to remove edge, if not, install the latest updates and retry.