Archiving my Windows-specific scripts
This commit is contained in:
parent
1af924a9cd
commit
66832db310
1
examples/windows/Start WiFi hotspot.bat
Normal file
1
examples/windows/Start WiFi hotspot.bat
Normal file
@ -0,0 +1 @@
|
|||||||
|
netsh wlan start hostednetwork
|
1
examples/windows/Stop WiFi hotspot.bat
Normal file
1
examples/windows/Stop WiFi hotspot.bat
Normal file
@ -0,0 +1 @@
|
|||||||
|
netsh wlan stop hostednetwork
|
1
examples/windows/hyperv-disable.bat
Normal file
1
examples/windows/hyperv-disable.bat
Normal file
@ -0,0 +1 @@
|
|||||||
|
bcdedit /set hypervisorlaunchtype off
|
1
examples/windows/hyperv-enable.bat
Normal file
1
examples/windows/hyperv-enable.bat
Normal file
@ -0,0 +1 @@
|
|||||||
|
bcdedit /set hypervisorlaunchtype auto
|
Loading…
Reference in New Issue
Block a user