- Updated license.
- General code cleanup.
- Updated help documentation.
- Modified
Get-WSBConfiguration
to accept paths from the pipeline.
- Added missing online help links
- Updated
Start-WindowsSandbox
to not scale resolutions. - Fixed bug in
Start-WindowsSandbox
that was testing for a configuration when using the basic configuration. Issue 4 - Reorganized module layout.
- Added my configurations and scripts.
- Moved class definitions to the root module file.
- Updated help documentation.
- Updated
New-WsbMappedFolder
to use a switch for-Readonly
. - Fixed bug where Verbose remained on if importing the module with
-Verbose
. - Updated
README.md
. - Published to the PowerShell Gallery
- Code cleanup for the sake of clarity.
- Migrated commands to a module,
WindowsSandboxTools
. - Made
Configuration
parameter mandatory inStart-WindowsSandbox
. - Fixed default logo path in
RegisterWatcher
. - Added timestamp to verbose messages in
Start-WindowsSandbox
. - Modified
Register-Watcher
to remove any left-over event subscriber. - Created a global variable
wsbConfigPath
which can be used to reference a centralized location for WSB files. - Created a global variable
wsbScripts
which can be used to reference a centralized location for scripts. - Added argument completer for the
Configuration
parameter inStart-WindowsSandbox
andGet-WsbConfiguration
. - Updated
Start-WindowsSandbox
to test if an instance is already running and display a warning if it is. - Updated setup scripts and sample configuration files.
- Changed default screen size in
Start-WindowsSandbox
to 1920x1080. - Created commands,
Get-WsbConfiguration
,New-WsbConfiguration
,New-WsbMappedFolder
, andExport-WsbConfiguration
for creating and managingwsb
files. The enhanced files can include metadata information. These functions are defined in a module file,wsbFunctions.psm1
. - Created
wsbConfiguration.format.ps1xml
to display thewsbConfiguration
object as a formatted list by default. - Fixed
Start-Process
parameter bug inStart-WindowsSandbox
. - Modified
RegisterWatcher.ps1
to let the user define the flag file. The default isC:\scripts\sandbox.flag
. - Modified
RegisterWatcher.ps1
to let the user define settings for the toast notifications. Defaults are mine. - Updated
Start-WindowsSandbox
to better handle-Whatif
support. - Updated
README.md
- Added code to minimize Windows Sandbox window when running a configuration. (Issue #2)
- Minor tweaks to the WSB configuration files.
- Added
-WhatIf
support toStart-WindowsSandbox
andRegisterWatcher.ps1
. - Added
Set-WindowState
function. - Modified
Sandbox-toast.ps1
to make the toast announcement silent. - Added Sound to local toast notification.
- Added code to adjust the window size. This the closest I can get to setting a desktop resolution. (Issue #1)
- Added presentation configurations and setup scripts.
- initial commit
- Added
README.md
- Updated scripts to reflect the new path.
- Added a file system watcher to send a toast notification when my configuration is complete.