mirror of
https://github.com/jazir555/GamesDows.git
synced 2025-06-04 22:57:24 +02:00
Update Enable GamesDows Playnite.bat
This commit is contained in:
parent
d3ee9e4289
commit
1ca95e4131
@ -1,5 +1,16 @@
|
|||||||
@echo off
|
@echo off
|
||||||
SETLOCAL EnableExtensions
|
SETLOCAL EnableExtensions
|
||||||
|
@echo off
|
||||||
|
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 Playnite as default shell
|
echo Setting Playnite as default shell
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user