Archive

Archive for the ‘Operating Systems’ Category

How do I change where files are saved in windows by default?

December 3rd, 2008

Step 1
1. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\ProfileList
2. Under this key, there will be some number of profiles (usually 6), each of these which represents a user name that you will find under C:\Documents and Settings.
3. Click on each PROFILE key entry and look at the value ProfileImagePath to identify which one represents your username.
4. Inside the registry editor, using RegEdit or a clone registry editing program (REGLITE), edit this ProfileImagePath value that represents your username and CHANGE the path to where you want to move your settings to. In my case, I wanted to move my settings from C:\Documents and Settings\USERNAME to “D:\Documents and Settings\USERNAME”.
5. Save this new path value in the registry editing program.
6. Now export the whole profile key that contains this value. You will be prompted for a file name to save the exported information to. Pick a location on your hard disk (not on the C drive) and export the key. When you finish the export and look at the output file, it should look something like this (note that exported filename locations inside the registry always represent a single “\” character with two “\\” characters)

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-21-220523388-484763869-725345543-1003]
“ProfileImagePath”=”D:\\Documents and Settings\\USERNAME”
“Sid”=hex01,05,00,00,00,00,00,05,15,00,00,00,7c,eb,24,0d,dd,e8,e4,1c,07,e5,3b,\2b,eb,03,00,00
“Flags”=dword00000000
“State”=dword00000100
“CentralProfile”=””
“ProfileLoadTimeLow”=dword68b90756
“ProfileLoadTimeHigh”=dword01c5b12b
“RefCount”=dword00000001
“RunLogonScriptSync”=dword00000030
“OptimizedLogonStatus”=dword0000000b

7. Delete everything below your new path name. It should now look like this:

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-21-220523388-484763869-725345543-1003]
“ProfileImagePath”=”D:\\Documents and Settings\\USERNAME”

Step 2
1. Now do a full reboot (don’t just logoff/on) and sign into the ADMINISTRATOR account
2. Copy C:\Documents and Settings\Username folder (including all sub-folders) to the new path location where the target users personal settings are to be saved (D:\Documents and Settings\XYZ in this example).
3. Logoff the Administrator account and back onto the User account
4. Run the registry file you previously exported to and edited with the .REG extension (right-click it and choose merge)
5. Reboot the computer again and logon to the USER account
6. Go to C:\Documents and Settings\Username and try to delete the complete folder structure

Click an ICON to submit this post!
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Slashdot
  • StumbleUpon
  • Technorati
  • YahooMyWeb
  • Live
  • MySpace

Operating Systems, POWERED BY YAHOO ANSWERS, Registry, Vista, XP , , ,

How to format a hard drive in Linux

December 2nd, 2008

With the release of Ubuntu Linux 8.10 many people are installing it for the first time.

Today’s question is How do I format my hard drive for linux if I already have something I don’t want on the hard drive?

At the command prompt, type “fdisk /dev/hdb” replacing the “hdb” with the letters for your drive. Upon opening, fdisk may give you a couple of warnings, all of which can be ignored. It then gives you a prompt that looks like this: Command (m for help):

Enter “p” to see the partition table of the drive. The first line of output from the “p” command will also tell you size of the drive. This is a good way to double check that you are working with the correct drive.

If there are any partitions already on the drive they will be listed as the last lines of the “p” command. On our example, this looks like “/dev/hdb1” followed by some information about the partition’s size and file system.

To delete any existing partitions, press “d” then enter. It will ask you which partition number you wish to delete. The number of the partition is the number that follows hdb, so on our example system we enter 1. If there are multiple partitions repeat the “d” command for each one. You can always view the partition table again with the “p” command.

Once you have deleted all existing partitions on the drive you are ready to make a new one. Type “n” and hit enter. Then press “p” to create a primary partition. It asks you for a partition number, enter “1.” Now you are asked which cylinder the partition should start at, the beginning of the drive is the default, so just hit Enter. Then you are asked for the last cylinder, the end of the drive is default so you can just press Enter again.

Now you are back at fdisk’s command prompt. Use the “p” command to check the partition table. You should now see your new partition at the bottom of the output. In the example it lists “/dev/hdb1.”

You now need to set the filesystem type for your new partition with the “t” command. You are asked for the Hex code of the filesystem you wish to use. We wll use the standard Linux ext2 filesystem which is “83.” If you are doing something special and know of a particular filesystem that you need to use, you can press “L” to see all the codes, which are one or two characters made up of the numbers 0-9 and the letters a-f.

Now just issue the “w” command to write your new partition table and exit fdisk.
Creating the New File System with mkfs

Now you need to create the filesystem on the drive. This is done with the “mkfs” command.

At the command prompt, enter “mkfs -t ext2 /dev/hdb1” while remembering to change the hdb1 to whatever the letters are for the partition you just created.

If you are using a different filesystem than ext2, you will have to specify that where “ext2″ is in the above command.
Finalizing the Format with fsck

