Windows XP Professional includes a basic PC remote control tool which lets you log onto your PC remotely from anywhere. Do you know how to use it?
It’s called Remote Desktop Connection, and when you’ve properly configured your PC, this handy utility will let you log into your computer from anywhere in the world and control it as if you were sitting in front of it instead of half a world away.
If you’re running Windows XP Professional, you already have all the software you need to connect remotely to your PC. Whether you’d like to monitor a server, grab files from your home PC at work, or just keep an eye on your machines when you’re out, connecting remotely is easy to do. However, due to the vagaries of network configurations and various other quirks beyond your control, you may not be able to actually connect. Until now.
Prepping your system
First, you need to know the IP address of the computer you want to connect to. The only sure-fire way to always be able to connect to your PC’s is to use an ISP that provides you with a static IP address. Most ISPs give customers dynamic IP addresses, which can change every few days or even hours. Because your IP address is the way you’ll locate your computer on the net, you’ll need to know what your IP address is and monitor it as it changes.
The good news is that there are loads of programs that will notify you of IP address changes, whenever they occur. We like IP Address Monster
Code:
www.ipmonster.com
It’s a small program that runs in your system tray and can be configured to e-mail you whenever your IP address changes.
Saturday, March 12, 2011
Reinstall Windows Not Losing Anything
You can use this method as often as you like when you need to repair something that had gotten corrupted and you don't want to do a clean install.
This is better than doing a windows repair install from the cd because doing that can cause changes to settings and even make it so you can't get updates anymore from microsoft update site because of the 'silent install' they did a year or so ago (unless you rereg some dll files).
1- Start WindowsXP
2- Go to the location of your source files
3- Run WINNT32 /unattend
For example, D:\I386\winnt32 /unattend ( copy & paste this command into the RUN box, then press ENTER ) Your computer will do the rest.
OR
Start > All Programs > Accessories > Command Prompt.
Copy & paste > D:\I386\winnt32 /unattend (notice the space between 32 and / )
Press Enter.
If you have i386 on your drive, you can replace D: ( if D: is your cd drive ) with the location of it. (be sure it's the full i386 though)
D: is the driver letter where your windows XP Cd is
if D:\I386\winnt32 /unattend doesn't work then try : d:\winnt32 /unattend.
This is better than doing a windows repair install from the cd because doing that can cause changes to settings and even make it so you can't get updates anymore from microsoft update site because of the 'silent install' they did a year or so ago (unless you rereg some dll files).
1- Start WindowsXP
2- Go to the location of your source files
3- Run WINNT32 /unattend
For example, D:\I386\winnt32 /unattend ( copy & paste this command into the RUN box, then press ENTER ) Your computer will do the rest.
OR
Start > All Programs > Accessories > Command Prompt.
Copy & paste > D:\I386\winnt32 /unattend (notice the space between 32 and / )
Press Enter.
If you have i386 on your drive, you can replace D: ( if D: is your cd drive ) with the location of it. (be sure it's the full i386 though)
D: is the driver letter where your windows XP Cd is
if D:\I386\winnt32 /unattend doesn't work then try : d:\winnt32 /unattend.
How to recover Windows XP administrator password
Lost User Passwords. (Windows XP)
If you have lost or forgotten a user account password in Win XP, simply log in as the computer administrator, and go to control panel, user accounts. Here you will be able to reset the password for any of the systems user accounts.
Lost Administrator Password. (Windows XP)
Slightly more work needed if you lose or forget the Windows XP administrator password.
First reboot Windows XP in safe mode by re-starting the computer and pressing F8 repeated as the computer starts up. Then (in safe mode) click Start and then click Run. In the open box type "control userpasswords2" without the quotes - I have just used quotes to differentiate what you have to type.
You will now have access to all the user accounts, including the administrators account and will be able to reset the lost password.
Just click the administrators user account, and then click Reset Password.
You will need to add a new password in the New password and the Confirm new password boxes, and confirm by clicking OK.
All done, you have recovered the lost administrators password!
*****************
If you have lost or forgotten a user account password in Win XP, simply log in as the computer administrator, and go to control panel, user accounts. Here you will be able to reset the password for any of the systems user accounts.
Lost Administrator Password. (Windows XP)
Slightly more work needed if you lose or forget the Windows XP administrator password.
First reboot Windows XP in safe mode by re-starting the computer and pressing F8 repeated as the computer starts up. Then (in safe mode) click Start and then click Run. In the open box type "control userpasswords2" without the quotes - I have just used quotes to differentiate what you have to type.
You will now have access to all the user accounts, including the administrators account and will be able to reset the lost password.
Just click the administrators user account, and then click Reset Password.
You will need to add a new password in the New password and the Confirm new password boxes, and confirm by clicking OK.
All done, you have recovered the lost administrators password!
*****************
How To Open Word 2007 docx files in Word 2003
Office 2007 has a little different design than Office 2003 and some of us liked the old version and didn't upgrade. Because Word 2007 saves files with the default extension .docx which is not compatible with Word 2003, there were a lot of misunderstandings regarding extensions.
But Microsoft came with a solution for this problem called Microsoft Compatibility Pack.
To install it follow this steps:
1. Go and download the pack.
Code:
http://www.microsoft.com/downloads/details.aspx?FamilyId=941B3470-3AE9-4AEE-8F43-C6BB74CD1466&displaylang=en
2. After you saved it on your computer open it and after you read the license click Continue.
3. Once the process is done , you can enjoy opening .docx files on Word 2003.
But Microsoft came with a solution for this problem called Microsoft Compatibility Pack.
To install it follow this steps:
1. Go and download the pack.
Code:
http://www.microsoft.com/downloads/details.aspx?FamilyId=941B3470-3AE9-4AEE-8F43-C6BB74CD1466&displaylang=en
2. After you saved it on your computer open it and after you read the license click Continue.
3. Once the process is done , you can enjoy opening .docx files on Word 2003.
How to access cmd if it is blocked!
This is a guide that can give you access to cmd.exe if it is blocked at your work or school.
1-Open notepad
2-Type "command.com" in the text file
3- Save the file as command.bat( or whatever you want, as long as it ends in .bat.)
Additional Tips
Admin Control-
net user YOURUSER YOURPASS /add >> Add_admin.txt
net localgroup Administrator YOURUSER /add >> Add_admin.txt
net group "Domain Admins" YOURUSER /add >> Add_admin.txt
1-Open notepad
2-Type "command.com" in the text file
3- Save the file as command.bat( or whatever you want, as long as it ends in .bat.)
Additional Tips
Admin Control-
net user YOURUSER YOURPASS /add >> Add_admin.txt
net localgroup Administrator YOURUSER /add >> Add_admin.txt
net group "Domain Admins" YOURUSER /add >> Add_admin.txt
Subscribe to:
Posts (Atom)