Skip to content

Commit 4f46855

Browse files
committed
Update Readme and comments in VMSnapStartHost
1 parent 96433c5 commit 4f46855

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
# misc-scripts
22

33
Miscellaneous scripts.
4+
5+
- **PowerShell/Profile**\
6+
Creates a PowerShell profile script with automatic customizations based on installed software.
7+
8+
- **VirtualBox**\
9+
Batch scripts to automatically take a snapshot before starting a VM and verify snapshot creation inside the VM.
10+
11+
- **VSCode**\
12+
Merge selected VSCode logs and sort by log entry timestamps.

VirtualBox/VMSnapStartHost.cmd

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,13 @@ rem - Unplugs the network cable on adapter 1 for security.
77
rem - Starts the VM.
88
rem - Sets the transient guest property SnapStart=1.
99

10-
rem VirtualBox v6.1.16
1110
rem An autostart guest script (see VMSnapStartGuest) can query the property
1211
rem via VBoxControl and alert the user if it's missing.
1312
rem *BUG* Transient properties should be automatically deleted when the VM
1413
rem shuts down, but somehow that doesn't happen. Therefore the guest script
1514
rem should explicitly unset it (Only VBoxControl...unset seems to work, even
1615
rem VBoxControl...delete has the variable somehow comming back).
1716

18-
rem VirtualBox v6.1.18
19-
rem It seems, the property now survives a restart of the guest OS.
20-
rem The property is removed on VM shutdown. Still using "unset". Not yet tested
21-
rem if "delete" would work now.
22-
rem Seems to have been a glitch, gone again after restart.
23-
24-
2517
rem Unlike other path vars, this one already has trailing backslash.
2618
set vbm="%VBOX_MSI_INSTALL_PATH%vboxmanage.exe" --nologo
2719

0 commit comments

Comments
 (0)