Don`t Learn to HACK - Hack to LEARN.All about Ethical Hacking, Penetration Testing & Computer Security

Friday, July 20, 2012

Some Trick



~~Create Folder in My Computer ( something like Drive )~~


Go to drive C:/

Create a new folder ( and type any name ex.PH )
Now go to command prompt (start -> Run > CMD ) and type

subst z: c:\folder name ex.PH ( that should be same name that you type in new folder )

Now you should see your folder at my computer.

To remove the drive just follow this simple step
go to command prompt and type

subst Z: /d


----------------------------------------------------------------------
----------------------------------------------------------------------

~~Create Location in SendTo ( right-click )~~


You’ll need to open up an Explorer window, and paste this > %APPDATA%\Microsoft\Windows\SendTo to the address bar.

You should now see a bunch of shortcuts
Let’s say you wanted to add an item to the Send To menu to open files in Notepad or to send to any Folder
You could just drag a shortcut of these folder,netepad or any other application into this folder (sendTo)

This method should work for any application that allows you to open a file by using a command line argument.


----------------------------------------------------------------------
----------------------------------------------------------------------

~~Display any message when Windows start~~


If you want to a text to appear while Windows starts , coninue this order

Go to Start >> Run
Type regedit
Go here:
HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\WINDOWS NT\CURRENTVERSION\WINLOGON

Modify this key LegalNoticeCaption with the text of your choice. (Title)
Modify the key LegalNoticeText with the text of your choice. (Text)

0 comments: