Registry is a collection of data from the windows that are used to adjust the way the Windows operating system. To make changes to the program using the Windows regedit. How RUN and type regedit.
6 will be visible root keys that have a different task each keys.
sixth root keys are:
1. HKEY_CLASSES_ROOT: The part that handles all types of files in the Windows software and save the settings
2. HKEY_USER: Section handles all the information the user is active and handle the settings control panel in Windows operating systems
3. HKEY_CURRENT_USER: The one that handles user information on the active windows operating system.
4. HKEY_LOCAL_MACHINE: The part that contains information about the hardware used on the computer.
5. HKEY_CURRENT_CONFIG: Works to record the configuration of the system.
to shorten the time, we immediately practical, but I should before we backup computer registry, we were leaving, if there are errors, we just need to be afraid.
By the way, select the file menu select export "but then select the location of storage.
So let's start now lead - change our computer system registry. I fear we will do one because we have a back up system we call the original (before diutak - atik).
Let's wrong, I read the new step try:
1. Hide Drive on the explorer
Key "HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer" or can be
Key "HKEY_USERS \ S-1-5-21-776561741-823518204-725345543-1004 \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer"
Value "NoDrives"
Data type "DWORD"
Data Value 1 = Create Hide A Drive
Value Data 4 = Create Hide Drive C
Value Data 8 = Create Hide Drive D
Value Data 16 = Create Hide Drive E
Value Data 29 = Create Hide Drive A, C, D, E (1 4 8 16)
Value Data 32 = Create Hide Drive M
Value Data 140 = Create Hide Drive G
Value Data 180 = Create Hide Drive H
I'm like hide drive
eg: A Drive, Drive C
Value of Value of data so that filled in regedit = Value Value Value Value Data A Data C
= 1 4
= 5
But I can make is that all the contents of the drive-ga His Kliatan (he. .. he ...^_^)
2. Disable access to the drive
Key "HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer" or can be
key "HKEY_USERS \ S-1-5-21-776561741-823518204-725345543-1004 \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer"
Value "NoViewOnDrive"
Data type "DWORD"
Data Value 1 = Create Hide A Drive
Value Data 4 = Create Hide Drive C
Value Data 8 = Create Hide Drive D
Value Data 16 = Create Hide Drive E
Value Data 29 = Create Hide Drive A, C, D, E (1 4 8 16)
Value Data 32 = Create Hide Drive M
Value Data 140 = Create Hide Drive G
Value Data 180 = Create Hide Drive H
I'm like hide drive
The Drive D, E Drive
Value of Value of data so that filled in regedit = Value Value Value Value Data D Data E
= 8 16
= 24
Now the Add and Remove Programs Control Panel &
Control Panel
1. Eliminate Access Control Panel
key "HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer"
or
key "HKEY_USER \ S-1-5-21-776561741-823518204-725345543-1004 \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer"
Value "NoControlPanel"
Data type "DWORD"
Add and Remove Programs
1. Eliminate Add or Remove Programs
key "HKEY_USER \ S-1-5-21-776561741-823518204-725345543-1004 \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Uninstall"
Value "NoAddRemovePrograms"
Data type "DWORD"
2. Eliminate change or Remove Programs
key "HKEY_USER \ S-1-5-21-776561741-823518204-725345543-1004 \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Uninstall"
Value "NoRemovePage"
Data type "DWORD"
3. Eliminate Add New Programs
key "HKEY_USER \ S-1-5-21-776561741-823518204-725345543-1004 \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Uninstall"
Value "NoAddPage"
Data type "DWORD"
4. Remove the Add / Remove Windows Components
key "HKEY_USER \ S-1-5-21-776561741-823518204-725345543-1004 \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Uninstall"
Value "NoWindowsSetupPage"
Data type "DWORD"
5. Eliminate Support Information
key "HKEY_USER \ S-1-5-21-776561741-823518204-725345543-1004 \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Uninstall"
Value "NoSupportInfo"
Data type "DWORD"
6. Eliminate Set default programs and access
key "HKEY_USER \ S-1-5-21-776561741-823518204-725345543-1004 \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Uninstall"
Value "NoChooseProgramsPage"
Data type "DWORD"
all content with the value of data to enable = 1 &
= 0 for deactivated
1. Cmd MenDisable
key "HKEY_CURRENT_USER \ Software \ Policies \ Microsoft \ Windows \ System"
Value "DisableCMD"
Data type "DWORD"
Data Value = 1 = Create Disable script cmd's Command
Create 2 = Disable cmd His Aja
All the changes made to replace the value of living 1 or other value to be 0
"Congratulations to try and remember, do not use the knowledge we gained to damage the computer enough to make other people"
Tampilkan postingan dengan label Program. Tampilkan semua postingan
Tampilkan postingan dengan label Program. Tampilkan semua postingan
Senin, 10 November 2008
Minggu, 09 November 2008
Object oriented programming with TURBO C++ and Borlan C++ (part. 2)
Introduction to C program
1. Examples of programs:
# include
void main ()
(
Cout << "Hello, I C. \ N";
)
Save the program with the extension (. CPP), and then compile and execute the file, it will mincul dilayar:
"Hello, I C"
2. Function main ()
A program contains a minimum of C functions, yaitu fungsi main (), which is the beginning and end of the execution of C program.
From the above example, the sign () is used to clamp function arguments, namely that the value will be passed to the function. A "(" stated the early execution of the program and a ")" declare the end of the program execution.
Word that precedes the void main () is used to declare that this function does not have a return value.
3. Statement
Line:
Cout << "Hello, I C. \ N";
It is an example ebuah statement. In the example above, the statement is used to display the text enclosed by () to the screen. Writing a enclosed by a pair of double quotes ( "") called the constant string.
Generally a statement of the form that contains the instructions to rule the computer to do something like writing to the display screen, calculate arithmetic operations, reading data from the keyboard, and others.
4. COUT
Cout index (read: C out) is the object in the C. This item is included by C to lead the data to standard output (screen is normal).
Alerts < In a string, character \ followed by characters that a certain single character. PDA example, the / n switch is the character line.
5. # Include
Line:
# include
Is a line that mengintruksikan to the compiler to insert another file (iostream.h) when the program is compiled. Files - files that end with. H called the header files in the file which contains many declarations, such as functions, variables, and others.
6. CLRSCR () To Remove Screen
Is a command for the normal display included in a program. The statement required for the purposes of this form:
clrscr ();
7. Style Writing Program
C programmers to give freedom to write in the form or style of the program, but the program should be in written form that is easily read by anyone. Provision of blank lines on a certain position will make the program easy to read.
8. Comments
It is an important part in a program because it helps programmers and other people to understand the program because the form of explanation - an explanation about the program or part - part of a program that can be the purpose / function of the program, the program created / revised, other information about the uses of a number of statements in the program.
(Flat libraries: Abdul Kadir, C Programming, Andi Offset, Print Edition II, II, 2006)
1. Examples of programs:
# include
void main ()
(
Cout << "Hello, I C. \ N";
)
Save the program with the extension (. CPP), and then compile and execute the file, it will mincul dilayar:
"Hello, I C"
2. Function main ()
A program contains a minimum of C functions, yaitu fungsi main (), which is the beginning and end of the execution of C program.
From the above example, the sign () is used to clamp function arguments, namely that the value will be passed to the function. A "(" stated the early execution of the program and a ")" declare the end of the program execution.
Word that precedes the void main () is used to declare that this function does not have a return value.
3. Statement
Line:
Cout << "Hello, I C. \ N";
It is an example ebuah statement. In the example above, the statement is used to display the text enclosed by () to the screen. Writing a enclosed by a pair of double quotes ( "") called the constant string.
Generally a statement of the form that contains the instructions to rule the computer to do something like writing to the display screen, calculate arithmetic operations, reading data from the keyboard, and others.
4. COUT
Cout index (read: C out) is the object in the C. This item is included by C to lead the data to standard output (screen is normal).
Alerts <
5. # Include
Line:
# include
Is a line that mengintruksikan to the compiler to insert another file (iostream.h) when the program is compiled. Files - files that end with. H called the header files in the file which contains many declarations, such as functions, variables, and others.
6. CLRSCR () To Remove Screen
Is a command for the normal display included in a program. The statement required for the purposes of this form:
clrscr ();
7. Style Writing Program
C programmers to give freedom to write in the form or style of the program, but the program should be in written form that is easily read by anyone. Provision of blank lines on a certain position will make the program easy to read.
8. Comments
It is an important part in a program because it helps programmers and other people to understand the program because the form of explanation - an explanation about the program or part - part of a program that can be the purpose / function of the program, the program created / revised, other information about the uses of a number of statements in the program.
(Flat libraries: Abdul Kadir, C Programming, Andi Offset, Print Edition II, II, 2006)
Label:
C++,
Program,
Programmer
Langganan:
Postingan (Atom)