File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
# misc-scripts
2
2
3
3
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.
Original file line number Diff line number Diff line change @@ -7,21 +7,13 @@ rem - Unplugs the network cable on adapter 1 for security.
7
7
rem - Starts the VM.
8
8
rem - Sets the transient guest property SnapStart=1.
9
9
10
- rem VirtualBox v6.1.16
11
10
rem An autostart guest script (see VMSnapStartGuest) can query the property
12
11
rem via VBoxControl and alert the user if it's missing.
13
12
rem *BUG* Transient properties should be automatically deleted when the VM
14
13
rem shuts down, but somehow that doesn't happen. Therefore the guest script
15
14
rem should explicitly unset it (Only VBoxControl...unset seems to work, even
16
15
rem VBoxControl...delete has the variable somehow comming back).
17
16
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
-
25
17
rem Unlike other path vars, this one already has trailing backslash.
26
18
set vbm = " %VBOX_MSI_INSTALL_PATH% vboxmanage.exe" --nologo
27
19
You can’t perform that action at this time.
0 commit comments