TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


technote:add_reg_key:master_start

Adding And Removing Registry Key TapeMaster Start-up

To confirm whether TapeMaster is executing correctly you can enable a pop-up that will display at the beginning of the software execution.

If you don't see the pop-up displayed, the software is being blocked from executing by something on your computer system. Contact your system administrator to diagnose what is blocking TapeMaster from executing.

If you see the pop-up displayed, TapeMaster has entered the execution phase.

Adding TapeMaster Start-up Registry Key

Creating Registry Key File

You will need admin rights to edit the registry file or execute a .reg file.

To add the registry key StartMessage automatically to your registry without the need to use regedit, copy the code below to your clipboard.

Windows Registry Editor Version 5.00
 
[HKEY_CURRENT_USER\SOFTWARE\GazillaByte\TMSSMaster\Options]
"StartMessage"="TapeMaster has initialized, click OK to continue"

Open a text editor, such as NotePad, and paste the code into it.

Save this file with a .reg extension, eg TapeTrack_TapeMaster_Add_Start_Key.reg to a known location on your computer.

Adding Registry Key

Locate the file and double-click to execute the code to add the registry key.

You will be presented with a warning pop-up asking if you want to run regedit.

Click Yes to continue

Once regedit runs, you will be presented with a warning from the Registry Editor about executing the .reg file you created.

Click Yes to continue.

The Registry Editor will add the registry key and display a pop-up informing you the key has been added.

Click OK to close the pop-up.

Checking TapeMaster Execution

Run TapeMaster, the pop-up will be displayed as the program executes displaying the set message.

Click OK to close the pop-up and continue starting TapeMaster.

If the pop-up does not present, there is something running on your computer blocking the execution of the TapeMaster software.

Contact your system administrator to diagnose what is blocking TapeMaster from executing

Removing TapeMaster Start-up Registry Key

Once you have confirmed TapeMaster's correct execution and no longer want to see the pop-up every time you run the software you will need to remove the registry key.

Follow the same procedure as adding the registry code (above) but use the following code to add to the .reg file

Windows Registry Editor Version 5.00
 
[HKEY_CURRENT_USER\SOFTWARE\GazillaByte\TMSSMaster\Options]
"StartMessage"=-
technote/add_reg_key/master_start.txt · Last modified: 2021/07/22 03:37 by scunliffe