Tampilkan postingan dengan label Windows. Tampilkan semua postingan
Tampilkan postingan dengan label Windows. Tampilkan semua postingan

Enable Task Manager disabled by Administrator or Virus in Windows

Diposting oleh Greatest on Minggu, 03 Juli 2011

Enable Task Manager disabled by Administrator or Virus in Windows
Windows Task Manager is used to view details about processes running on your computer. Since it can be used to terminate programs that are misbehaving or are viruses disguised in the form of harmless programs, most spyware and viruses disable it to prevent themselves from being closed through it. Some administrators also disable Task Manager to prevent users from closing important security programs like antiviruses and anti-malwares.


In such situations, running the Task Manager will give the "Task Manager has been disabled by Administrator" error. However, there are some techniques you can use to re-enable task manager and close those harmful programs manually. This article contains few such simple techniques you can use to regain access to Task Managing privileges.

enable task manager disabled by administrator

Enable Task Manager from Registry in Windows 7, XP or Vista

Registry Editor is an inbuilt Windows tool that is used to modify registry keys which tell Windows how it should work. A simple registry modification can be used to bypass the Task Manager block. To do so, just follow the steps:-
  1. Click on Start. Go to Run. If you use Windows 7 or Windows Vista, go to Search.
  2. Type regedit and press Enter. Registry Editor will start. If Registry Editor is also disabled, you will first need to enable registry editing.
  3. Through the left hand navigation pane, navigate to HKEY_CURRENT_USER\Software\Microsoft\ Windows\ Current Version\Policies\System.
  4. In the work area, double click on "Disable TaskMgr". A window will pop up.
  5. Enter its value data as 0 and press OK.
  6. Close Registry Editor. If Task Manager is still disabled, restart your computer.

Enable Task Manager from Group Policy Editor (Gpedit.msc)

enable task manager
Windows Task Manager in Windows 7
Group Policy Editor is a feature in Windows which is used to edit local policy settings. It can also be used to enable Task Manager. To do so, just follow the steps given below:-
  1. Open Star Menu. Windows XP users click on Run. Windows 7 and Vista users, click on Search.
  2. Type gpedit.msc and press Enter. Group Policy Editor Window will show up.
  3. From the navigational pane at the left hand side, go to: User Configuration>Administrative Templates>System>Ctrl+Alt+Del Options.
  4. In the work area, double click on "Remove Task Manager" and set its value to Disabled or Not Configured.
  5. Restart your Computer or Log Off and Log back On to apply the changes.

Enable Task Manager by Running a CMD Command

Command Prompt can also be used to directly enable Task Manager.
  1. Just open Run command by pressing Window Key+R or through clicking on Start Menu and opening Run.
  2. Copy the code given below and paste it in the text form of the Run Command.
  3. REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System  /v  DisableTaskMgr  /t REG_DWORD  /d /0 /f
  4. Press Enter. A command prompt window will flash for a second and then disappear indicating successful execution. After running the command, you will be able to again use Task Manager. If Task Manager is still not available, restart your computer.

Create a Registry(.reg) file for enabling Task Manager

If you are unfamiliar with manually editing the Registry, you can create a Registry file which will automatically modify the Registry Key to re-enable Task Managing. To create one such file:-
  1. Open Notepad or any other text editor.
  2. Copy the code given below and paste it as it is in it.
  3. Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\ CurrentVersion\Policies\System] “DisableTaskMgr”  =dword:00000000
  4. Save the file as Enable Task Manager.reg or *.reg.
  5. Open the file by double clicking on it.
  6. Registry Editor will ask you for confirmation. In the confirmation Window, click Yes.
  7. Task Manager would immediately be accessible. If it is not, restart your computer.

The techniques mentioned in this article work on Windows 7, Windows XP and Windows Vista
More aboutEnable Task Manager disabled by Administrator or Virus in Windows

Install, Boot Windows from USB Pen, Thumb or Flash Drive

Diposting oleh Greatest on Kamis, 14 April 2011

Normally, Windows is installed using optical media like DVDs and CDs but there are times when it is not possible to boot into the windows setup using disks probably because your DVD drive is not working or, if you are using one of those ultra-portable laptops, it is not there at all.

Install Windows XP, Windows 7, Windows Vista from USB drive
To overcome this problem, one can either use external disks and install windows normally or create a bootable pen drive (flash drive) to install Windows on the go. In this tutorial, we will discuss about the latter and learn how can we create a bootable USB drive for installing Windows XP, Windows Vista or Windows 7. Moreover, as installing Windows from a CD/ DVD is much slower than from a flash drive, such an installation will also save time.

This article assumes that your computer has a mother board which supports booting from USB drives. Most modern laptops and desktops support it. If you have bought your computer in the past 5 years, then you do not need to worry about this.


Installation Requirements
  1. An empty Flash drive with a storage capacity of 1GB for Windows XP and 3GB for Windows 7, Windows Vista and Windows Server 2008.
  2. Windows Installation Disk or Windows Installation files stored somewhere on your computer.

