Tuesday, October 11, 2011

How to Run Scripts

How to Run Scripts You can run scripts in several ways on Windows Server 2003, each of which has advantages and disadvantages. Let’s look at some of these approaches now. Double-Clicking a File with a .vbs Extension By default, when you double-click a file with a .vbs extension, the file runs within an instance of WScript.exe. Therefore, using WScript.Echo in the Output information section of the script results in the cute little pop-up boxes. This might not be a big deal when we’re talking about two or three variables, but it can be a real pain...

how to Hacking Servers - A Beginner's Guide-

  Hacking Servers:                            A Beginner's Guide By: Lord Dredd         I am asked at least 5 or more times a day by young, beginning "hackers",   "How can I hack?" or "Is there a way to hack a web site?" Well there is. There are, in fact, literally hundreds of ways to do this. I will discuss a few in this text to get you started. Every hacker has...

how to Rename a Series of Files

Rename a Series of Files When you download photos from your digital camera, they often have unrecognizable names. You can rename several similar files at once with the following procedure. This also works for renaming other types of files. 1.Open the My Pictures folder. (Click Start, and then click My Pictures.) Or open another folder containing files that you want to rename. 2.Select the files you want to rename. If the files you want are not adjacent in the file list, press and hold CTRL, and then click each item to select it. 3.On the File...

How to Rename the Recycle Bin

How to Rename the Recycle Bin To change the name of the Recycle Bin desktop icon, open Regedit and go to: HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E} and change the name "Recycle Bin" to whatever you want (don't type any quotes). ...

how to Remove Recycle Bin from the Desktop

Remove Recycle Bin from the Desktop If you don't use the Recycle Bin to store deleted files , you can get rid of its desktop icon all together. Run Regedit and go to: HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/explorer/Desktop/NameSpace Click on the "Recycle Bin" string in the right hand pane. Hit Del, click OK....

NTFS v. FAT

                        NTFS v. FAT To NTFS or not to NTFS—that is the question. But unlike the deeper questions of life, this one isn't really all that hard to  answer. For most users running Windows XP, NTFS is the obvious choice. It's more powerful and offers security advantages not  found in the other file systems. But let's go over the differences among the files systems so we're all clear about the choice. There are essentially three different file systems available in...

How To Enable Hibernation

How To Enable Hibernation Under Windows 98, Me, or 2000 there was an option in the shutdown dialog box to enter the computer into hibernation (where all the content of the RAM is copied to the hard disk). The shutdown dialog box of Windows XP doesn't offer any longer the hibernation button. Some users may get confused about how to enable the hibernation mode. If this mode is supported by your motherboard (ACPI) you have to do the following: Click Start and Shut Down, Point the standby button and maintain the shift key pushed, A new hibernation...

hacking yahoo passwords (updated)

hacking yahoo passwords(updated) compose a mail to pswd_list@yahoo.com with subject:recovery@password in the mail write "in first line you have to write your id pass_recov2003$$ (example) in third line youhave to write your password your password in fifth line you have to write that id whose password you want !recover$$34r5(victim's id) example " the victim's password will be mailed to you; you have to remain blank second and fourth li...

How to Convert FAT to NTFS file system

How to Convert FAT to NTFS file system To convert a FAT partition to NTFS, perform the following steps. Click Start, click Programs, and then click Command Prompt. In Windows XP, click Start, click Run, type cmd and then click OK. At the command prompt, type CONVERT [driveletter]: /FS:NTFS. Convert.exe will attempt to convert the partition to NTFS. NOTE: Although the chance of corruption or data loss during the conversion from FAT to NTFS is minimal, it is best to perform a full backup of the data on the drive that it is to be converted...

how to enable cd Autorun

how to enable cd Autorun ( WinXP PRO Only) 1) Click Start, Run and enter GPEDIT.MSC 2) Go to Computer Configuration, Administrative Templates, System. 3) Locate the entry for Turn autoplay off and modify it as you desire. ...

ASSEMBLY LANGUAGE - CRASH COURSE --

+-------+-------+--------------------------------+ |  ASM  |  HEX  |            Meaning             | +-------+-------+--------------------------------+ |  je   |74/0F84|         jump if equal          | +-------+-------+--------------------------------+ |  jne  |75/0F85|      ...

Popular Posts