18 March 2010
make .exe file into .gig file !!
make .exe file into .gig file !!
Simply goto a run prompt and type:
cscript.exe hide.vbs your.gif your.exe
The script merges "your.gif" and "your.exe" to create "your.gif.hta.gif", which
correctly displays using the IE browser. If the 'Hide extension for known file
types' option is enabled, which is the default setting, the "Save Picture As..."
will download "your.gif", it's really "your.gif.hta". (Example: Right-click and
Save Homer)
Microsoft described an HTA as running much like an .exe file.
Love happen's once and the rest is just life!!!!
Posted by Marshal at 8:34 AM 0 comments
Labels: Hacking, Windows Vista, Windows XP Tips and Tricks
Enabling Task Manager if it is Disable !!
Method no. 1
1. Go to Start -> Run -> Write regedit and press on Enter button.
2. Navigate to the following registry keys and verity that following settings
set to default:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
“DisableTaskMgr”=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy
Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\System]
“DisableTaskMgr”=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system\]
“DisableTaskMgr”=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
“DisableCAD”=dword:000000003. Reboot the computer.
Method .2
1. Go to Start - Run -> Write Gpedit.msc and press on Enter button.
2. Navigate to User Configuration - Administrative Templates -> System -
Ctrl+Alt+Del Option
3. In the right side of the screen verity that Remove Task Manager option set to
Disable or Not Configured.
4. Close Gpedit.msc
5. Go to Start - Run -> Write gpupdate /force and press on Enter button.
Love happen's once and the rest is just life!!!!
Posted by Marshal at 7:53 AM 0 comments
Labels: Hacking, Windows XP Tips and Tricks
Wednesday, December 12, 2007
Turn off system beeps !!
Start Regedit.
Navigate to HKEY_CURRENT_USER\Control Panel\Sound Once there, locate Beep on the
list on the right.
Right click on it and select Modify
Change the value equal to no
Reboot your computer and the beeps will be gone!
Love happen's once and the rest is just life!!!!
Posted by Marshal at 10:28 AM 1 comments
Labels: Registry Tips and Tweaks, Windows XP Tips and Tricks
Reinstall IE6 !!
1) Insert the Win XP CD
2) Open Start / Run and type:
rundll32.exe setup api,Install Hinf Section Default Install 132
c:\windows\inf\ie.inf
Press ENTER
And you are done !!
Love happen's once and the rest is just life!!!!
Posted by Marshal at 10:28 AM 1 comments
Labels: Windows XP Tips and Tricks
Tips For Command Prompt !!
Turn on Quick Edit Mode. This will allow you to easily select, copy and paste
all with just your mouse and a right click.
When typing in a file or folder name, type in part of the name and then hit the
TAB key to bring up matches. Use SHIFT +TAB to go the other direction.
When searching for a file, type in dir part_of_filename* to look for the file in
the folder. To search sub directories as well, append the /s flag as well.
Example: dir exp* /s
Use the up arrow to go back over past commands. Alternatively you can hit F7 and
go directly to the command.
When working with network drives type: prompt $m$p$g to show the full network
path along with the drive prompt. Other prompt settings can be found by running
prompt /?.
You can print the contents of a file by typing: copy file.txt prn
Write the output of any command by appending > output.txt. For example, dir >
filelist.txt
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment