Monday, January 5, 2009

windows folder creation surprise !! It was dicovered that nobody can create a folder named as "con" in windows. This is something unbelievable...

We can't create a folder named CON, NUL, COM1, COM2, COM3, LPT1, LPT2, LPT3,COM1 to COM9 and LPT1 to LPT9....

in any of the windows operating system. because these are the reserved system names.

Like Reserve words in Languages (C++, VB etc.)


Here is the method to create the folder named con and/or other reserved system names -

1) Go to run dialog.
2) To cmd/command (command prompt gets opened)
3) Go to root directory like C:\ or D:\ etc
4) T md\\.\\c:\\con
5) Check the folder on the respected drive.

Fix Windows XP Log On/Log Off Loop.

Offline registry tools and password resetter
Requirements:
This tool requires a 2nd computer to download and create a bootcd, there are no further requirements.

The download can be found at - http://home.eunet.no/~pnordahl/ntpasswd/cd080802.zip
Download size is about 3 MB, which is quite small and makes this method recomendable

Once the CD is created the userinit affected computer needs to be started with this CD.

After the boot procedure has been completed, the system asks for the boot partition.
Usually the choice would be "1".
In my example it is "2".

1. After that the path to the registry is asked. By default the correct path is already given, so this can be accepted by pressing the enter key.

2. Next choose "2" : RecoveryConsole parameters [software]

3. On the next prompt choose "9" Registry editor

4. The system now enters a bash console like navigation for the Software key of the Registry.
Following commands may be helpful:
Code:
note that Names are case sensitive
ls - will list the current key contents
cd <$keyname> - will open the key given in <$keyname>
cd .. - will go up one layer of the key structure
ed <$valuename> - will open prompt to edit the value specified in <$valuename>
So entering:
Code:
cd Microsoft\Windows NT\CurrentVersion\Winlogon
Will lead you to the required location.

5.
The command ls will list the contents.
Type
Code:
ed Userinit
6. Now enter the required Data for the Userinit Value:
Code:
for Windows XP
c:\windows\system32\userinit.exe,

for Windows 2000
c:\winnt\system32\userinit.exe,
7. With the following command the Data of the Userinint Value can be confirmed:
Code:
cat Userinit
8. If the data is correct you can now enter q to quit the registry editor mode.
Enter q again to exit the Software Hive.
You will now be prompted to save, enter y to save.

9. After that a prompt for a new run appears, enter n for no.

10.Reboot normally and log on to Windows.

Then install Avast or any other good antivirus and run a full system scan at boot.

Thursday, December 18, 2008

When i book on-line rail ticket with irctc, I am unable to take the print out (in my pc only)?

Well Don't worry you can print the e-ticket form any computer which has internet connection. Just go to the IRCTC website and print your ticket from Booked history.

As the printing problem is concerned. First ensure that a proper printer driver (of your printer) installed from Control Pane > Printer and faxes. Set your printer as default printer. Take a test page. If all are fine then go to IRCTC to print the ticket again. Still unable to print try this by another browser like - Mozilla Firefox, opera etc

An alternative to print e-ticket is just copy the ticket matter and paste into a word document and print. Hope this will solve your problem.

I cannot download a font because of a problem... will you solve this, please???

First download the fonts you want in a separate folder, unzip if zipped. Then go to Font folder File > Install new fonts and select the fonts you downloaded earlier.

Still you are not able to install it may be the case that you have corrupted font installed first manually remove the fonts (not all) then reinstall it.

I recently converted a Quark file to PDF and emailed it to someone. The font changed. Why?

May be you haven't properly configured PDFsettings in quark. The problem is with embedding of fonts. First check the setting for PDF output, enable embedding all fonts .. also u get this when font vendor restrict to embed it.

How do you make a website?

To have a website you need three things - 1) Domain Name, 2) Web hosting and 3) Web Pages. You can make your web pages by Microsoft FrontPage and similar applications. Domain Name like - abcd.com and web hosting is the physical space on the server to store your web pages. Please visit this link for some Free Domain name and web hosting company (Please note that free web hosting sites will give you subdomain names and add adv. on your web pages.)

http://searchenginez.com/free_web_hosting.html

What is the advantage of having a static IP address compared to a dynamic IP address?

All computers connected to internet have a unique IP address. Generally IP address is dynamic in nature and changes when you restart you system or your modem (Disconnect - connect). Static IP address is necessary when you want to recognize your system by a unique IP address same all the time like web servers (where web sites are hosted). Static IP address is necessary to establish a Web Server.