Showing posts with label Informatics. Show all posts
Showing posts with label Informatics. Show all posts

Tuesday, 31 July 2012

Water has become Fuel - bye bye Petrol


BREAKING NEWS
Do u know Pakistani engineer has invented a car kit which runs by pure water no chemical addition no modification is required in car just install that kit and run your car with pure water with more efficiency, power and speed more than petrol or high octane ....

In a surprising development, Engineer Waqar Ahmed has come up with a new solution for a country like Pakistan to reduce reliance on oil import as he claimed
to have invented water fuel kit for vehicles.

Waqar appraised about his invention during a meeting with Federal Minister for Science and Technology Mir Changez khan Jamali here last week.

On the occasion, Engineer Waqar informed that through this technology 61,000 British Thermal Unit (BTU) energy would be produced from one-kilogram water that is far enough from any other fuel.

He further said that his invention would not only be helpful for vehicles but also for industrial purposes as well. He said that it was modern technology which would be environment friendly and don’t have harmful affects for environment.

Engineer Waqar said that he had done successful practical of his new invention and in case of government assistance to this project it could be expanded to industrial level and huge revenue can be generated for the country.

At this occasion, adviser to PM on Petroleum and Natural Resources Dr Asim said that in case of success of this technology it would bring a revolution not only in the country but also in the whole world.

See the simplicity of this man, May Allah give you the highest place in Jannah brother and protect you from the evil plans of various mafias.

Friends, this man really needs our support, he has done his part its now our turn to pressurize the government else this would also fall into the cracks. Please don't let this invention vanish into the dirty smoke of the politics. Play your part for your brightness of your own future.

Tuesday, 5 June 2012

Show hidden files option is not working in XP

If you come across a situation where your system got infected by a virus which no matter got cleaned by any antivirus program but its aftershocks can be felt in different areas of working, one out of them is that it disables the show hidden files option, you go to control panel -> Folder option -> View -> and select show hidden files and folders and come back and notice that nothing has show yet, you go again and see whats that? that check has automatically revert back to the other option. This is some thing I was referring to the "aftershocks". Now what to do to enable that option?

Follow these below mentioned steps to sort this out:

Start -> Run ->
Type "regedit" without quotes in the window and press enter
Navigate through 

HKEY_LOCAL_MACHINE -> Software -> Microsoft -> Windows -> Current Version -> Explorer -> Advanced -> Folder -> Hidden -> SHOWALL

Now on your right side look for a DWORD key named as "CheckedValue".

Delete that key and recreate it with the same name, open it and give it the value 1.


Restart your machine and see for yourself, that option would get its functionality back and your hidden files and folders are now visible whenever you chose to select that option.
 

How to change PC owner's name and organization

If your pre-installed windows came up with the name of any other person don't worry you can simply change it with a very short registry trick ;)  

1. Click Start, and then click Run.
   2. In the Open box, type regedit, and then click OK.
   3. Locate the following registry key:
      HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
   4. To change the company name, do the following:

      In the right pane, double-click RegisteredOrganization. Under Value data, type the name that you want, and then click OK.
   5. To change the name of the registered owner, do the following:

      In the right pane, double-click RegisteredOwner. Under Value data, type the name that you want, and then click OK.
   6. Click Exit on the File menu to quit Registry Editor.

Restart your machine and see for yourself...

Monday, 4 June 2012

Forcing Windows XP's Disk Cleanup to delete all temporary files

You may have found that Windows XP's Disk Cleanup utility misses a spot from time to time, retaining temporary files most recently accessed. Here's how to perform a clean sweep of your Windows XP files by forcing Disk Cleanup to get rid of all your temporary files.

Determine the operating system bit count - 32bit or 64bit

Most of the time while installing or choosing a correct download package of any program you fall in the confusion that "Am I using 32-bit OS or 64-bit?".
Lets find that out without the help of any third-party tool.

Changing Administrator Name - XP

Here are a couple of methods.

Option 1.
Right click My Computer and select Manage from the menu.
In Computer Management, click on Local Users and Groups.
Double click on the Users folder in the right hand pane.
Right click on Administrator and select Rename from the menu.

Option 2.
Go to Control Panel and open the Administrative Tools folder.
Double click on Local Security Policy.
In the Local Security Settings console, click on the + signs in the left hand
pane to arrive at the following location.
Security Settings -> Local Policies -> Security Options.
In the right hand pane, right click on Accounts: Rename Administrator Account.
Select Properties from the menu.
Enter whatever name you want in the dialog.
Click OK.
Close the console and see if you can now log on using the new account name.

Note: If you're using the Welcome screen, you'll need to hit Ctrl + Alt + Del
twice to bring up the Logon to Windows dialog in order to logon with this
renamed "Administrator" account.

Default Boot without keyboard attached

Hi!

    It's very simple to boot without keyboard with a Compaq!
    First: enter the bios (F10 key) or whatever your bios may have.
    Second: in 'Security' menu, choose 'Power-On Password', then entre your password (twice)
    Third: a new item in 'Security' menu is added, 'PassWord Options', choose it and 'Enable' the   'Nework Server Mode' item.

    Now it's fine to boot without keyboard (but when you attach a keyboard, you have to enter a password!).

    I hope this can help you!

WHEN YOU ARE DONE
OPEN CMD AND TYPE
shutdown -s
to shutdown the computer remotely :)

Thursday, 31 May 2012

Windows XP - Disable Search

You can completely disable the Windows XP search functionality for a single user.  If you just want to do it for the current user, use the following steps:

===========

1.  Select the Run option from the Start menu.
2.  Type "cmd" and hit Enter.
3.  Type "reg Export HKU backup.reg" and hit Enter.
4.  Type "reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoFind /t REG_DWORD /d 1" and hit Enter.
5.  Logoff and log back on.
===========

You will notice that you cannot find any options to search anywhere within Windows, after you follow these steps.  However, this is only good for the current user.  If you want to do this for every user, then you will need to follow these steps for each user listed under the HKEY_USERS hive (include .DEFAULT).  You can find these users by typing "reg Query HKU" and hitting Enter.  You can ignore any of the entries that end in "_Classes", but for each of the others, replace "HKCU" in step 4 with "HKU\.DEFAULT" (replace .DEFAULT with the user, as needed).

How to Disable Right Click in Windows XP

Have you ever wished you could disable the right click ability in Windows? This article will tell you how to disable the right click function in Windows XP.

Steps

Open up the "run" command (if it is disabled use 'Windows Key' + R)
 
Type in "regedit" but without the quotations. Then push enter.


Navigate to:
 
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
 
Look for the value name "NoViewContextMenu" (if no such value exists, then just go ahead 
and create it)
 
Make sure the type is REG_DWORD
 
Type in a 1 to disable right clicking and a 0 to enable right clicking.
 
Restart your computer after the modification.

Wednesday, 30 May 2012

Keyboard Symbols - Names, Meanings and their Usage

Look around your keyboard. Can you find the circumflex symbol? How about the tilde? Or let's try a little bit more interesting: the cat symbol?

Here is a list of the common symbols you can find in your computer keyboard and how they are called by many of us. Most of them I bet you already know, but there are other names other people have called them, both common and rare.