Showing posts with label tricks. Show all posts
Showing posts with label tricks. Show all posts

Thursday, 24 November 2011

Friendly Pinger 5.0 (network inventory..)


Friendly Pinger - is a powerful and user-friendly application for network administration, monitoring and inventory.
  • Visualization of your computer network as a beautiful animated screen;
  • Monitoring network devices availability;
  • Notification when any server wakes up or goes down;
  • Ping of all devices in parallel at once;
  • Audit software and hardware components installed on the computers over the network;

Wednesday, 4 May 2011

How to Disable the Ability to Right Click on the Desktop ?

This tweak removes the context menu that would normally appear when the user right clicks on the desktop or in the Explorer right results pane.
Open your registry and find the key below.
Create a new DWORD value, or modify the existing value called 'NoViewContextMenu' using the settings below.
Exit your registry, you may need to restart or log out of Windows for the change to take effect.

Thursday, 21 April 2011

How to change Password using CMD (hacking techniques)

Click Start ==> Run.
Type CMD

Type this command " net user username password"        

        Remarks : 
                    *username : the username you want to change the password
                    *password : the new password you want to change.

And done, enjoy!!!
 

Wednesday, 13 April 2011

Lock folder without software

Suppose you want to lock the folder abc in c: which has the path c:\abc. In the same drive create a text file and type
ren abc abc.{21EC2020-3AEA-1069-A2DD-08002B30309D}
Now save this text file as lock.bat


create another text file and type in it
ren abc.{21EC2020-3AEA-1069-A2DD-08002B30309D} abc
Now save this text file as key.bat





Sunday, 20 March 2011

Speed up internet by 20% (100% working)

Microsoft reserves 20% of your available bandwidth for their own purposes like Windows Updates and interrogating your PC etc

You can get it back:

Click Start then Run and type "gpedit.msc" without quotes.This opens the group policy editor. Then go to:
Local Computer Policy
then Computer Configuration
then Administrative Templates then Network then QOS Packet Scheduler and then to Limit Reservable Bandwidth.


Shutdown Computer with Your Cell Phone

To do this, all you will need is Microsoft Outlook which should come with Microsoft Office, which most people have. This will need to be on the computer wish you wish to shutdown.

So, this is how you do this:


1. First, you need the batch files to perform the Shutdown, Hibernate etc. You can write them down yourselves

2. open your notepad and write lik this...
c:\windows\system32\shutdown-s -f -t 00
and save it as shutdown.bat