Added windows environment variable setup
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
@ECHO OFF
|
||||
|
||||
set COMMAND="setx XDG_CONFIG_HOME """%USERPROFILE%\.config""""
|
||||
runas /noprofile /user:%COMPUTERNAME%\%USERNAME% "cmd /k ""%COMMAND%"" && pause && exit"
|
||||
@@ -0,0 +1 @@
|
||||
setx XDG_CONFIG_HOME "$USERPROFILE\.config"
|
||||
Reference in New Issue
Block a user