Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

So what I want to do is be able to run my computer from a server. I don't want anything to be on the local computer. When I turn the computer on I want it to load windows 7 and all the software from a hard drive on my server. I've been looking all over and it sounds like it is possible with vmware but the more I search the more confused I get so I was hoping someone could better explain it to me.

I was also wondering if it is possible to have software on the server work for multiple computers. Like if I had photoshop on the server would it be possible to run it from the server on any local computer.

share|improve this question
1  
There is this: en.wikipedia.org/wiki/Remote_Desktop_Services and this: en.wikipedia.org/wiki/Windows_Deployment_Services But booting a whole Windows over the network? Not sure if that is possible. Booting over network is also known as PXE. You might want to look into that. – Oliver Salzburg Jun 30 '12 at 16:39

closed as not constructive by techie007, Simon Sheehan, iglvzx, Luke, Joe Taylor Jul 17 '12 at 10:21

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

To answer the second part of your question first: Trying to do this leads into legal issues to do with licensing. The licence for the software generally states that it may be installed on one computer at a time, and run only on that computer. Therefore, unless you have an unusual licence, whether or not you can install the software to the network drive and have it work, you probably shouldn't. Furthermore, it is unlikely to work as most applications need registry keys on the local machine to function. You could install an application to a folder on the server, but in most cases it would only work on the machine you installed it from. Even doing this is probably a licence grey-area.

Most versions of Windows are not designed to be installed on one machine and booted on another, and expect to have their %SYSTEMROOT% on a local drive. This is likely to cause problems. You have another problem, however: How would the workstation machine know how to boot from the server? You would need to use PXE, which requires setting up a DHCP server on the server, and other complexities. You would then need a modified version of the Windows 7 bootloader capable of loading from a network drive, which I do not believe exists.

There may be a VMWare solution, but I'm afraid I don't know of it.

share|improve this answer
+1 for license and install issues – Dave M Jun 30 '12 at 16:59

Not the answer you're looking for? Browse other questions tagged or ask your own question.