All that is left is to run a check on the drive and enter it into your fstab so that the drive mounts each time you start your computer. This can be done with a single fsck command.

At the command prompt, type “fsck -f -y /dev/hdb1” again replacing hdb1 with the letters and number for your partition.

After fsck runs, your new drive is formatted. Restart your system before using it.

If you reformatted your system drive, you will now need to boot off an installation disk to install an Operating system.

Click an ICON to submit this post!
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Slashdot
  • StumbleUpon
  • Technorati
  • YahooMyWeb
  • Live
  • MySpace

Linux, Operating Systems , , , ,

How do you restore your PC to factory default?

November 12th, 2008

** MAKE BACKUPS OF YOUR IMPORTANT DATA **
I recommend using Acronis True Image to back up your data before you start this procedure. If you have important documents, don’t forget to copy them to an external drive or CD / DVD media. You will be hard pressed to get it back if you forget!!

With OEM’s like DELL or HP, you usually either are provided with discs, have to create your own discs or have a restore partition.

You really need to go to your manufacturer’s website and get the specific instructions for your model but here are some common ways to do it.

HP
F10 at boot screen.
http://h10025.www1.hp.com/ewfrf/wc/docum…

DELL
CTRL + F11 at boot screen.
http://support.dell.com/support/topics/g…

*Disconnect all connected devices (such as the Personal Media Drive, USB drives, printer, and fax), remove media from drives, and remove any recently added internal hardware. Do not disconnect the monitor, keyboard, mouse, and power cord.

Generic PC with Windows OS:
Insert original installation disc into your drive and boot to that drive. Make sure you have your Motherboard drivers (Chipset, Video, Audio, Ethernet, Modem, etc.) handy as you will need this after the OS is installed. You will also need to perform all upgrades to your OS like SP2 or SP3 on Windows XP and SP1 on Vista if your recovery media does not contain those updates.

Click an ICON to submit this post!
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Slashdot
  • StumbleUpon
  • Technorati
  • YahooMyWeb
  • Live
  • MySpace

DELL, HP, Operating Systems, Vista, XP ,

How can i create a windows xp image with all my applications installed?

October 24th, 2008
XP
I am really tired of reinstalling my windows and lots of other applications when my computer crashes. I want you guys to help me create an image of my windows xp with all my applications installed so i can easlily and fast recover them when they are gone. I have norton ghost 8 but that has too many tools (server, standard tools, stand alone) which i don’t understand. Please suggest me some easy and good software to be free of this shit.
Thanks you all guys.

By: mail.imran86

About the Author:



Create a video blog

Click an ICON to submit this post!
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Slashdot
  • StumbleUpon
  • Technorati
  • YahooMyWeb
  • Live
  • MySpace

Operating Systems , , , , , , , , ,

I have 2 copies of Windows XP on my computer. How do I get rid of 1 of them?

October 24th, 2008
XP
I have: Windows XP Home Edition and Windows XP Professional installed on my computer. I have a dual start up. I want to get rid of Windows Xp Home Edition. I installed Home Edition then installed the Professional. Can someone help me?

By: TACTICS

About the Author:



How to make money on the webt

Click an ICON to submit this post!
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Slashdot
  • StumbleUpon
  • Technorati
  • YahooMyWeb
  • Live
  • MySpace

Operating Systems , , , , ,

How do I connect Vista to XP via a network cable with only a Broadband modem?

October 24th, 2008
XP
Using Vista Ultimate & XP Pro.
Vista is on a HP Pavillion Media Center PC with a wireless network.

However the XP PC does not have a wireless lan connection. (I do not wish to buy one).

I have tried connecting the Broadband moden via a USB port so that I still have an internet connection and the network wire(blue cable) to the ethernet port.

But I do not see the other PC.

Is there a way to network both PC’s using nothing but the network wire so that I can share files & have internet access on both PC’s?
I’m a newbee to this networking thing.
So what do I do to set up a STATIC IP addresses for both computers and enable ICS on the USB connection on the XP for internet?

The XP is only connected via the network cable.

The Vista is connected via the Broadband modem via a USB cable.

I do not want to go to the expense of buying more equipment.

By: Norman Storeman

About the Author:



Sequim PC News

Click an ICON to submit this post!
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Slashdot
  • StumbleUpon
  • Technorati
  • YahooMyWeb
  • Live
  • MySpace

Operating Systems , , , , , , , , ,

How do I hook up a Linux computer to the internet using an XP host?

October 24th, 2008
XP
I am running Fedora Core 5 on my laptop and I have Windows XP Media Center on my desktop which is connected to the internet via LAN. I want to know how I can connect to the internet from my laptop using my desktop’s net connection. I already have all the physical connections set up (network adapters and cable) and I’m already using my network for file sharing. Please don’t offer any suggestions on using Linux as host (I already know how much safer it is). I want help on dealing with situation as it.