Steps to create a Bootable USB Flash Drive/ Pen Drive

  1. Download Win to Flash. The software is still in beta phase so it is possible that it has some bugs although I have personally faced none. The latest version of Win to Flash can be downloaded from Win to Flash website. To avoid this tutorial from getting outdated, I would advise to download the software from the former link.
  2. Extract the downloaded zip file to any folder on your desktop. 
  3. Open the folder and run WintoFlash.exe by double clicking on it.
  4. Click Next, check I accept EULA, click Next and Next again. Wait for the software to load some ads, click Next and Next again. 
  5. A welcome screen like one in the image below will show up.
  6. Install Windows USB Flash Drive
    Win to Flash welcome screen
  7. Click on the big green tick. The welcome screen will turn translucent and WinToFlash wizard will open.
  8. Bootable Windows XP, 7, Vista Pen Drive
    Wizard showing the various version of Windows it supports
  9. Click Next. On Windows File path entry, click Select button and select the location of your Windows disk, or the folder containing the Windows setup files and click OK.
  10. On USB Drive path entry, select your USB flash drive's location and click OK.
  11. Click Next button. In the dialog box, encircle I accepted the license agreement and click Continue.
  12. A warning message will be displayed saying that Formatting will erase all data on the disk. Click OK in the message.
  13. WintoFlash will show a Windows with a progress bar like one in the image below.
  14. Bootable Windows 7, XP, Vista
    Preparing a bootable Pen Drive
  15. After the progress bar reaches the end, press Next and then press Exit. A notification to update WintoFlash might be shown, click No just close to close it.
That's it. You now have a bootable pendrive that can be used to install Windows.

Install Windows from the bootable USB pen drive/ flash drive/ Thumb Drive

  1. Plugin your thumb drive.
  2. Start your computer. Go into BIOS setup by pressing the delete key. In the boot menu, select your flash drive as the first boot device. Save Settings and Restart your PC. (This step might be different for different computers. Check your system guide to know how to change the boot order in your PC.)
  3. Windows setup will load.
  4. Install Windows by following instructions on the Screen.
This tutorial works on all versions of Windows including Windows 7, Windows Xp and Windows Vista.

More aboutInstall, Boot Windows from USB Pen, Thumb or Flash Drive

Enable Registry Editor disabled by Administrator or Virus

Diposting oleh Greatest on Kamis, 07 April 2011

Registry Editor is a useful utility in Windows which allows users to easily change advanced Windows settings by altering registry keys present in a hierarchical arrangement called the Windows Registry. Despite being such a powerful tool, Registry Editor is not totally error-proof.

A simple virus infection is all it takes to render it useless. Or, there are times when your administrator has actually disabled Registry Editing. When you try to open the Registry Editor in one such computer, you are likely to receive the“Registry editing has been disabled by your administrator” error. Due to this error, it is impossible to remove this restriction using Registry Editor itself.

Enable Registry Editor
Windows Registry Editor

This article suggests some workarounds for re-enabling Registry editing in a computer running Windows XP, Windows Vista, Windows Server 2003/ 2008 or Windows 7.

Enable Registry Editor Using Group Policy Editor

  1. Click on Start. Go to Run. Users running Windows 7 or Vista, go to Search.
  2. Type gpedit.msc and press Enter.
  3. Navigate to User Configuration/ Administrative Templates / System.
  4. In the work area, double click on "Prevent Access to registry editing tools".
  5. In the popup window, encircle Disable and click on OK.
  6. Normally, Registry Editor will be immediately accessible. If it is not, restart your PC.
Enable Registry Editor
Getting access to Registry Editing

Related: Enable Task Manager disabled by Administrator or Virus

Enabling Registry Editor using UnHookExec.inf from Symantec

Symantec has created a small .inf file which can be installed to remove restrictions on modifying registry keys at the click of a mouse. Most viruses, spywares, Trojans or worms normally affect the shell\open\command keys which allows them to run each time when a file of specific type is executed. Normally, they associate their execution with .exe files. UnHookExec.inf not only enables registry editing but also removes such associations.

Just save UnHookExec.inf and install it by right clicking and selecting install. Installing the file will not show any popup or notice box.

Enable Regedit by simply running a CMD Command

  1. Click on Start. Go to Run. Users running Windows 7 or Vista, go to Search.
  2. Copy the code given below and press Enter.
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System" /t Reg_dword /v DisableRegistryTools /f /d 0

Visual Basic Script to Enable/ Disable Registry Editor

 Doug Knox has created a VBS Script which allows users  to easily enable and disable Registry Editor. Just download regedit tools.vbs and double click on it. This script reverses the current state of Registry Editor. If registry editing is set to enabled, this script will disable it and if it is disabled, it will enable it.

If the above link does not work, copy the code given below in Notepad and save the file as *.vbs or Registry Editor.vbs.

Option Explicit
Dim WSHShell, n, MyBox, p, t, mustboot, errnum, vers
Dim enab, disab, jobfunc, itemtype
Set WSHShell = WScript.CreateObject("WScript.Shell")
p = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\"
p = p & "DisableRegistryTools"
itemtype = "REG_DWORD"
mustboot = "Log off and back on, or restart your pc to" & vbCR & "effect the changes"
enab = "ENABLED"
disab = "DISABLED"
jobfunc = "Registry Editing Tools are now "
t = "Confirmation"
Err.Clear
On Error Resume Next
n = WSHShell.RegRead (p)
On Error Goto 0
errnum = Err.Number
if errnum <> 0 then
WSHShell.RegWrite p, 0, itemtype
End If
If n = 0 Then
n = 1
WSHShell.RegWrite p, n, itemtype
Mybox = MsgBox(jobfunc & disab & vbCR & mustboot, 4096, t)
ElseIf n = 1 then
n = 0
WSHShell.RegWrite p, n, itemtype
Mybox = MsgBox(jobfunc & enab & vbCR & mustboot, 4096, t)
End If
After running the VBS file, if Registry Editing is not enabled, try restarting your PC.

Also: Password Protect Folders in Windows without any software
More aboutEnable Registry Editor disabled by Administrator or Virus

Notepad Tricks: Cool Notepad tricks for Windows

Diposting oleh Greatest on Senin, 28 Februari 2011

