►►­­LY◄◄ || ►►­­NP◄◄

Nov 27, 2011

The ASCII Codes Index

American Standard Code for Information Interchange


__________________
-MEHUL PATEL / GK

Nov 16, 2011

How To Turn ON/OFF Automatic Logon In Windows XP


This article describes how to configure Windows XP to automate the logon process by storing your password and other pertinent information in the registry database. This feature allows other users to start your computer and to use the account that you establish to automatically log on.

Nov 10, 2011

What Is Virus?

 In computers, a virus is a program or programming code that replicates by being copied or initiating its copying to another program, computer boot sector or document. Viruses can be transmitted as attachments to an e-mail note or in a downloaded file, or be present on a diskette or CD. The immediate source of the e-mail note, downloaded file, or diskette you've received is usually unaware that it contains a virus. Some viruses wreak their effect as soon as their code is executed; other viruses lie dormant until circumstances cause their code to be executed by the computer. Some viruses are benign or playful in intent and effect ("Happy Birthday, Ludwig!") and some can be quite harmful, erasing data or causing your hard disk to require reformatting. A virus that replicates itself by resending itself as an e-mail attachment or as part of a network message is known as a worm.

Brain Dump


A brain dump (sometimes spelled braindump, or brain-dump) is a complete transfer of accessible knowledge about a particular subject from your brain to some other storage medium, such as paper or your computer's hard drive. It is common for someone who maintains a blog, a personal journal that's shared on the Internet, to refer to the blog as a brain dump. The term brain dump can also be used in an educational context. For example, someone preparing for an exam might perform a brain dump by writing out as much information as they can remember about something they've studied.

Application Program

 An application program (sometimes shortened to application) is any program designed to perform a specific function directly for the user or, in some cases, for another application program. Examples of application programs include word processors; database programs; Web browsers; development tools; drawing, paint, and image editing programs; and communication programs. Application programs use the services of the computer's operating system and other supporting programs. The formal requests for services and means of communicating with other programs that a programmer uses in writing an application program is called the application program interface (API).

-MEHUL PATEL

Graphical User Interface (GUI)

A GUI (usually pronounced GOO-ee) is a graphical (rather than purely textual) user interface to a computer. As you read this, you are looking at the GUI or graphical user interface of your particular Web browser. The term came into existence because the first interactive user interfaces to computers were not graphical; they were text-and-keyboard oriented and usually consisted of commands you had to remember and computer responses that were infamously brief. The command interface of the DOS operating system (which you can still get to from your Windows operating system) is an example of the typical user-computer interface before GUIs arrived. An intermediate step in user interfaces between the command line interface and the GUI was the non-graphical menu-based interface, which let you interact by using a mouse rather than by having to type in keyboard commands.

What Is OS

What is an operating system? An operating system (sometimes abbreviated as "OS") is the program that, after being initially loaded into the computer by a boot program, manages all the other programs in a computer. The other programs are called applications or application programs. The application programs make use of the operating system by making requests for services through a defined application program interface (API). In addition, users can interact directly with the operating system through a user interface such as a command language or a graphical user interface (GUI).

What Is Task

 In computer programming, a task is a basic unit of programming that an operating system controls. Depending on how the operating system defines a task in its design, this unit of programming may be an entire program or each successive invocation of a program. Since one program may make requests of other utility programs, the utility programs may also be considered tasks (or subtasks). All of today's widely-used operating systems support multitasking , which allows multiple tasks to run concurrently, taking turns using the resources of the computer.

General Protection Fault (GPF)

General protection fault (GPF sometimes seen as general protection error) the name of an error caused when an application program (for example, Microsoft Word or the Netscape Web browser) tries to access storage that is not designated for its use. An operating system (such as Windows 95) manages the use of random access memory (RAM) for its own needs and for those of the application programs that it manages. The application programs are actually managed as task. When a task attempts to write to a place in RAM that is outside its assigned storage area, the operating system requires that the task or application be closed. Users usually get a message that tells you this is happening, but there isn't much you can do about it other than to restart the program and hope it will run successfully the next time.

Blue Screen of Death (BSOD) - GujaratiKanudo


The blue screen of death (BSOD), is the informal name given by users to the Windows general protection fault (GPF) error. Named in honor of the error's dreaded display image of white text on a blue background, the BSOD is generated by the operating system when it has suddenly terminated with an error. The system locks up and must be rebooted. The blue screen may include some hexadecimal values from a core dump that can potentially be used to determine what caused the crash.

Windows Components Wizard from Command Line


Quick and easy way to launch the Windows Components Wizard. You could either run the following command from the Start / Run line or create a shortcut.

%windir%\system32\sysocmgr.exe /i:%windir%\inf\sysoc.inf

This will launch the Windows Components Wizard so you don't have to go the traditional route through Control Panel / Add/Remove Programs.

*Best use from Server side to Client side installation remotely and for log-on script too..

-MEHUL PATEL