Incidentally, I’m also facing trouble using ICS from my XP partition on the laptop. It used to work flawlessly before, but I think after I installed Fedora it stopped working (although file and printer sharing areOK). I ran the ICS wizard again on each comp, but it didn’t work. Any suggestions on what might cause that?

By: Lestat de Lioncourt

About the Author:



ebooks

Click an ICON to submit this post!
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Slashdot
  • StumbleUpon
  • Technorati
  • YahooMyWeb
  • Live
  • MySpace

Operating Systems , , , , , , , , ,

How do I reinstall Windows XP on a Gateway computer?

October 24th, 2008
XP
My grandmother has a gateway windows XP computer and some how everything got deleted, all files, hard drives, and everything. We want to download windows xp off of my computer onto a disk and install it onto hers. How do I do this? I have blank disk and stuff, I just need somewhere on the internet I can download windows xp for her computer. Please Help!

By: britt_162009

About the Author:



Sequim PC News

Click an ICON to submit this post!
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Slashdot
  • StumbleUpon
  • Technorati
  • YahooMyWeb
  • Live
  • MySpace

Operating Systems , , , , , , , , ,

Is it possible to reinstall windows xp from the cab files on the computer?

October 24th, 2008
XP
I have lost my windows xp disk and need to reinstall windows xp. I heard someone mention that you can reinstall windows xp from the cab files. Is this true? If so how do you do this?

By: ScottB

About the Author:



Sequim PC News

Click an ICON to submit this post!
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Slashdot
  • StumbleUpon
  • Technorati
  • YahooMyWeb
  • Live
  • MySpace

Operating Systems , , , , ,

What is the different between Windows XP Home Edition and Professional Edition?

October 24th, 2008
XP
Is that the different on XP Pro can do some thing that XP Home cannot? Is that something differ on network linkage? Or? Thanks. I decide to buy a pc, view of the price for both OS has a great different, so ask for the best suit for me.

By: almond_hu

About the Author:



How to make money on the webt

Click an ICON to submit this post!
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Slashdot
  • StumbleUpon
  • Technorati
  • YahooMyWeb
  • Live
  • MySpace

Operating Systems , , , , , , ,

Can a windows xp disc be repaired or is there any way to get windows xp at a discount rate?

October 24th, 2008
XP
I have an xp disc, but it has a small crack in the center of it and will not work now. I really hate to spend all that money on another. The disc I have came with the computer. It is about 4 years old. I dont have the reciept any longer for the computer. Is there anything I can do? Can the disc be repaired?

By: pharaohs_flower

About the Author:



Sequim computer repair service

Click an ICON to submit this post!
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Slashdot
  • StumbleUpon
  • Technorati
  • YahooMyWeb
  • Live
  • MySpace

Operating Systems , , , ,

What is setting on XP that enables you to have passwords show up automatically when you come back to a site?

October 24th, 2008
XP
I seem to remember that I could set XP to automatically put in a password when I come back to a site. How do I set XP to do this?

By: Lighthearted

About the Author:



Create a video blog

Click an ICON to submit this post!
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Slashdot
  • StumbleUpon
  • Technorati
  • YahooMyWeb
  • Live
  • MySpace

Operating Systems

How do I get into windows xp microsoft office 2007 on my computor at home?

October 24th, 2008
XP
I’m taking a computor class for the first time and one of my classes in school uses this program. I would like to be able to practice my assignments at home and complete some of my work from home. We have windows vista and I’m not sure about the xp.

By: Roberta

About the Author:



Drop your debt fast

Click an ICON to submit this post!
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Slashdot
  • StumbleUpon
  • Technorati
  • YahooMyWeb
  • Live
  • MySpace

Operating Systems , , , , , , ,

windows xp: How do you close all the toolbars at one time when surfing the web?

October 24th, 2008
XP
Sometimes when surfing the web, multiple toolbars will appear at the bottom of windows or windows xp. When there is about 6 or 7 websites inside the toolbar (on the right of the start button in the desktop), windows combines them all into one to form a group. But how do you close 3 or 4 website toolbars all at once so that you dont have to click on each individual one to close it?

By: .

About the Author:



Sequim computer repair service

Click an ICON to submit this post!
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Slashdot
  • StumbleUpon
  • Technorati
  • YahooMyWeb
  • Live
  • MySpace

Operating Systems , , , , , , ,

How do I copy Xp off my computer before reformatting?

October 24th, 2008
XP
I am giving my computer to a friend but before I do I want to completely reformat the hard drive and erase everything.
XP was pre- installed so I do not have the disk. I do have the product key.
So how do I copy Xp so I can reinstall it after I reformat and what is the best way to make sure everything is erased?

By: Ddog

About the Author:



Sequim computer repair service

Click an ICON to submit this post!
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Slashdot
  • StumbleUpon
  • Technorati
  • YahooMyWeb
  • Live
  • MySpace

Operating Systems , , ,