Archiving my Windows-specific scripts
This commit is contained in:
parent
1af924a9cd
commit
66832db310
examples/windows
Special Windows Folders
Games.{ED228FDF-9EA8-4870-83b1-96b02CFE0D52}
GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
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