Notepad, the text editor that comes bundled in Windows is an excellent tool for text editing. But that is not the only thing for which notepad is famous. It is also famous for its tricks and hacks. Here is a roundup of some of the best and coolest tricks that you can try using Notepad.

Matrix Falling Code Effect - Notepad CMD (.BAT) Tricks

Inspired by the movie Matrix, this falling code trick is extremely popular on social networking websites. Copy and paste the code given below in Notepad and save the file as "Matrix.bat" or *.bat.

@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks

Notepad tricks
Matrix Falling Code Effect - Notepad Trick

Upon running the bat file, you will see the "Matrix falling code" effect.

Make Your Keyboard Type (Any) Message Continuously-VBS Trick

This VBS trick can make any of your friend's keyboard type any message continuously. Open Notepad, copy the code given below and save the file as Tricks.vbs or *.vbs.

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop
Send this file to your friends as an email attachment to see the fun.


Notepad Virus

Create a Harmless Funny Virus with Notepad-Continuously eject CD/DVD drives

This VBS trick will create a code which will continuously eject all your connected Optical drives. If you put them back in, it will pop them out again. Copy this code and paste it in Notepad as Virus.vbs or *.vbs.

Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop

Double click to open this file and you will be impressed by this awesome trick.

Make a Personal Diary(Log) with Notepad (Easter Eggs)

Notepad Diary
Notepad Diary
You can use this trick to create a personal log with Notepad which will automatically include the current date and time before your note. To do so, open Notepad and type .LOG in capital letters and press Enter. Save the file. Now, every time you open this file, notepad will automatically insert the current time and date before the note. Just enter your note and save the file each time after making an entry.

All these Notepad tricks are totally harmless and would not harm your PC in any way.  To close any of the VBS trick given, open task manager and close the wscript.exe process. These tricks work on Windows 7, Windows Vista and Windows XP.



More Cool Notepad Tricks

More aboutNotepad Tricks: Cool Notepad tricks for Windows

Cool Keyboard Tricks (Windows) : Make a Disco

Diposting oleh Greatest on Kamis, 16 Desember 2010

Keyboards usually have small LED's which indicate whether different types of locks are activated or not. Here is a trick to use the lights of your keyboard in a more creative manner in Windows.

This trick uses a simple Visual basic script which when activated makes your scroll lock, caps lock and num locks LED's flash in a cool rhythmic way which gives the perception of a live disco on your keyboard.

Keyboard tricks

To make your own live disco, follow the steps given below:-

1. Open Notepad.
2. Copy paste the exact code given below:-

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
3. Save the file as Disco.vbs or "*.vbs".



Double click on the Saved file to see the LED lights on your keyboard go crazy and make your own cool disco.

This trick has been tested on Windows XP, Windows Vista and Windows 7 and found to be working perfectly.

You can disable the keyboard disco by starting Task Manager and ending the wscript.exe process.
More aboutCool Keyboard Tricks (Windows) : Make a Disco

Change Processor Name Permanently

Diposting oleh Greatest on Selasa, 14 Desember 2010

A while ago on Technology Inspired, I published an article on changing your processor name. But recently, Technology Inspired reader Anil Kumar pointed out that the trick only changed the name temporarily.

After a user restarts his computer, the name reverted back to original which is obvious as each time Windows boots, it checks the connected hardware and updates the registry value automatically. So, changing the processor name using the earlier article did not had permanent effect on the processor name.

Thus, the alien processor name you had earlier again reverted back to the boring old one.

Change Processor Name Permanently

Problem: To, make the name change permanent, it was required that the user updates the Processor Name String registry key each time when Windows starts.

Solution: It is very easy to change your processor name permanently by creating a registry key and placing a shortcut to it in the windows start up folder. To do so, just follow the steps given below:-


Steps :-
1.  Open Notepad.
2.  Copy and paste the exact code given below:-

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0]
"ProcessorNameString"="My Processor name 50000MHz"
To change the processor name, edit the part of the code given in blue. Also understand that \0 in the above code should only be present if Windows store your processor name at that location. Please open Registry Editor and navigate to the above mentioned keys to check whether or not to include the \0.

3.  Click on File Menu, click on Save As and select "All Types" in Save as Type option. Save the file as ProcessorNameChange.reg or *.reg.
4.  Create a new shortcut on your desktop. Enter regedit / S "Location of the .reg file" as the location of the item. For example, enter regedit /S "C:\Processor Name.reg" if your registry file is located in the root of C:\ drive.

Processor Name

5.   Copy the created Shortcut file.
6.  Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) or to C:\Users\ User-Name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 7 and Windows Vista . Also remember that AppData is a hidden folder.)  if C: is your System drive.
7.  Paste the copied file.


This registry file would now execute each time when windows starts and the Processor Name String would be modified each time. So, even upon restarting your computer, you will see that the changed processor name is permanent.
More aboutChange Processor Name Permanently

Password Protect/ Lock folders in Windows without any Software

Diposting oleh Greatest on Rabu, 11 Agustus 2010

Most of us have private data. Not all of us have a private computer to keep that data. So, we just end up with other people viewing that data. Although password protecting software do work, it is almost useless to hide private data with these software(because we are always questioned as to what it is that we are hiding with the help of these software).

Hidden folders do not work as they can be easily searched with Windows Search. So, we need an alternative way to create hidden password protected folders which only we can access. And that is exactly what we will learn in this post.

With this trick, you can create a secure password protected folder in Windows which no one except you can access. To use this trick, follow the instructions given below:-
1.  Open Notepad.
2.  Copy and paste the exact code given below:-

