TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


technote:add_reg_key:master_start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
technote:add_reg_key:master_start [2021/05/27 01:08] – [Checking TapeMaster Execution] Scott Cunliffetechnote:add_reg_key:master_start [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 14: Line 14:
  
 To add the registry key ''StartMessage'' automatically to your registry without the need to use ''regedit'', copy the code below to your clipboard. To add the registry key ''StartMessage'' automatically to your registry without the need to use ''regedit'', copy the code below to your clipboard.
-<sxh cs>+<code cs>
 Windows Registry Editor Version 5.00 Windows Registry Editor Version 5.00
  
 [HKEY_CURRENT_USER\SOFTWARE\GazillaByte\TMSSMaster\Options] [HKEY_CURRENT_USER\SOFTWARE\GazillaByte\TMSSMaster\Options]
 "StartMessage"="TapeMaster has initialized, click OK to continue" "StartMessage"="TapeMaster has initialized, click OK to continue"
-</sxh>+</code>
  
 Open a text editor, such as NotePad, and paste the code into it. Open a text editor, such as NotePad, and paste the code into it.
Line 25: Line 25:
 {{master_add_registry_key_notepad.png}} {{master_add_registry_key_notepad.png}}
  
-Save this file with a .reg extension, eg ''TapeTrack_TapeMaster_Add Start_Key.reg'' to a known location on your computer.+Save this file with a .reg extension, eg ''TapeTrack_TapeMaster_Add_Start_Key.reg'' to a known location on your computer.
  
 {{master_add_registry_key_save.png}} {{master_add_registry_key_save.png}}
Line 55: Line 55:
 ==== Checking TapeMaster Execution ==== ==== Checking TapeMaster Execution ====
  
-Run TapeMaster , the pop-up will be displayed as the program executes displaying the set message.+Run TapeMaster, the pop-up will be displayed as the program executes displaying the set message.
  
 {{master_add_registry_key_start_popup.png}} {{master_add_registry_key_start_popup.png}}
  
-Click ''OK'' to close the pop-up and continue starting TapeMaster .+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. If the pop-up does not present, there is something running on your computer blocking the execution of the TapeMaster software.
Line 70: Line 70:
 Follow the same procedure as adding the registry code (above) but use the following code to add to the .reg file Follow the same procedure as adding the registry code (above) but use the following code to add to the .reg file
  
-<sxh cs>+<code cs>
 Windows Registry Editor Version 5.00 Windows Registry Editor Version 5.00
  
 [HKEY_CURRENT_USER\SOFTWARE\GazillaByte\TMSSMaster\Options] [HKEY_CURRENT_USER\SOFTWARE\GazillaByte\TMSSMaster\Options]
 "StartMessage"=- "StartMessage"=-
-</sxh>+</code>
  
  
technote/add_reg_key/master_start.1622077722.txt.gz · Last modified: 2025/01/21 22:07 (external edit)