# How to install Windows on Linode

### Buy Files <a href="#buy-files" id="buy-files"></a>

Buy file at <https://iso.quanlyvps.com>

### Note <a href="#note" id="note"></a>

Hi !\
During the past few weeks I found myself doing lots of work with Windows VMs. I finally started reading-up on the use of snapshots and took the time to figure out how to install the Windows VM on Linode ( and Online.net ) . Today I will share templates that I have created and successfully installed.

And all <http://files.quanlyvps.com>

Buy file at <https://iso.quanlyvps.com>

### **How to Install**  <a href="#how-to-install" id="how-to-install"></a>

1\) Create a new Linode VPS, the smallest Linode VPS will work so pick whatever size you’d like.\
2\) Once the VM is created, we’re going to make a single disk.\
3\) Now we need a Configuration Profile that will boot Windows.\
4\) Next we boot the VPS into Rescue Mode and access it via the Glish interface\
5\) Alright, we’re ready to do the transfer with the following command

```
wget -O- http://files.quanlyvps.com/filename.gz | gunzip | dd of=/dev/sda 
```

6\) When you bring the Glish window back up the screen will just be black, press a button to wake it up and see the command line like we left it. Lets do a restart with reboot

### Video <a href="#video" id="video"></a>

{% embed url="<https://www.youtube.com/watch?v=Mzty6lhkHfE>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.quanlyvps.com/windows/untitled-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
