How To Make A File On An Hp Computer
Apr 2, 2012I need to learn how to make a file...I'm new to computers & really have no idea.
View 24 RepliesI need to learn how to make a file...I'm new to computers & really have no idea.
View 24 RepliesI'm trying to move some files from my old (soon to be retired) XP Pc to my new Win 7 PC but am having problems?I am the only user on both machines and after checking user accounts on both machines I am described as Administrator. On the Win 7 machine I have UAC set at "Never Notify".I tried to map the C: drive on the Win 7 PC as drive Z: on the XP machine (I can see the Win 7 drive on the win XP Machine ). but it says "access is denied" When I do it the other way around I can map the Win XP drive on the Win 7 machine with no problems, but there are some files it won't let me copy over. It says:"You need permission to perform this action""You require permission from the computer's administrator to make changes to this file"
View 5 Replies View RelatedIs there any way to setup a computer on vmware and then make an image of the vm and put it on a physical computer (multiple computers if possible)?
View 5 Replies View RelatedI have Windows 7 Home Premium x64. I want to change a DAT file to read-only, but every time I try to I get two error messages. The first one says something about needing the administrator, and that's weird because I am the administrator, and the second message goes on to say "an error has occurred...ignore, ignore all etc. I even tried to change the file in safe mode but that didn't work. I noticed that the file is set to open with Media Player Classic, for some reason, and that's it
View 4 Replies View RelatedI have a server and domain in my house. I bought a few laptops for my family and I want to install Windows XP Professional on them. For now I'm just focusing on one computer but how would I go about making a .iso file bootable and then putting on a flash drive so I can install it on a computer with no operating system. (I already made the .iso file I just need it to be bootable)
View 2 Replies View RelatedHow do I make bootable usb from iso file?
View 2 Replies View Relatedi use a Hp g4 laptop.
View 4 Replies View RelatedIf anyone at all has the savvy to write a driver file that would make a Logitech web-cam operationally sound on:ZT Systems Win7-64bitAMD PhenomII X4 955,I'd love a link or some more information.I have the Quickcam Express V-UB2, and Logitech refuses to provide a compatible software package for this,and this is the only camera I've never had issues with.I mean most I've purchased are not constructionally sound to take bumps and drops while in a video call or what-not.Anyway, if anyone that can help me out here WOULD,,, I'd be appreciative.
View 8 Replies View Relatedi have windows 7, xp and server computers. i would like to put some files that can be downloadable on the internet like we download stuff online. i wonder if anyone knows what kind of software or service provided in windows server 2008 can offer this service.
i know i can it up to a website. but i wonder if there's this software i can use so i can host the files at home directly.
I've installed windows server and Virtual PC Console to setup a new Virtual Machine. I can setup the machine but not run it because I don't have an ISO File. When Im gonna start my VM I get a messages that says; Reboot and Select proper Boot device or Insert Boot Media in selected Boot device. I have no Idea how to create an ISO file so this will work, never done it and when I use google to try to find ISO file that I can download I don't find a website that can take a nob like me through this.Bootable ISO - Create from Installation Files;Is there any way to make an ISO file that I dont have to burn or use USB?? I just want to have it on my desktop if possible.
View 9 Replies View Relatedis their a way I can make a folder or file not able to be clicked?
View 6 Replies View RelatedI have a laptop sony vaio y series without cd/dvd drive. my questin is i want to make my window 7 image file.
View 2 Replies View RelatedI downloaded the WIN 7 64bit .iso file from microsoft and burned it to a dvd. I have a Dell E6400 with a wiped hard drive that I want to load Windows 7 onto. I put the burned dvd into the e6400 and change the boot order to CD/DVD drive but it doesn't run. Is that burned DVD not bootable? I downloaded MagicDisk but I'm clueless, I want to be able to put the DVD into the e6400 and it self load the paid for copy of windows 7.
View 2 Replies View RelatedWhenever I try to change something in program files, windows doesn't allow me, says that: You require permission from administrators to make changes to this file. But I am the administrator, I have checked alot of times.
View 9 Replies View Relatedi have a video i wanna send to someone, its is 1.3 GB uncompressed, i have researched all the best Winrar compression settings and when i compress it the file ends up being 1052MB which is slightly to big for my preferred host site (Megaupload) - its driving me crazy theres no alternative to MU available that hosts over 1o24MB for free without asking for bank details and all that personal stuff.
So i would be greatful if anyone could suggest how i can make the file scrape under the 1024MB size (i can't compress so its loses quality when expanded btw) or suggest a alternative host site to MU that works.
Below is a batch file I created to copy all the files from a program called A5V5. This batch file works to copy the files to two different drives What I want to do is if the J: Directory is not availble (This is a flash drive) that it will copy to the E: directory which is a second HDD and not leave a "The system cannot find the drive specified" when the flash drive is not inserted.
@echo off
cd c:
cd program files (x86)
cd A5V5
cd Ranch Mobile, Inc
Copy *.* "E:Ranch Mobile" (This is a second hard drive for backup files only)
Copy *.* "J:Ranch Mobile" (This is a Flash drive that is not always inserted)
Pause
I like the way batch files work and I can do these simple ones but when it comes to doing the more complicated ones I am at a total loss.
how can i make ghost image file of windows 7.
View 1 Replies View RelatedBasically what i want to do it to select one, two or more folders in my primary computer and replicate them in another computer, for example:Everytime i save any file, lets say 001.jpg into c:photos, it would also be saved into \192.168.1.xxxphotos as well!Can this be done with windows alone, some batch file, or will i need a third party software?
View 2 Replies View RelatedI am trying to move a .dll file from one of my folders in Downloads to Program Files (x86)/some_folder, but it keeps showing "you require permission from my_machine/Owner to make changes to this file", so I can't finish the job; I tried take owner ship of the dll file, but it didn't work.
Here is what I tried: First of all, I changed the own ship of the .dll file located in Download folder to my_machine/Owner(full control), and then i changed the own ship of program files(x86)/destination folder to my_machine/Owner(full control) as well; then tried to move the dll file to the destination, failed. Then I turned off the UAC, tried but failed again. The error msg is still "you require permission from my_machine/Owner to make changes to this file".
im getting this error when i importing csv php file to mysql.
View 1 Replies View RelatedI am in the process of creating a batch file in Windows 7 and I would like to know if there is a way I can allow this to work with the user input of 'q' and 'Q' instead of just Q.
SET /P XX=Type Y/N, then press ENTER:
IF %XX% ==Q GOTO END
IF %XX% ==Y GOTO START
IF %XX% ==N GOTO END
how do i make the full file path appear in the active tile bar? spent ages trawling through 'help and support' but havnt found the answer yet.
View 14 Replies View RelatedI'm trying to move a file from my desktop to a folder on my Hard Drive (Internal) but everytime i attempt to do this it says, "Window's Can't Create a Shortcut here, do you want the shortcut to be placed on the desktop instead?". This have never happened to me before and frankly I'm a little perplexed at why this is happening.
View 4 Replies View RelatedHow to make a batch file so that I can launch the ipconfig /all command right off my desktop. I know how to get to the command prompt and running, but I want to just put a shortcut and/or write a batch file with just a click. I can get the command prompt up. I open a new text file and type: C:Windowssystem32cmd.exe and then I save the text file to .bat and I click on it and my command prompt comes up. I can't seem to get ipconfig /all to come up at all.
View 4 Replies View RelatedI once deleted Windows 7 installation files on one of my drives using a Linux distro. Now all the files appear in a folder named ".Trash-0" and now when I try to delete the folder it says "You need permission from trusted installer to make changes to this file". I tried deleting the folders using another Linux distro but the folder is nowhere to be found when I boot using a Linux distro. I guess this is happening because Windows doesn't let you delete windows installation files even if they do not belong to the current installation. Is there a work around for this?
View 2 Replies View RelatedI don't really know a better way to describe it, but I want to make a batch file that Task Scheduler can open at a certain time to close a chosen program.
View 2 Replies View RelatedAbout 2 years ago I have bought SONY VGN-P788K/W, it's a 8" laptop with 2GB memory and 1.6 GHz processor.It's one of those looks cool useless things, it gets choked up very easily it's running windows 7 and about 70 processes in the background.I'd like you guys to help me get rid of the useless stuff, so that the laptop can perform better. I just want to use is for basic stuff like surfing web and talking on skype. [code]
View 14 Replies View RelatedI was loading a new software for web camera when it stopped halfway because my computer did not have enough space for the software.
way I can make space on my computer?
I am scanning docs to my inbox. I then open, rename and save to a specific folder. My old computer used to remember the path I chose after the 1st time. Now I have to select the directory, then go through several folders & subfolders to get to the correct folder every time . This is very time consuming. Can I set it so that the path is remembered and takes me directly to the folder?
View 4 Replies View RelatedWhen I try to start my toshiba satellite L455D-S5976, it gives me the option between "start normally" or "system repair." When I chose "start normally," it shows the windows boot screen for a while, then restarts to the toshiba start screen, and the same menu again. If I chose "system repair," it shows an older type of windows boot screen, says something to the effect of "loading files" the the screen goes black, and the cursor comes up, and can be moved. I have left it on this blank screen for hours, and nothing has happened.
View 7 Replies View RelatedI downloaded Call of Duty 2, and it is not compatible with my 64-bit computer.
View 5 Replies View Related