Posts: 1
Threads: 1
Joined: Jul 2025
Reputation:
0
I've got Windows Live on USB working, but here's my question:
Is it possible to make it non-persistent—so every time it boots, all previous changes are gone, like a Linux Live USB?
Posts: 5
Threads: 0
Joined: Jul 2025
Reputation:
1
Hey Dramuch, interesting question! By default, Windows To Go or similar Windows Live USB setups are typically persistent, since Windows isn’t designed to run in a stateless/live mode like Linux distros do. However, making it non-persistent would usually require some workarounds.
One way to get close might be using a write-protected USB drive or creating a virtual disk (VHD) that resets on reboot, similar to how some IT labs use software like Deep Freeze. That said, it's not an out-of-the-box feature in Windows like it is with many Linux distros.
Have you tried experimenting with any virtualization or snapshot tools to simulate that effect? Curious if anyone else here has managed a clean solution.