Search This Blog

20.3.13

0 How to open Windows' Task Manager Quickly With The Keyboard

Do you know you can open Windows’ Task Manager easily from your Computer's keyboard?
Well, you might want to say "Opening Task Manager is quite easy" - Agreed, but how about making it even easier and faster?

In this article, I'll introduce you to a more simpler way of launching the Manager on your Computer without going through the normal process of Right-clicking the Taskbar & Selecting it there.

Here's How.
Anytime you need to open the Task-Manager, just press the shortcut below and (tadaa) it's opened. CTRL + SHIFT + ESC

That's it.
Make your friends believe you're a Computer guru by taking into effect these shortcuts.
ALSO READ »

15.2.13

0 How To View up to Three Different TimeZones At A Time In Windows.

Did you know you can view different time zones on your PC at once?
So,if you have an appointment with a Pal,Co-worker,family member... on different time zones,you can easily stay in touch with them without failing out of schedule.

With this Windows trick,you can set two extra clocks to display alongside the default clock which makes it three altogether.
To add/enable this feature in your Computer,just follow the steps below...

Steps To Add Multi-Clock Widget In Windows.

  1. Left-click Clock area in taskbar(to view large clock).
  2. Click on the “Change date & time settings” option at the bottom.
  3. From the pop-up window,select ‘Additional Clocks’ tab.
  4. Now locate the text ‘Show this clock’ and check the boxes just like in the image below.
    And under each clock preferences,customize the settings i.e choose the required time zone and give the additional clock a display name.
  5. Once done,click on Apply,then ‘OK’ it.
That's all.
To view the clocks now,just left-click on the Clock area again.

24.1.13

0 Funny Notepad Trick To Continuously Pop-out CD Tray.

Here's a cool Notepad trick which can amuse and at thesame time frustrate its victim.
Cd pop-out.jpgJust like the trick used in making computer's keyboard go disco,this virus(harmless one) ejects and pops-out the victim's Cd-tray continuously and rapidly.

So,should you have anyone you might want to prank with this trick,then here's how to go about it.

How To Eject Cd-drive Rapidly.

  1. Create a new text file by right clicking anywhere on your system and selecting New » Text document
  2. Copy-Paste the code snippet below 
    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
  3. Now,save the Notepad file with a “.vbs” extension
    E.G Mydrive.vbs
  4. To ensure your victim double clicks this file,you can further customize it by changing its icon (Right-click the file and browse to Properties » Customize » Change icon)
  5. TIP
    You can rename the file as "Avast Antivirus database.vbs" or whichever Antivirus he/she is using and send it via bluetooth,flash drive,etc...
Now,once the file is clicked on,it starts work immediately.

You can test-run it to ensure it's working perfectly.

Note :
Your Anti-virus MIGHT detect this as a virus,but do not fret as it's totally safe.

To stop/disable this effect at anytime,just

  • Launch the Task-Manager by clicking the Hot-keys (Ctrl + Alt + Del)
  • From ‘Processes’ tab,locate “wsscript.exe” and end it.
That's all.

For more Notepad tricks,GO HERE.

30.12.12

1 HOW TO FIX 'NOT RESPONDING' ERRORS IN WINDOWS.

When using Microsoft windows,we sometimes encounter a ‘Program Not Responding’ error which can be quite frustrating especially when an important work is being done.

Sometimes,it may even cause the System to freeze-up thereby forcing a re-start.
In the process,all unsaved datas will be lost.

Though,this problem is common only with Windows XP,as newer versions of Windows do not need a re-start to fix these kind of issues.

When this error comes up in Windows XP,a message box appears asking if you'd like to report the problem to Microsoft.
If you do not wish to,you can click on this dialog box to make it disappear.

So in today's write-up,we will cover the basic steps on how to disable this feature if you find it somewhat distracting and so also fix Windows when this error occurs.

How To Disable Error Reporting In Windows XP.

  1. Right-click on “My Computer” and select ‘Properties’
  2. From the Properties window,click on `Advanced́ tab and click the “Error Reporting” button.
  3. Check the box next to “Disable error reporting” and leave the other unchecked i.e “But notify me when critical errors occur”
  4. Finally,click on "OK".
That's all for disabling the error message.
Now,to fix the problem,follow the instructions below.
  1. Launch the Task Manager by right-clicking on the Taskbar at the bottom of the screen and selecting ‘Task Manager’ or in the case whereby the system hangs up,you can access the Task manager by holding Ctrl + Alt + Del and selecting it from the list of options.
  2. Click on “Applications” tab and locate the program not responding.
    You can do that by checking the status of all open applications.
    [All applications not responding have Not responding as their status.]
  3. Next, right-click on the program to end and select “End Task”.
    ‘OK’ it.
Now,you can exit the task manager and see your OS fixed.

Contributions and/or Suggestions are highly welcomed.
But please,if you need responses to your questions,do not comment as ‘Anonymous’

3.12.12

12 HOW TO FIX “TASK MANAGER HAS BEEN DISABLED BY YOUR ADMINISTRATOR” ERROR IN WINDOWS.

Task Manager can be said to be one of the most useful applications on a Computer system.
It really comes handy in occasions whereby some softwares can't be stopped or is Unstable.
It's also the 'number 1' choice to check all running processes,monitor CPU Performance etc.

But,what happens in the case it becomes inaccessible due to malwares or viruses? and you keep getting some funny errors like “Task manager Disabled by Administrator”?

So, if you've been getting this error while trying to access your task manager,here is a fix to enable it again.
There are different methods available to fix this problem on your PC and I'll be explaining two extremely easy methods here in this tutorial.

METHOD #1:-Registry Editor.

  1. Click on “Start” and navigate to “Run”[you can use the search.]
  2. Type “regedit” in the text box and hit “Enter”.
  3. Now,navigate to
    HKEY_CURRENT_USERS\Software\Microsoft\windows\currentVersion\Policies\System
  4. Once located, you'll see “Disabled Taskmgr” option at the right pane.
    Simply delete it or double click on it and change its value to “0”

METHOD #2:-Through the Group Policy.

Alternatively,if you do not find a “Disabled Taskmgr” key in Registry,then try this »
  1. Click on “Start” and navigate to “Run”[you can use the search.]
  2. Type “gpedit.msc” and hit Enter.
  3. Navigate to Configuration » Administrative Templates » System » Crtl+Alt+Del Option » Remove Task Manager
  4. Once found,right click on it to choose “Edit” and select “Not configured”.
  5. Finally apply & OK it, then exit.
That should fix it.But,if the Task Manager still refuses to be accessible, you can try scanning your PC for malmares.

That's all..
Any suggestions/questions?, kindly drop them here.

NEXT» ¤HOME¤

 
[GET THIS]