Lesson Progress
0% Complete

Windows Sandbox is a “throw-away” virtual machine that comes with Windows 10 and 11. It is perfect for applications where you want a fresh start every time you start the VM and completely erase everything that happens on it after you close the VM. We are going to use it to automatically decrypt and run our intunewin files so that we can test to make sure there are no errors. 

1. You can find all of the instructions for turning on this Windows feature at the Microsoft Learn Website. The cliff notes version is a simple PowerShell command run from an admin shell.  

PowerShell
				
					Enable-WindowsOptionalFeature -FeatureName "Containers-DisposableClientVM" -All -Online
				
			

You could also enable Windows Sandbox through the Windows Features settings page. 

With that enabled you should be able to start a sandbox by searching for it in the start menu. 

0 0 votes
Rating
Subscribe
Notify of
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x