d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > So I Downloaded...
Add Reply New Topic New Poll
Member
Posts: 17,071
Joined: Aug 5 2008
Gold: 29.00
May 19 2013 02:46pm
I downloaded windows xp files to my windows 7 home edition to put them into a virtual machine, and I can't change the read only attribute. I can't even delete the fucking program because I don't have access. I'm an administrator, any thoughts?

-jakob
Member
Posts: 10,812
Joined: Oct 15 2009
Gold: Locked
Warn: 20%
May 19 2013 06:05pm
Quote (O_sonofa88 @ May 19 2013 01:46pm)
I downloaded windows xp files to my windows 7 home edition to put them into a virtual machine, and I can't change the read only attribute. I can't even delete the fucking program because I don't have access. I'm an administrator, any thoughts?

-jakob


I'm confused. Normally you install a virtual machine from a cd or from a cd image. Or you can download someone else's VM and plug that into your vm software. I don't understand what you mean by "windows xp files".
Member
Posts: 17,071
Joined: Aug 5 2008
Gold: 29.00
May 19 2013 07:15pm
Quote (Azrad @ May 19 2013 07:05pm)
I'm confused. Normally you install a virtual machine from a cd or from a cd image. Or you can download someone else's VM and plug that into your vm software. I don't understand what you mean by "windows xp files".


I downloaded virtual box, and the guide that showed me how to do it suggested I download the files for windows xp that I use for the Virtual Box. But the files have to be changed by an elevated Administrator and with my Windows 7 Home Edition I can't even access the Elevated Administrator.
Member
Posts: 11,610
Joined: Oct 28 2008
Gold: 1,795.00
May 19 2013 07:17pm
Quote (O_sonofa88 @ May 19 2013 08:15pm)
I downloaded virtual box, and the guide that showed me how to do it suggested I download the files for windows xp that I use for the Virtual Box. But the files have to be changed by an elevated Administrator and with my Windows 7 Home Edition I can't even access the Elevated Administrator.


I am so confused, did you copy everything from your HD from your windows xp machine and paste it onto your w7 machine?
Member
Posts: 10,812
Joined: Oct 15 2009
Gold: Locked
Warn: 20%
May 19 2013 08:06pm
Quote (0n35 @ May 19 2013 06:17pm)
I am so confused, did you copy everything from your HD from your windows xp machine and paste it onto your w7 machine?


lord i hope not
Member
Posts: 17,071
Joined: Aug 5 2008
Gold: 29.00
May 20 2013 08:42pm
I am set up as the administrator account on my Windows 7 Home Edition. When I give it the administrator okay to uncheck the read only box, it says it can't be done.

Member
Posts: 10,812
Joined: Oct 15 2009
Gold: Locked
Warn: 20%
May 20 2013 08:49pm
type in cmd in search box, right click and "run as admin', then:
Code
attrib -r -s c:\pathtoyourfile\yourfile.vhd
exit


This post was edited by Azrad on May 20 2013 08:51pm
Member
Posts: 17,071
Joined: Aug 5 2008
Gold: 29.00
May 20 2013 08:54pm
Quote (Azrad @ May 20 2013 09:49pm)
type in cmd in search box, right click and "run as admin', then:
Code
attrib -r -s c:\pathtoyourfile\yourfile.vhd
exit


My profile name is Jakob.

It would be like this?

Code
attrib -r -s c:\path to Jakob\Windows Xp Mode base.vhd
exit
Member
Posts: 10,812
Joined: Oct 15 2009
Gold: Locked
Warn: 20%
May 20 2013 08:58pm
if you've been foolish enough to insert spaces into your file names or folders, you will have to do it like this:

Code
attrib -r -s "c:\path to Jakob\Windows Xp Mode base.vhd"
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll