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.

How to Find an Invisible User on Yahoo! Messenger



Visit http://www.imvisible.info/ type in a Yahoo! ID and their status will be revealed. Even if the user has chosen to be invisible. Read my other post Detect invisible users in yahoo messenger – 10 different ways – all working

Protect your Computer


Following I will only share a few tips or tricks about Protect your computer. especially for those of you who bought a new computer, this may be very useful.

  1. Keep your firewall turned on.
    A firewall helps protect your computer from hackers who might try to delete information, crash your computer, or even steal your passwords or credit card numbers.
  2. Keep all your software and your operating system up-to-dat
    High priority updates are critical to the security and reliability of your computer. They offer the latest protection against malicious online activities. Microsoft provides new updates, as necessary, on the second Tuesday of the month.
  3. Keep your antivirus software up to date
    Viruses and spyware are two kinds of malicious software that you need to protect your computer from. You need antivirus technology to help prevent viruses, and you need to keep it regularly updated. Microsoft Security Essentials is a no-cost download for Windows 7, Windows Vista, and Windows XP.
  4. Keep your antispyware technology up to date
    iruses and spyware are two kinds of malicious software that you need to protect your computer from. You need antispyware technology to help prevent spyware, and you need to keep it regularly updated. Microsoft Security Essentials will help protect against spyware and other unwanted software. Learn more about Microsoft Security Essentials.

How to fix “Windows Explorer has stopped working” in Windows 7


While trying to install/uninstall applications from Windows 7 by using the well-known Windows Installer, or even while trying to update the operating system by using Windows Update, the system could get stuck or crash causing Windows Explorer or even Windows Installer itself to give the user the following error messages: “Windows Explorer has stopped working” - “Windows Installer has stopped working”.

Windows 7, unable to find a proper solution to this issue, will go on with its messages, returning after a while with another dialog box containing this cryptic sentence: “Windows is checking for a solution to the problem…” followed by “Do you want to send more information about the problem?”. Here is the hack to fix this errors.

  1. Click Start.
  2. In the Search Bar, type regedit and press Enter.
  3. Locate the following key: HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\ SQMClient\Windows\DisabledSessions
  4. In the right pane delete this subkey: MachineThrottling
  5. Turn your computer off and back on for the change to take effect.

Increase your RAM and so system speed



1). Start any application, say Word. Open some large documents.


2). Press CTRL+SHIFT+ESC to open Windows Task Manager and click Processes tab and sort the list in descending order on Mem Usage. You will notice that WINWORD.EXE will be somewhere at the top, using multiple MBs of memory.



3). Now switch to Word and simply minimize it. (Don't use the Minimize All Windows option of the task bar).



4). Now go back to the Windows Task Manager and see where WINWORD.EXE is listed. Most probably you will not find it at the top. You will typically have to scroll to the bottom of the list to find Word. Now check out the amount of RAM it is using. Surprised? The memory utilization has reduced by a huge amount.



5). Minimize each application that you are currently not working on by clicking on the Minimize button & you can increase the amount of available RAM by a substantial margin. Depending upon the number and type of applications you use together, the difference can be as much as 50 percent of extra RAM.

In any multitasking system, minimizing an application means that it won't be utilized by the user right now. Therefore, the OS automatically makes the application use virtual memory & keeps bare minimum amounts of the code in physical RAM.