Commit Graph

13 Commits (main)

Author SHA1 Message Date
ThioJoe d6aaf290de
Startup Script: Enable taskbar End Task option 2026-05-29 16:19:00 -07:00
ThioJoe b83d12c3b8
SandboxStartup - Fix console word wrap issue and reg force
- Check if registry key already exists before creating it instead of blindly forcing, which overwrites all the data values.
- Change the ScreenBufferSize value to the max integer allowed, because before it was keeping the "low value" of 120 width which for some reason was messing up the line wrapping.
2026-04-24 12:07:38 -07:00
ThioJoe a5d737eaee
Add optional debug tracing and final pause
- Add $debugTrace flag instead of uncommenting to to debug
- Add a Read-Host pause at the end when debug tracing is enabled so output can be examined.
- Fix consistency of reg call
2026-04-16 10:49:20 -07:00
ThioJoe 532425e2a0
SandboxStartup.ps1 - Remove "about this picture" shortcut
Removes the "about this picture" shortcut leftover on the desktop.
2026-04-16 10:47:37 -07:00
ThioJoe 2ba0335cab
Increase console history and disable Desktop Spotlight
Create Console registry key and set ScreenBufferSize to maximize PowerShell/CMD output history. Disable Desktop Spotlight by setting EnabledState=0 and copy the default light wallpaper to the user's TranscodedWallpaper so sandboxes use a consistent wallpaper. Keys are created with -Force and values set as DWord.
2026-03-07 12:58:42 -07:00
ThioJoe dc084ba12b
SandboxStartup - Update default notepad paths
Will now assume notepad and notepad++ are in an Apps folder in the mounted directory. Update your own path as needed.
2026-02-12 14:24:42 -07:00
ThioJoe 681ea4182d
Startup Script - Add enabling long windows file paths
- Also add additional note about the MSI installer fix command
2026-01-14 12:41:54 -07:00
ThioJoe c33a3c70b7
SandboxStartup.ps1 - Add line to enable clipboard history 2025-11-15 17:48:38 -07:00
ThioJoe 487c0afa55
SandboxStartup - Fix wrong variable used in registry value
It was using a previous removed variable and therefore wasn't properly setting notepad++ to be associated with .txt files if applicable
2025-10-13 15:33:08 -07:00
Nanashi f0f990cc82
fix some missing quotes (#11) 2025-09-27 10:13:59 -07:00
ThioJoe 33a4c2bf9d
Add check to startup script to ensure running within sandbox 2025-08-17 13:43:54 -07:00
ThioJoe 616753ede1
Update startup script
- Add launch param to know when first launching sandbox
- Conditional adding of context menu stuff depending whether notepad and notepad++ are available
2025-08-04 18:42:58 -07:00
ThioJoe 20104565c3
Initial Commit 2025-08-04 17:11:22 -07:00