cls
@ECHO OFF
title tweakandtrick.blogspot.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p "pass=>"
if NOT %pass%== tweakandtrick.blogspot.com goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End


Hide Folders without any Software


3.  Click on the File Menu. Click on Save As.
4.  Select All Types in the Save As Type dropdown menu. Save the file as *.bat or Locker.bat.


After creating the file, double click on the Saved file. A new folder will be created. Enter your data in the folder. Again, double click on the batch file. Type Y and press Enter. The folder will be hidden from view.

To re-view your folder, double click on the saved batch file. Enter password as "tweakandtrick.blogspot.com" without quotes and press Enter key. This is also the default password. Your folder will be visible again.

To change the default password, edit the part of the code given in blue and enter your own password.

The overall usability of this trick can be improved by deleting the batch file after hiding your folder and re-creating it when you wish to access your folder again.

If you face any problem using this trick, you can write a comment and I will do my best to help you.

Note: This works on Windows 7, Windows XP and Vista. First try this on useless data to be sure and then only hide your personal data.
More aboutPassword Protect/ Lock folders in Windows without any Software

Epic Browser: The safest, intuitive way to browse the web

Diposting oleh Greatest on Sabtu, 17 Juli 2010

"Meet Epic. Your New Best Friend." says the opening lines of the webpage at EpicBrowser.com and I do not totally disagree. Epic Browser is the first browser with the made in India tag and which proudly says that it is made for Indians. Epic has left the top browsers like Google Chrome and the original Mozilla Firefox tasting the dust in terms of security.

Moreover Epic Browser is totally free. Although its focus is on Indian Consumers, users from other countries will also find it useful. Epic Browser is the first product of the Bangalore based software company HiddenReflex.


About HiddenReflex: From the browser's about us Page, " Hidden Reflex is a software product startup founded by Alok Bhardwaj in 2007 and based in Bangalore. Alok, who was raised in the U.S., was inspired by the success of open source software and web 2.0 innovations."

Epic Browser

 Features
  1. Based on rock solid foundation of Mozilla Firefox 3.6.6. What else do you need? A totally customizable version of Firefox and definitely more safe than it. All the features of Mozilla and more.
  2. Tweaked for improved speeds. I have personally found the Epic Browser performing better in rendering pages than original Mozilla Firefox 3.6.6. Both browsing and downloading were found to be faster on the same internet connection than Mozilla Firefox.
  3. Built In Anti-virus: Epic Browser is the world's first anti-virus browser with integrated Eset Nod32 anti-virus( considered to be among the safest security products) which you can use to scan your whole system after downloading virus definitions of about 25 Mb. Unlike trial versions of anti-viruses, you can use epic anti-virus to kill the viruses it finds.
  4. Malicious Website Warnings: Epic warns you whenever you are going to visit a malicious website.
  5. Anti Phishing Protection: Epic shows a big bolded domain name so you can never confuse google.com to a scammy googlescam.com.
  6. You get latest film songs, live cricket scores, news from leading sources like rediff.com, regional and hindi news, live tv, stock quotes, events, videos and a daily joke in the Epic Sidebar.
  7. Epic offers one click private data deletion, one click private browsing, flash cookie deletion and even no browsing records for those worried about Privacy( Mozilla and Opera store what you search on search engines.).
  8. Sidebar: The epic sidebar is a gem in its own. It contains links to Facebook, Twitter, Orkut, Gmail, Yahoo with live updates to your feeds directly in the browser. So, you can always stay updated to your friends.You can use the sidebar to find jobs, play games, make a to do list, backup your hard drive, start a timer and even download a customized app.
  9. What's more? Epic has integrated World Of Trust Search and rating with which you can sort your results and remove less trusted sites.
  10. Epic automatically display an option to view cached versions of not found pages from 3 sources. Google, Wayback and Coral.
  11. If you don't like the included skin, you can always download a skin anytime. Note: When you start Epic for the first time, it downloads the default skin. So the lag in speed should in no way associated to the browser.
  12. You can use Epic to type easily in Indian languages using Epic Indic Text.
  13. Epic has an integrated Word Processor with which you can easily create documents. So forget other WordProcessors.


Download Epic Browser: You can download Epic browser from EpicBrowser.com.

Safest undoubtedly it is, Epic is not totally bug-less. The most common problem is that it re-downloads its theme after every few days. Overall , Epic is a feature rich browser with loads of potential. If HiddenReflex works on it well, Epic can easily become the best web browser in the market. 

