My step by step plans for traffic
Powered by MaxBlogPress  

Archive for the 'Video Tutorial' Category

Get Administrator Acces on Windows Pc


November 04, 2007 Posted By: Jim ~ Filed under Category: Video Tutorial, Windows

This tutorial will teach you how to hack a Windows XP Machine to obtain Administrative access.

This is meant for the business environment for administrative policies which allow command prompt (or command.com) and the “AT” command to be accessed. If you cannot access command prompt, you can try to access command.com through following steps:

1. open notepad
2. type:

@ECHO off
command.com

3. save as command.bat
4. run

Video:

Add Copy to & Move tooptions to context menu


November 02, 2007 Posted By: Jim ~ Filed under Category: Registry tweak, Video Tutorial, Windows

You can Watch This Video tutorial or u can do it manually.

Video:

Adding options to the windows context menu

Copy and paste all of the contents of the coded box below into notepad and save as: copy to any (anyfilename).reg

Now double click on the .reg file you have just created and cofirm on the prompts.

Now when you right click on a file the options ‘Copy to…’ and ‘Move to…’ will be there.

Its usefull, especially for moving things from your desktop.

This is for those didnt know about it.

Enjoy!!

REGEDIT4

[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Copy To]
@=”{C2FBB630-2971-11D1-A18C-00C04FD75D13}”

[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Move To]
@=”{C2FBB631-2971-11D1-A18C-00C04FD75D13}”

[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Send To]
@=”{7BA4C740-9E81-11CF-99D3-00AA004AE837}”

[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\Copy To]
@=”{C2FBB630-2971-11D1-A18C-00C04FD75D13}”

[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\Move To]
@=”{C2FBB631-2971-11D1-A18C-00C04FD75D13}”

[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\Send To]
@=”{7BA4C740-9E81-11CF-99D3-00AA004AE837}”

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To]
@=”{C2FBB630-2971-11D1-A18C-00C04FD75D13}”

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To]
@=”{C2FBB631-2971-11D1-A18C-00C04FD75D13}”

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Send To]
@=”{7BA4C740-9E81-11CF-99D3-00AA004AE837}”

[HKEY_CLASSES_ROOT\AllFilesystemEditObjects\shellex\ContextMenuHandlers\Copy To]
@=”{C2FBB630-2971-11D1-A18C-00C04FD75D13}”

[HKEY_CLASSES_ROOT\AllFilesystemEditObjects\shellex\ContextMenuHandlers\Move To]
@=”{C2FBB631-2971-11D1-A18C-00C04FD75D13}”

[HKEY_CLASSES_ROOT\AllFilesystemEditObjects\shellex\ContextMenuHandlers\Send To]
@=”{7BA4C740-9E81-11CF-99D3-00AA004AE837}”