Skip to content

Commit

Permalink
Updated model
Browse files Browse the repository at this point in the history
  • Loading branch information
kellwinr authored Sep 4, 2023
1 parent 03bb5cf commit 496da80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GalaxyBookMask.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set "params=%*" && cd /d "%~dp0" && pushd "%~dp0" && ( if exist "%temp%\getadmin.vbs" del "%temp%\getadmin.vbs" ) && fsutil dirty query %systemdrive% 1>nul 2>nul || ( echo Set UAC = CreateObject^("Shell.Application"^) : UAC.ShellExecute "cmd.exe", "/k cd ""%~sdp0"" && %~s0 %params%", "", "runas", 1 >> "%temp%\getadmin.vbs" && "%temp%\getadmin.vbs" && exit /B )
reg add "HKLM\HARDWARE\DESCRIPTION\System\BIOS" /v SystemProductName /t REG_SZ /d "NP950QDB-KA1US" /f
reg add "HKLM\HARDWARE\DESCRIPTION\System\BIOS" /v SystemProductName /t REG_SZ /d "NP960XFG-KC4UK" /f
reg add "HKLM\HARDWARE\DESCRIPTION\System\BIOS" /v SystemManufacturer /t REG_SZ /d "Samsung" /f
copy "GalaxyBookMask.bat" "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp" /Y
exit

0 comments on commit 496da80

Please sign in to comment.