mirror of
https://github.com/jazir555/GamesDows.git
synced 2025-06-05 07:07:23 +02:00
Update Enable GamesDows Steam V3.bat
This commit is contained in:
parent
1ca95e4131
commit
fafd7a2010
@ -1,6 +1,15 @@
|
|||||||
@echo off
|
@echo off
|
||||||
SETLOCAL EnableExtensions EnableDelayedExpansion
|
SETLOCAL EnableExtensions EnableDelayedExpansion
|
||||||
|
echo Checking for administrative privileges
|
||||||
|
net session >nul 2>&1
|
||||||
|
if %errorlevel% neq 0 (
|
||||||
|
echo ====================================================
|
||||||
|
echo This script must be run with administrative privileges.
|
||||||
|
echo Please right-click on the script and select "Run as administrator."
|
||||||
|
echo ====================================================
|
||||||
|
pause
|
||||||
|
exit /b
|
||||||
|
)
|
||||||
echo Setting Steam Big Picture as default shell
|
echo Setting Steam Big Picture as default shell
|
||||||
|
|
||||||
echo Set Steam Big Picture as the default shell
|
echo Set Steam Big Picture as the default shell
|
||||||
|
Loading…
x
Reference in New Issue
Block a user