Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
/ online-sxs Public archive

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

Archived and only maintained on Atlas

Caution

I only maintain a much more developed version of online-sxs on AtlasOS (GPLv3):

For some context, this repo was made immediately after finding a method for installing custom CBS packages on a live install. It was only an initial implementation, unlike what Atlas has now.

Anything in this repository is completely unsupported and could break your system.


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