This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
rem ************************************************************************************** | |
rem * This script will strip all APPX packages from an offline Windows image (e.g. a WIM * | |
rem * file extracted with DISM.exe), or from the currently running instance of Windows. * | |
rem * Saves about 75% of the first logon time and won't clutter the system with stuff * | |
rem * you can get from the Store if you really need. * | |
rem ************************************************************************************** | |
whoami /GROUPS | find "S-1-16-12288" >nul 2>&1 || ( |
NewerOlder