23 Oct 2011 0 comments

How to hide partitions using registry editor

Partitions on a Windows machine can be hidden using the registry editor. Applications and the command prompt will still have access to it, and you can still manually browse to the folder by typing the path.

1
Go to Run and type in: regedit

2

Press Enter and if UAC (Universal Access Control) prompts, click Yes

3

Locate the following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
If the Explorer key does not exist, right-click on Policies, select New Key and name it Explorer.

4

Now right-click and create a new 32-bit DWORD and name it NoDrives.

5

This value is a 32 bit number, and the bits are arranged in reverse order with a value of 1 hiding that drive. For example, if we wanted to hide drive E and Z, we would arrange it like this:

 

6

If we convert the binary 10000000000000000000010000 to hexadecimal, we will 2000010.The decimal value would be 33554448.

You may use a Binary to Hexadecimal calculator online 

7
Press ok and restart explorer/computer for the changes to take effect.

8

0 comments

Straight-Through Cable Crimping Diagram

Straight-Through Cables are used to connecting PC to a Hub or Switch, Cable/ISDN/DSL modems and for Hubs – Switch Interlinking.

Capture

7 Apr 2011 0 comments

How to connect a Windows 7 PC to Wireless Network

To connect to a wireless network, turn on your Wireless Switch and follow these steps
1. If a wireless network is available, you will be notified with an icon as shown in the image below
1
2. Click on the icon and it will show up the Wireless Network Name and the option to connect.
2
3. Click on connect button and it will ask for the Wireless Key (Wireless Network Password). Enter your Wireless Network Password (Contact the System Administrator for the Wireless Key/Wireless Network Password)
3
4. Once you are connected to the Network, you will see the Signal Icon as shown below.
4
5. If you click over the Signal Icon it will show up the connection status
5
21 Mar 2011 0 comments

How to configure Windows Live Writer with your Blogger account

It is easy to configure your Blogger account with Windows Live Writer. To configure Windows Live Writer with your account, you should have the following information ready

Pointing upYour Blogger Address

Pointing upYour Blogger  Username

Pointing upYour Blogger Password

SunOpen Windows Live Writer

1

(If Windows Live Writer is not installed on your PC, follow the link to download it)

SunClick Next  and proceed with the configuration

2

SunChoose Other Services which includes blogger and click Next

3

SunAt “Add a blog account” screen, Enter you blogger address followed by your username and password

4

SunProceed by clicking Next and Windows Live Writer will check the configuration

5

SunIf the entered information are correct, you will be taken to to the final screen where it will ask you to type your blog’s name. Enter The name and click Finish

6

SunThat’s it! Happy Blogging!

20 Mar 2011 0 comments

Helping Hands Igbo has been Released!

Good News! Helping Hands Igbo has been released! The new version comes with a built-in keyboard layout for your learning convenience.

Igbo

Vowels: a e i ị o ọ u ụ

Consonants: b ch d f g gb gh gw h j k kp kw l m n ṅ nw ny p r s sh t v w y z

Alphabets new

Helping Hands Igbo can be downloaded by clicking Here!

Credits goes to my friend, Ben Ajuluchukwu, who helped with the symbols

FAQ

1. What is Helping Hands Igbo?

Ans: Helping Hands Igbo is a Inkey Software Compatible keyboard created for Igbo Language, Nigeria. With Inkey Software and Helping Hands Igbo, people can type documents in Igbo Language.

4. What is Inkey?

Ans: InKey is a keyboard mapping solution that allows users to enter characters in languages and scripts that are not adequately supported by the operating system using a standard keyboard.

3. Where can I get Inkeysoftware?

Ans: Inkeysoftware site is under upgradation. Contact Helping Hands, to get Inkey Software.

18 Mar 2011 0 comments

How to Diagnose and fix the CD/DVD drive not detecting problem on your PC

Some times you might have faced problem with your CD/DVD drive, which will ot detect properly
Reason:
Light bulbThe registry entry of your disc burning software might not have removed properly
Light bulbDue to hardware error (The CD/DVD drive might have become totally unusable)
Fix:
SunIn Run window, type in: regedit and press Enter
At the Registry Editor window, locate, and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}
If the Upper filters key is available,right-click and delete it.
and in the same way delete the Lower filters key also
close registry editor
SunIf you want  to accomplish the steps above automatically, try this  FixIt from Microsoft
This should fix the problem if the issue is with the filter buffers.
Suntry checking the power and data cables of the CD/DVD drive. make sure the cables are properly connected.
SunIf the above doesn't fix the issue, replace the CD/DVD drive.
17 Mar 2011 0 comments

How to diagnose and fix the display problem on Desktops

Your desktop  may not display properly due to following general reasons

Light bulbImproper power supply

Light bulbImproperly connected Power and Display Cords

Light bulbImproperly connected Display ports

Troubleshooting:

SunMake sure the power supply is connected and the power buttons are turned on

SunReconnect the display and power cords and ensure the connections

SunCheck the quality condition of display and power cords. if required, replace the cords

SunIdentify the correct graphics port (display port/ DVI/VGA) and connect to it (All these port cables will only fit into its exact port)

SunTry connecting your desktop to a different monitor and if you identify your pervious monitor is faulty, replace it.

0 comments

How to Auto Shutdown your Ubuntu system from terminal

It is possible to  schedule a time for your Ubuntu PC to go off. For this you can type a simple command at the terminal window

sudo shutdown –h +m

(Replace the m with your desired minutes for the computer to go off)

You will be prompted to enter the password. Type in the password and press enter

1

If you want to cancel the scheduled shutdown, the command is: sudo shutdown –c

Terminal will ask you for the sudo password. type the password and press enter

(Try the sudo shutdown –c command in a new terminal for proper result)

2

16 Mar 2011 0 comments

How to know the Serial Number of your PC using Terminal Command

To get the serial Number of your PC from the terminal window, type this command:

sudo dmidecode –s system-serial-number  and press enter

Terminal will ask you for the sudo password. Enter it and your Computer’s Serial Number will be displayed.

17-03-2011 AM 12-35-38

0 comments

How to add a User Account from Terminal

User Accounts can be created and password protected from terminal. This can be accomplished by typing two commands.

To create a user account type the following command:

sudo useradd –d /home/Andes_Noraa –m Andes_Noraa

In this example,  the Username and Account folder name is:  Andes Noraa

(You can give a different one)1

To add password for your account, type in: sudo passwd Andes_Noraa  and press enter

Terminal will ask you to type a new password and after that to re-enter

2

That's it! The User Account has been created and Password Protected now.

3

 
;