Tech Salsa

Computer tips and tricks, fixes of problems, Virus, Windows and much more

Entries Tagged ‘.reg’

Monitor Registry Changes with RegFromApp

Whenever an application is installed it makes certain changes in the registry and it is difficult to detect which registries were affected with that.

So to ensure the registry changed we have a tool called RegFromApp that can monitor the registry changes made by the application. RegFromApp monitors the Registry changes made by the application that [...]

Leave a Comment

Registry Trick to set IE Home Page

For most of the people working in some company, the Internet Explorer is by default set to some company intranet homepage which gets opened whenever the browser is launched.
The system administrators have by default set up the home page in IE 6 or IE 7 to either the company’s site or the local intranet page. [...]

Leave a Comment

Shortcut to Enable or Disable Screensaver

It happens many times that you wish to study or read something on your computer but while reading for some time you were interrupted by the screensaver. It feels very irritating at this time so if it is also the case with you then here are the steps to enable and disable it with just [...]

Leave a Comment

Disable Auto Execution of Autorun.inf

If you have come across pen drive viruses then you must have seen this file called Autorun.inf. This is a file that stores the instructions to be carried when you double click your USB drive which in turn leads to the execution of the virus stored there.

However you can prevent the most of the computer [...]

Comments (1)

Open .Reg File without Confirmation

There are times when we wish to make certain changes in the Registry of our Windows but to do that we can either edit the registry manually or use a .reg file that will do the work itself.
While editing registry manually is bit tiresome and require some precaution, using the .reg registry file is easy [...]

Leave a Comment

Add “Open with Notepad” Option in Right Click Context Menu

If you have a file that contains some text but is unassociated with any file type in Windows, then what will you do? Most probably, right click on the file and open with a text editor like Notepad.

But why waste time and effort by doing this when you can add the option of Open with [...]

Leave a Comment

Convert REG File to EXE with Reg2Exe Converter

Changing registry of the computer holds the key for its proper or improper functioning. However there are times when some virus creator creates viruses that disable the Registry Editing. Well if you have also come across this message “Registry Editor has been disabled by your Administrator” then apart from using RRT to solve the problem [...]

Leave a Comment

Steps to Backup Registry using regedit

We all like installing new software and applications without knowing what harm it can do to the registry in our system. A registry is a central storage for all computer configuration data.

Why should we backup our registry?
Microsoft Windows stores its configuration information in a database called the registry. It’s where programs get information from. In [...]

Comments (3)