add batch scripts

This commit is contained in:
Simon Rieger 2022-03-07 08:20:50 +01:00
parent d4a428145e
commit 2215cb1eb4
4 changed files with 8 additions and 0 deletions

3
Windows/.wslconfig Normal file
View 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
View 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
View file

@ -0,0 +1 @@
C:\Portable\vcxsrv\vcxsrv.exe :0 -nodecoration -wgl -ac -silent-dup-error

1
Windows/run_x-windows.bat Executable file
View file

@ -0,0 +1 @@
C:\Portable\vcxsrv\vcxsrv.exe :0 -multiwindow -wgl -ac -silent-dup-error