Manipulation TIPS running applications

Manipulating the application, meaning what? We should have run applications Word, Excel instead of the road. Once we run excel, windows shutdown instead. Do not think this is spyware that do it, but in fact any Windows-so! We can manipulate the application any way we like it!

This trick is very effective for scenarios like the following:


In a computer user more than one, such
as at home, and in the cafe while the Admin (Master computer) want registered users to not run a program.

  • In a single computer user, but it is feared there are ignorant people who will use these companies.
  • You want a company that is different from other companies.
  • You understand and master VBS scripts.

VBS script is not very complex, but VBS script can interact with COM, if you know about it and play more.

Please note that we will play with the script and the registry. You should read the guidelines below with details and errors are not covered because the tips below will not give damage to the system.

To run the registry editor,
click Start> Run, then type "regedit" and click OK.
What And How

Every time you start the program, windows will check the key:
HKLM \ SOFTWARE \ Micro
soft \ Windows NT \ CurrentVersion \ Image File Execution Options \

which his subkey is the name of the file and not its full path.
His sub-key will be matched with the name of the program. If the same sub-key in the windows will look for a string Debugger. And when the strings are there windows will run the appropriate file with that string.

For example:
Image and video hosting by TinyPic

HKLM \ SOFTWARE \ Micr
osoft \ Windows NT \ CurrentVersion \ Image File Execution Options \ taskmgr.exe
empty its contents, then when we run the application called taskmgr.exe (it does not matter which path), then the application is run.
Image and video  hosting by TinyPic

However, if:
HKLM \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Image File Execution Options \ taskmgr.exe
Debugger contains a string with a value of C: \ Program Files \ Microsoft Office \ Office11 \ WinWord.exe then when we run the Windows Task Manager (or Ctrl Alt Del), then the road instead of the Windows Task Manager instead of Microsoft Office Word!

Application

I think it is easy enough to do it like the examples described above. But here I will give you tips - Unique tips.

I have already explained in the beginning, that the appropriate registry, windows just to check on the file name. How about if I make a key with a debugger taskmgr.exe then I fill its empty? The result: Windows does not do anything if the reaction is run taskmgr.exe.

I will provide a more unique tips again, using VBS (Visual Basic Script).
It would be better to do this you know the script VBS

Scare - users fear

If there are users who want ignorant Taskmgr run programs or by pressing [Ctrl] [Alt] [Delete], then in taskmgr, fill it with a debugger:

wscript C: \ skrip.vbs

Image and video hosting by TinyPic

Then, run notepad and then type
Code:

MsgBox (
you WANT to work on my computer? ! ALL ACTION you've recorded by the computer is! owner of the computer is going to get mad Seeing what you do!")

Please note you can change the message with the format:
Code:

MsgBox ("message")

After they had gone, save with the name "C: \ skrip.vbs" with the quotation.

Create a password to do something

If there are users who want ignorant Taskmgr run programs or by pressing [Ctrl] [Alt] [Delete], then in taskmgr, fill it with a debugger:

wscript C: \ skrip.vbs

Then, run notepad and then type

Code:

Dim s
s = InputBox ("Enter ngancurin code for this computer:")
If s = "asiik" Then 's password is
set wscr = CreateObject ("WScript.Shell")
wscr.RegDelete ("HKLM \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Image File Execution Options \ taskmgr.exe \ debugger")
wscr.exec ("taskmgr.exe") '<wscr.RegWrite "HKLM \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Image File Execution Options \ taskmgr.exe \ debugger", "wscript C: \ skrip.vbs", "REG_SZ"
Else
MsgBox ("F**k YOU!")
End IF

Then save it with name "C: \ skrip.vbs" with the quotation.

IF you want to make my passwords regedit, and then create a new key named regedit and debugger is filled with "wscript C: \ skrip.vbs" and create the script above. Then replace wscr.exec with:
Code:

wscr.exec ("regedit.exe")

When you want to change the password then type s = followed by the password in quotes, eg s = "The Best"

WARNING! PASSWORD HIS CASE sensitive!

Do not give the right course!

OK, now we're still playing with VBScript but with a different scope. Now we use our ultimate weapon to prevent people - ignorant people do something: Password a second! Why do I call the second password? Because there is a password first.
Image and video hosting by TinyPic

Every time you start windows, then the application of the first run, followed by the Winlogon NTOSKRNL and led to the EXPLORER. We make key WINLOGON.EXE and debuggernya "wscript C: \ skrip.vbs"? Can! It was very able! But things like this is too extreme. Now I will give the first example: Explorer. Every time your windows will be asked to enter a password by this little program and if the wrong password, the windows will be shutdown soon!

STEP-BY-STEP procedure

1. Run Notepad
Now we type in the script. In Notepad type:
Code:

Dim s
s = InputBox ("Enter ngancurin code for this computer:")
set wscr = CreateObject ("WScript.Shell")
If s = "asiik" Then '<wscr.RegDelete ("HKLM \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Image File Execution Options \ explorer.exe \ debugger")
wscr.exec ("explorer.exe")
wscr.RegWrite "HKLM \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Image File Execution Options \ explorer.exe \ debugger", "wscript C: \ muncul.vbs", "REG_SZ"
Else
MsgBox ("F**k YOU!")
wscr.exec ("shutdown-s-f-t 00")
End IF

Save with the name "C: \ show.vbs"

2. Create key
Within regedit, create the key HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Image File Execution Options \ explorer.exe

3. Create a string Debugger
In the regedit and in the key HKLM \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Image File Execution Options \ explorer.exe, make a string of debugger and fill it with "wscript C: \ muncul.vbs"

4. Done!
Want proof?? Restart the Company and the ente ente know kasiatnye!

The Road to Change Program

If his key if winword.exe then his debugger excel.exe how? The road is rather winword.exe excel.exe! Once correctly. Why do not we make things like that right? Let us try,

STEP-BY-STEP procedure

1. Run regedit
Run Regedit and go to HKLM \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Image File Execution Options \
and create a new key named "winword.exe" without quotes

2. Create a string
In the key "winword.exe" is make a string "Debugger" without the quotes and fill with

"Excel.exe" without quotes
or
"C: \ Program Files \ Microsoft Office \ OFFICE11 \ EXCEL.EXE" with / without quotes, if without the quotation does not work then try it with quotation.

3. See the results!
Now try running Word, Excel instead of sticking.

Change Programme The Road With Script!

VBS Play Again. Follow the way of the above but debuggernya replaced with "wscript C: \ jahil.vbs' and run Notepad and type:
Code:

set wscr = CreateObject ("WScript.Shell")
MsgBox ("A Ghost has attacked this computer. This computer-May an invalid execution result. Contact your Ghostbusters for more information.")
dim i
for i = 0 to 100
MsgBox "Let's play press enter 100x! you must press the" & 100 - i & "x again"
next
MsgBox "Gooooooooooooooooooood Byeeeeeeeeeeeeeeee !!!!!"
wscr.exec ("c: \ Program Files \ Microsoft Office \ OFFICE11 \ EXCEL.EXE")

Save with the name "C: \ jahil.vbs" with quotation and see the results by running Microsoft Office Word.

HOW TO APPLY FOR ALL ABOVE ALL APPLICATIONS AND NOT LIMITED TO EXPLORER AND TASKMGR! For others, try to replace his key with the name of the application and on the script and replace the part wsrc.RegDelete wsrc.RegWrite.

Now that's she how we can manipulate the course of the application. Easy indeed, but sometimes difficult. You can just try it. This trick is very good if you understand and can berkerasi with VBS ...
If you have any trouble please ask. Not to be used for things that harm others.

0 comments: