add batch scripts
This commit is contained in:
parent
d4a428145e
commit
2215cb1eb4
4 changed files with 8 additions and 0 deletions
3
Windows/.wslconfig
Normal file
3
Windows/.wslconfig
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[wsl2]
|
||||||
|
memory=1GB # Limits VM memory in WSL 2 up to 1GB
|
||||||
|
swap=0
|
3
Windows/network-restart.bat
Executable file
3
Windows/network-restart.bat
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
@echo on
|
||||||
|
netsh interface set interface name = "Mobilfunk" admin=disabled
|
||||||
|
netsh interface set interface name = "Mobilfunk" admin=enabled
|
1
Windows/run_x-desktop.bat
Executable file
1
Windows/run_x-desktop.bat
Executable file
|
@ -0,0 +1 @@
|
||||||
|
C:\Portable\vcxsrv\vcxsrv.exe :0 -nodecoration -wgl -ac -silent-dup-error
|
1
Windows/run_x-windows.bat
Executable file
1
Windows/run_x-windows.bat
Executable file
|
@ -0,0 +1 @@
|
||||||
|
C:\Portable\vcxsrv\vcxsrv.exe :0 -multiwindow -wgl -ac -silent-dup-error
|
Loading…
Reference in a new issue