Skip to content

An extension to sxsc to install CBS packages on a live installation of Windows.

License

Notifications You must be signed in to change notification settings

he3als/online-sxs

Repository files navigation

Online SxS

Installs Windows CBS packages on a live installation (using the /online DISM argument) of Windows. See echnobas/sxsc to generate packages.

The packages and configs included are personal configs and may or may not work.

Showcase.mp4

Uninstallation

  1. Open Command Prompt as an administrator
  2. Run dism /online /get-packages /format:table
  3. Find the package name you would like to remove (like Z-he3als-NoDefender-Package~31bf3856ad364e35~amd64~~1.0.0.0)
  4. Run this command with the appropriate subsitution: dism /image:C:\ /remove-package /packagename:"Package Name Here"

External uninstallation

If you can't boot into Windows for any reason, follow this instead.

  1. Boot into Windows PE/Setup or another Windows installation
  2. Open Command Prompt (in Windows Setup this is Shift + F10)
  3. Find which drive letter your installation is (you can do this by going through each drive letter and running dir)
  4. Run dism /image:(drive letter here):\ /get-packages /format:table
  5. Find the package name you would like to remove (like Z-he3als-NoDefender-Package~31bf3856ad364e35~amd64~~1.0.0.0)
  6. Run this command with the appropriate subsitution: dism /image:(drive letter here):\ /remove-package /packagename:"Package Name Here"

About

An extension to sxsc to install CBS packages on a live installation of Windows.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published