Skip to content

Commit c7a94d0

Browse files
committed
run.bat
Fix with oscdimg.exe search, ExecutionPolicy, compression, etc.. ntdevlabs#319 ntdevlabs#319
1 parent ce5f7cb commit c7a94d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

run.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
:: Reference from https://github.com/Raphire/Win11Debloat/blob/master/Run.bat licensed under MIT license.
2+
3+
@echo off
4+
5+
Powershell -ExecutionPolicy Bypass -Command "& {Start-Process Powershell -ArgumentList '-NoProfile -ExecutionPolicy Bypass -File ""%~dp0tiny11maker.ps1""' -Verb RunAs}"

0 commit comments

Comments
 (0)