https://github.com/lrusso/virtualxp
Virtual Machine running on a Web browser
https://github.com/lrusso/virtualxp
html5 machine virtual web
Last synced: 3 months ago
JSON representation
Virtual Machine running on a Web browser
- Host: GitHub
- URL: https://github.com/lrusso/virtualxp
- Owner: lrusso
- Created: 2021-02-22T00:15:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-25T20:18:06.000Z (4 months ago)
- Last Synced: 2025-01-25T21:19:39.760Z (4 months ago)
- Topics: html5, machine, virtual, web
- Language: HTML
- Homepage:
- Size: 52.4 MB
- Stars: 403
- Watchers: 9
- Forks: 130
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VirtualXP
Virtual Machine running on a Web browser.

## Web
https://lrusso.github.io/VirtualXP/VirtualXP.htm
## Editing the VirtualXP Registry
Within the **VirtualXP.iso** image file you will find the following files that belongs to the System Registry.
| REGISTRY KEY | FILE |
| :------------ | :--------------- |
| HKEY_CURRENT_USER | \I386\SYSTEM32\CONFIG\DEFAULT |
| HKEY_LOCAL_MACHINE | \I386\SYSTEM32\CONFIG\SOFTWARE |Copy those files to your hard drive (your hard drive must have a standard Windows installation) and run from that standard Windows installation the following lines:
```
reg load HKCU\OFFLINE C:\DEFAULT
reg load HKLM\OFFLINE C:\SOFTWARE
```Those lines will mount the VirtualXP Registry in:
* HKEY_CURRENT_USER\OFFLINE
* HKEY_LOCAL_MACHINE\OFFLINE
Now open the Registry editor and at the mentioned location you will find all the settings that VirtualXP is using. Modify all the things that you may need in there and after that run the following lines:```
reg unload HKCU\OFFLINE
reg unload HKLM\OFFLINE
```Those lines will:
* Remove the **HKEY_CURRENT_USER\OFFLINE** Registry.
* Remove the **HKEY_LOCAL_MACHINE\OFFLINE** Registry.
* Unmount the **DEFAULT** file and save changes in it.
* Unmount the **SOFTWARE** file and save changes in it.After this, you must copy the modified **DEFAULT** and **SOFTWARE** files back to the **VirtualXP.iso** image file.
## The MODELRAM.EXE file
Within the **VirtualXP.iso** image you will find the **\MODELRAM.EXE** file that it is self extracting exe file created with the 7-Zip command line that automatically extracts the **Documents and Settings** folder in the RAMDisk when VirtualXP is booting. The command to create this file is the following:
```
7z a MODELRAM.EXE -mx9 -sfx "Documents and Settings"
```## VirtualXP is a modified version of Halfix
https://github.com/nepx/halfix
## Disclaimer
The Windows XP minified image is provided for educational purposes ONLY. This demo is not affiliated with or endorsed by their respective copyright holders.