For more such great freewares, visit our Freewares Section.
    More aboutEpic Browser: The safest, intuitive way to browse the web

    Make Undeletable, Unrenamable Folders

    Diposting oleh Greatest on Jumat, 16 Juli 2010

    Have you ever wondered how you can make a folder which neither can be deleted nor be renamed. Well, if you have, then you have come to the right place. With this trick, you will be able to create folders in Windows which cannot be renamed or deleted.

    Basic Concept
    The basic concept behind this trick is the use of Keywords. Keywords are reserved words in any programming language which cannot be used as names of variables. Windows also uses certain keywords in its programming. Some of them are con, aux, lpt1, lpt2, lpt3, lpt4, lpt5, lpt6, lpt7, lpt8 and lpt9.


    Make Undeletable and unrenamable folders

    A Test
    To test this concept, make a new folder in Windows and try to give it a name same as any keyword suggested above.

    Result
    Windows will  not rename your folder to any of the keyword given above.

    Trick
    So the question arises, how can we make a folder with a keyword as its name? The solution to this problem is included in Windows itself. As we know that Windows has evolved from D.O.S.(Disk Operating System), its commands can be used in Windows. You can use D.O.S. Programming in Windows to create a folder with a keyword as its name using the steps given below:-


    1.  Click on Start.
    2. Click on Run. Type in "cmd" without quotes.
    3. In the Command Prompt Window that opens, type the name of the drive you wish to create your folder in the format <drive-name>: and press Enter. e.g. If you wish to create the undeletable folder in D drive, type "D:" without the quotes. Note that the folder cannot be created in the root of C:/ drive.
    4. Type this command- "md con\" or "md lpt1\" without the quotes and press Enter. You can choose any of the keywords given above as the name of your folder.

    Now Windows will create an undeletable, unrenamable folder in the drive you entered in Step 3. However the folder can be renamed to another keyword using Windows Explorer.


    Deleting the Folder 


    Although it is not possible to manually delete the folder, you can delete the folder by typing "rd con\" or "rd lpt1\" in Step 4 instead of "md con\" or "md lpt1\".


    Try it yourself to create one such folder which can neither be deleted nor be renamed.
    More aboutMake Undeletable, Unrenamable Folders

    Disable USB ports on Windows XP, 7 or Vista PC via Registry

    Diposting oleh Greatest on Selasa, 13 Juli 2010

    With this trick, you can disable access to your USB(Universal Serial Bus) ports in your Windows based PC to prevent people from taking out data from your personal computer without permission or spreading viruses through the use of USB(pen and flash) drives.

    To use this trick to disable USB ports, follow the steps given below:-

    1. Click on Start.
    2. Click on Run.
    3. Type "regedit" without quotes.
    4. Navigate to  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\usbstor.
    5. In the work area, double click on Start.
    6. In the Value Data box, enter 4.
    7. Click on OK.
    8. Close Registry Editor and refresh your desktop.
    9. To re-enable access to your USB ports, enter 3 in the Value Data box in Step 6.

    Disable access to USB ports on your PC using Registry Editor

    Try it yourself to make your PC invulnerable from data theft and malware which spread through USB ports.

    Note: This trick also disables access to your USB connected peripheral devices.
    More aboutDisable USB ports on Windows XP, 7 or Vista PC via Registry

    Make your Computer Welcome You

    Diposting oleh Greatest on Sabtu, 10 Juli 2010

    Do you watch movies? Have you always loved the way how Computers in movies welcome their users by calling out their names? I bet that you too would want to know how you can achieve similar results on your PC and have a computer said welcome.

    Also: Make your Computer Talk

    Then you are at the right place, this article describes exactly how you can make your computer welcome you like this.

    With this trick, you can make your Computer welcome you in its computerized voice instead of having a human said Welcome. You can make your Windows based computer say "Welcome to your PC, Username."

    Make Windows Greet you with a Custom Voice Message at Startup

    To use this trick, follow the instructions given below:-

    1. Click on Start. Navigate to All Programs, Accessories and Notepad.
    2. Copy and paste the exact code given below.
    Dim speaks, speech
    speaks="Welcome to your PC, Username"
    Set speech=CreateObject("sapi.spvoice")
    speech.Speak speaks
         3.  Replace Username with your own name.
         4.  Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Welcome.vbs or "*.vbs".
         5.  Copy the saved file.
         6.  Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) or to C:\Users\ User-Name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 7 and Windows Vista) if C: is your System drive.
         7.  Paste the file.

     Make your Computer Welcome you at startup


    Now when the next time you start your computer, Windows will welcome you in its own computerized voice.

    Note: For best results, it is recommended to change sound scheme to No Sounds.
    You can change the sound scheme to No Sounds by following the steps given below:-
    1. Go to Control Panel.
    2. Then click on Switch to Classic View.
    3. Then Click on Sounds and Audio Devices.
    4. Then Click on the Sounds Tab.
    5. Select No Sounds from the Sound Scheme option.
    6. If you wish to save your Previous Sound Scheme, you can save it by clicking Yes in the popup menu.
    7. Click on OK.
    Change Sound Scheme to No Sounds

    Try it yourself to see how it works. In my personal opinion, this is an excellent trick. Whenever I start my PC in front of anybody and the PC welcomes me, the fellow is left wondering how brilliant a computer do I have.
    More aboutMake your Computer Welcome You

    A fast way to open PDF files

    Diposting oleh Greatest on Rabu, 07 Juli 2010

    If you are like most of the computer users who consider that Adobe Reader takes ages to open PDF files, then this article is for you. But before that, let's know a bit about PDF format. Portable Document Format (PDF) is a file format created by Adobe Systems in 1993 for document exchange.

    Adobe offer their own reader, Adobe Reader to access PDF files.

    But, it is sad to see that Adobe's own offering Adobe Reader is cluttered with all sorts of plugins which an average user does not even use once. These plugins are the main cause that Adobe Reader has slow loading times and hangs frequently.



    A fast way to open pdf files

    So, most users need a quick an easy way to open PDF files and Foxit Reader does the job appropriately. According to the company's website, "Foxit PDF Reader 4.0 is a small, fast, and feature rich PDF viewer for Microsoft Windows, which allows you to open, view, and print any PDF file." In my personal opinion, Foxit PDF Reader is the best free alternative available for Windows which offers a hassle free way to open PDF files.


    Download Foxit PDF Reader: You can download the latest version of Foxit PDF Reader from Foxit Software Official Website.

    Official Website: http://www.foxitsoftware.com/pdf/reader/

    To download some more great freewares, visit  5 Essential Free Software for Windows PC.
    More aboutA fast way to open PDF files

    Notepad Tricks and Tips

    Diposting oleh Greatest on Senin, 05 Juli 2010

    With these tricks, you will be able to find out the tricking ability of Microsoft Notepad. But before that, do you know:-
    1. The number of the flight that attacked World Trade Centre? 
    2. How much control the President of United States has over Microsoft?
    3. How worried Microsoft is about their reputation?
    Well if you don't, you will know the answers to all these questions after trying these tricks.

    Trick/Answer 1

    The number of flight that attacked the World Trade Centre was Q33N. You might ask what is the trick in that. We could have searched it on the net in an instant. But this is not the trick. The trick starts now:-
    1. Open Notepad.
    2. Type in Q33N.
    3. Change the font size to 72 by clicking on Format and selecting Font in the Menu Bar.
    4. Also select Wingdings as your Font.
    5. Click on OK to see the trick.
     Note: Change back to your default font.

    notepad tricks


    Trick/Answer 2

    Well the President of United States is undoubtedly one of the most powerful man. No one dares to test it. But now that Bush is no longer the President, .........we would. To test his authority over Microsoft, follow the steps given below:-
    1. Open Notepad.
    2. Type in "bush hid the facts" without quotes.
    3. Save the notepad file as test.txt or *.txt.
    4. Reopen the file to know the results.
    Trick/Answer 3

    Well, most people think reputation is everything and the top brains at Microsoft are no different. To test their reputation building scheme, try the steps given below:-
    1. Open Notepad.
    2. Type in "this app can break" without quotes.
    3. Save the notepad file as test.txt or *.txt.
    4. Reopen the saved file to know the results.

    Try these notepad tricks yourself to know the results.

    On a serious note, none of the flight that attacked World Trade Center had the flight number Q33N. It is just a rumor which became popular due to its peculiar nature. Moreover, did you notice some similarity in trick 2 and 3? Yes, you figured it out correctly, both of the statements have the word length pattern of 4,3,3,5 which seems to cause the bug. It is not that Microsoft is that much 'worried' about their reputation or the U.S. President have absolute control over Microsoft.

    Note: The last two tricks work on all versions of Windows but these tricks are computer specific and might or might not work on some systems running later versions of Windows after XP. 
    More aboutNotepad Tricks and Tips

    A different way to browse the web

    Diposting oleh Greatest on Sabtu, 03 Juli 2010

    Web Browsers allow us to browse the web in an easy manner. But, personally I am bored trying to browse the web with the same type of address bar and stuff. If you too are bored with browsing the web in the orthodox manner and wish to browse the web in a new and unique way, then this is a must read article for you.

    With this trick, you will be able to browse the web in a totally different way using your own Windows Calculator or MS Paint or Notepad for that matter. To use this trick, follow the steps given below:-

    1.  Open any Application in Windows.
    2. When the application starts, press F1 key. This will load the Help file for that particular application.
    3. Click on the ? sign before the application name. A drop down menu will appear. From the drop down menu, click on Jump to URL.
    4. A pop up box will appear like one in the second image. In the Jump to this URL field, enter the URL you wish to visit. Be sure to write your URL in the format "http://www.yoururl.com" without the quotes.
    5. Now you will see your website being loaded in the Right Hand Side Pane.
    A different way to browse the web in Notepad

    A web Browser
     
    Try it and show it to other people to impress them with your tech skills. I personally love browsing the web in this manner, It is a bit complicated but still, gives the tech wizard feel.

    Note: The Help files use Internet Explorer's core to browse the web. Moreover, sites that you visit will also be visible in Internet Explorer's History.
    More aboutA different way to browse the web

    Have a Personalized Logon Wallpaper in Windows XP

    Diposting oleh Greatest on Selasa, 29 Juni 2010

    Have you always wanted to have your image displayed as a log on banner whenever you start your PC? This article explains the exact procedure required to have your own photo or your pet's photo being displayed as one such banner. With this trick, you can have a personalized wallpaper which would appear before your log in screen each time you start your computer.

    To use this trick, you need to have a bmp file. If your image is of any other format, you can save it in bmp format using MS Paint or Irfan View(To download Irfan View, visit 5 Essential Freewares for your PC).

    Now that you have the bmp file, follow the steps given below.

    1. Click on Start.
    2. Click on Run.
    3. Type "regedit" in the dialog box without quotes.
    4. Navigate to HKEY_USERS\.DEFAULT\Control Panel\Desktop.
    5. In the right hand pane, double click on the value Wallpaper.
    6. In the Value Data option, enter the full path to your bmp file you created to be your wallpaper. Example: For a file named image.bmp placed in Windows folder, type "C:\WINDOWS\image.bmp" without the quotes.
    7. Double click on Wallpaper Style, and change its value to 2 to get a stretched image.

    A personalized Logon Wallpaper Registry Editor
      Close the Registry Editor and Restart the PC to apply the changes.

      Once the changes are applied, each time you start your PC , you will see the log on wallpaper. To undo the trick, simply delete the address to your image in Step 5.

      P.S: I have my photo as the log on wallpaper.  What is yours?
      More aboutHave a Personalized Logon Wallpaper in Windows XP

      5 Essential free Software for Windows PC

      Diposting oleh Greatest on Jumat, 25 Juni 2010

      Imagine, you have a new high end PC with Windows installed. You switch on the PC in excitement only to ask yourself the question, what should I do now? Even the most high end hardware is useless without the right software. This article deals with such five essential software for your PC that do not put any dent on your pocket. For convenience purposes, each software is provided according to the category of its usage. So lets begin.

      All of the freeware software mentioned support all versions of Windows including Windows XP, Windows Vista and Windows 7.

      1.  Browsers: It is fair to say that for majority of PC users, surfing the internet is the only major use for their PC. So, it would have been unfair to begin this list with any other category. Although, windows comes with Internet Explorer, it would not be totally wrong to say that IE 8, the latest addition no more than an average web browser. So an alternative web browser is an absolute necessity. Coming to the point, there are two major contenders for inclusion in this category. So, I was unsure which one to choose. So I decided to include them both. (I have intentionally not numbered the browsers)                             

      a.  Mozilla Firefox: Mozilla is not totally wrong to say that the Firefox Web browser is the faster, more secure, and fully customizable way to browse the web. Firefox is one of the most complete browsers available. It is considered to be the first browser to shake the Internet Explorer's dominance.One of the good things about Firefox is that it keeps up with the needs of time. Another cool thing about Firefox is that it has an almost perfect score in Acid 3 test. Firefox wins the race with other browsers in terms of available themes, plugins, and security. Overall, Firefox is a must have browser on your PC.


      free software

      b.  Google Chrome: When Google does something, it is huge and the same is true for Google Chrome. Everything was looking settled in the browser market when Google all of a sudden came up with their new browser with the unique thought of building it almost from scratch. Google's Chrome is currently the fastest browser on the planet with tremendous java script rendering capabilities. Unlike Firefox, Chrome has a perfect score in Acid 3. Themes and plugins also make Chrome a totally customizable browser. Overall, Chrome is fast, safe and customizable. If you have no problem with Google's products, Chrome is a must have browser on your PC.


      Software for Windows

      2.  Media Player: If we check our hard drives, one thing which most of us will find on them is media. To play that media, we need a media player. So a media player is an absolute necessity for most of the PC users. One can say that Windows comes with Windows Media Player, so why is a another media player needed. To them, I say that though Windows has media player but it does not have the ability to play all the media unless you install the necessary codecs. So there is an essential need for another media player which comes with almost all codecs installed. There is one such media player available. It is VideoLAN's free offering, VLC Media Player.

       VLC  Media Player: VLC Media Player is an open source, multi-platform media player that comes with almost all of the codecs required to play all different types of media on your PC. So you do not have to worry about installing codecs to play your files. Moreover, the best part about VLC media player is that being open source, you can install on almost any operating system. Moreover, VLC media player is portable so you can carry it in your flash drive. All this combined with stability, performance and the ability to change skins and take snapshots from videos make VLC Media Player an absolute essential software.


      freeware VLC Media Player

      3.  Image Viewer: Well most of us like to take images, and most of us like to edit them as well. This leads to a large amount of images in different formats. The inbuilt image viewer in Windows is not all that bad but the problem arises when we try to open files of different formats. Imagine this situation, you have a great collection of images which are of different formats. Now you invite your friends to show those images. But you have one problem, Windows Image Viewer is not opening the images as they are of unsupported formats. What do you do? Well you install Irfan View with plugins.

      Irfan View: Irfan View is developed by Irfan Skiljan, a student at the University of Vienna in 1996. Irfan View is one of the most popular image viewer worldwide. Irfan View gets downloaded over 1 million times each month. One of the major advantages of Irfan View is that it has a light interface, is fast in opening images and can open virtually every type of image image file possible. It can even open Flash files and also serves as a small media player as it can play movie files and mp3 files as well! And that is not all, Irfan View can be used to do minor image editing as well.
      Some of its features are:
      Slide show, batch conversion , Acquiring from a TWAIN source, Batch acquire or scan,add text to photos, convert to greyscale, enhance colours and even capture screen shots. Honestly, that is not even 5 % of what Irfan View is capable of. All this at a tremendously small size make Irfan View a must have essential.

      Irfan View Plugins can add further functionality to this already great software.

      essential freeware

      4.  Security: This could well be the most important category of this article. Security of a PC is the most important thing in the cyber world now. There was a time when this was not essential but those were the good old days. Now one cannot even think of browsing the web without having an anti virus or anti spyware installed. Big organizations and corporate companies spend millions for securing their network but you don't have to. There are some free tools which do the job equally well without costing you a penny. (To read a full article on securing your PC, visit How to increase your Cyber Security.)

      There were many alternatives to include in this category. So I decided to include the most popular one which is presumably AVG Free Edition.

      AVG Free Edition: AVG is a popular antivirus with a slick interface having the ability to detect viruses and spywares. It receives updates frequently and is light on resources. Some of its key features are Automatic Update Functionality, Resident Shield, Email Scanner, free lifetime database updates for home users, Anti Spyware, Anti Virus, AVG toolbar and Search Scan. All these premium features are available free of cost in AVG free for home users making AVG a must have free anti virus/spyware for your PC.


      AVG Anti-virus
       
      5.  Office Suite: An office suite has become an absolute necessity these days. We use it to create text documents,create presentations, making tables, graphs recording data, managing schedules,creating spreadsheets and workbooks. A full fledged Office Suite like Microsoft Office will cost you no less than 500 USD (Rs. 25000). That is too high for any user. So what should one do. Well use the Open Office Suite instead.

      Open Office Suite: Open Office Suite is an open source, multi lingual, multi platform project developed by Sun Micro systems. Among all the Office Suites available, Open Office is considered to be the only worthy competitor to Microsoft Office. It is fast, available in many languages, works on all computers, stores all data in an international open standard format, read and write files from other common office packages and the best of all, is free of charge for any purpose(commercial or private).

      Open Office Suite

      These freeware will definitely help you to make your PC more usable. Although there are many more free software for Windows that are worthwhile, these 5 are an absolute must for a freeware dominated Windows PC.
      More about5 Essential free Software for Windows PC

      Create a Shortcut to lock your System

      Diposting oleh Greatest on Minggu, 06 Juni 2010

      Have you ever left your PC in a hurry? Have you ever felt that it is a pain to lock your system and the simple way is too long for you? I would imagine that you have and then, this trick is for you.This trick enables you to create a shortcut to lock your system instead of doing CTRL+ALT+DEL. Thus, providing you a quick and easy way to lock your system whenever you have to leave your PC in a hurry.
      To use this trick, follow the instructions given below:-

      Steps
      1. Right Click on an empty slot on desktop, point to New, click on Shortcut.
      2. In the dialog box that pops up, type the following code without quotes in the Type the location of the item.
      rundll32 user32.dll,LockWorkStation
           3.  Click on Next and type a name for the shortcut in the Type a name for this 
                Shortcut textbox.
           4.  Click on Finish.

      Create a Shrtcut to lock your System

        Now you will be able to lock your Computer by double clicking on the created Shortcut. You can also add this shortcut to Quick Launch toolbar to lock your system with one click.
        More aboutCreate a Shortcut to lock your System

        Make your Computer Talk

        Diposting oleh Greatest

        Have you ever wondered how can you make your computer speak whatever you input to it like in the movies. Would it not be fun? If only it was possible! Rejoice, because now it is possible. Well, if you wish to know how to do this, then you have come to the right place. With this trick, you can create a script in Windows which will make your computer speak whatever you input to it.


        Also Recommended Reading : Make your Computer Welcome You!


        To create one such talk script, follow the steps given below:-

        Make your Computer Talk

        Steps
        1. Open Notepad.
        2. Copy and paste the exact code given below.
                  Dim Message, Speak
                  Message=InputBox("Enter text","Speak")
                  Set Speak=CreateObject("sapi.spvoice")
                  Speak.Speak Message
              3. Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Speak.vbs or "*.vbs".
              4.  Double click on the saved file, a window will open like the one in the image. Enter some text in enter text column and click OK.

          Now your Computer will speak / talk what you typed in Step 4. Try it yourself.

          Windows Compatibility: This VBS file can be executed on all versions of Windows including Windows XP, Windows Vista and Windows 7.

          Personal Experience: I personally showed this trick to many of my friends and they were literally left awestruck. You too can impress your friends by making your PC talk and be the Computer Wiz.
          More aboutMake your Computer Talk

          Change your Processor's Name

          Diposting oleh Greatest

          Are you bored with your old processor? Do you want a new processor with a breath-stopping name but are not going to upgrade any time soon? No need to worry. You can still have that new processor's name in your computer. Well not only that, you can also have a better one than the one you are supposing to buy. Just follow this trick.

          With this trick, you can change the name of your processor to a personalized one like My Processor or something alien like Decacore Processor 50 GHz .  These are just a few examples. It is up to your creativity to change the name of your Processor to anything you like.
          To have one such cool processor, just follow this step by step tutorial.
          1. Click on Start.
          2. Click on Run.
          3. Type "regedit" without quotes.
          4. Navigate to HKEY_LOCAL_MACHINE/HARDWARE/
          5. From HARDWARE, navigate to DESCRIPTION/System/CentralProcessor/.
          6. In the work area, double click on ProcessorNameString, and change its value according to your choice.
          7. Click OK



          Changed Processor Name


          Right Click on Computer icon and select properties.The final outcome would be something like one in the image.


          Try it on your PC and show it to your friends to see the fun.

          P.S.: Personally, I have recently changed the name of my processor to "iLife Processor 7, Alien Technologies".  Tell me what you changed yours to.

          Note: This article changes the processor name temporarily. To permanently change processor name, visit Change Processor Name Permanently.
          More aboutChange your Processor's Name

          Use Keyboard as Mouse [How To]

          Diposting oleh Greatest on Sabtu, 05 Juni 2010

          How to use keyboard as Mouse? Use Laptop Keyboard as Mouse using the Numpad keys of your keyboard to control the mouse pointer if your mouse or touchpad in laptops stops working. Get out of such uneasy situations using a simple trick.


          Keyboard Mouse

          If your mouse is not working and you don't wish to wait till you get a new mouse, you would definitely like to know how you can use your keyboard as your mouse. It is easy to use your mouse as keyboard in Windows using the On Screen Keyboard utility, but it is also possible to do the reverse.

          All you need to do is:

          Windows XP Users:-
          1. Go to Control Panel.
          2. Then click on Switch to Classic View.
          3. Then Click on Accessibility Options.
          4. Then Click on the Mouse Tab.
          5. Select Use MouseKeys.
          6. Click on OK.
          7. Then activate NumberLock (by pressing the NumLk key).
          8. You should hear a beep sound.
          9. Now you can control the mouse pointer using the arrow keys on the numeric keypad.
          use keyboard as mouse


          Windows 7 and Vista Users:

          1. Open Ease of Access Center by clicking the Start button , clicking Control Panel, clicking Ease of Access, and then clicking Ease of Access Center.
          2. Click Make the mouse easier to use.
          3. Under Control the mouse with the keyboard, select the Turn on Mouse Keys check box.


          You can also increase the acceleration and speed of your mouse movements according to your needs.

          You can alternately press the Alt+Shift+Num Lock combination to instantly activate the mouse keys.


          Laptop Keyboard Mouse

          For laptops, this will only work if your laptop keyboard has a numeric keypad or alternative keys which you can use with the Number Lock Key or the Function key.

          On my laptop, number 6 key of the numeric keypad moves the mouse pointer left, number 4 key moves the mouse pointer right while number 2 key moves it down. Number 8 key moves the mouse pointer up. Number 5 or + keys serve as right click while the number 0 key works as left click.
          More aboutUse Keyboard as Mouse [How To]