Archive for the 'Video Tutorial' Category

Get Administrator Acces on Windows Pc

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

Welcome, Visitor. Subscribe to our RSS Feed and consider adding this article/site to your favorite social bookmark site if you find it useful. Thank you!

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:

[youtube zWiOivsVXIE&amp]


Add Copy to & Move to options to context menu

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

Welcome, Visitor. Subscribe to our RSS Feed and consider adding this article/site to your favorite social bookmark site if you find it useful. Thank you!

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

Video:

Adding options to the windows context menu

[youtube L36u7GudN8k]

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}”