TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


technote:add_reg_key:checkpoint_start

Differences

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

Link to this comparison view

Next revision
Previous revision
technote:add_reg_key:checkpoint_start [2021/05/27 01:45] – created Scott Cunliffetechnote:add_reg_key:checkpoint_start [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Adding And Removing Registry Key Checkpoint Start-up ====== ====== Adding And Removing Registry Key Checkpoint Start-up ======
  
-To confirm whether Checkpoint is executing correctly you can enable a pop-up that will display at the beginning of the software execution.+To confirm whether ''Checkpoint'' 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 Checkpoint from executing.+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 ''Checkpoint'' from executing.
  
-If you see the pop-up displayed, Checkpoint has entered the execution phase.  +If you see the pop-up displayed, ''Checkpoint'' has entered the execution phase.  
  
 ===== Adding Checkpoint Start-up Registry Key ===== ===== Adding Checkpoint Start-up Registry Key =====
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\TMSSCheckPoint\Options] [HKEY_CURRENT_USER\SOFTWARE\GazillaByte\TMSSCheckPoint\Options]
 "StartMessage"="Checkpoint has initialized, click OK to continue" "StartMessage"="Checkpoint 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.
  
-{{master_add_registry_key_notepad.png}}+{{checkpoint_add_registry_key_notepad.png}}
  
-Save this file with a .reg extension, eg ''TapeTrack_Checkpoint_Add_Start_Key.reg'' to a known location on your computer.+Save this file with a .reg extension, eg''TapeTrack_Checkpoint_Add_Start_Key.reg'' to a known location on your computer.
  
-{{master_add_registry_key_save.png}}+{{checkpoint_add_registry_key_save.png}}
  
 ==== Adding Registry Key ==== ==== Adding Registry Key ====
  
-Locate the file and double-click to execute the code to add the Registry key.+Locate the file and double-click to execute the code to add the ''Registry key''.
  
-{{master_add_registry_key_run.png}}+{{checkpoint_add_registry_key_run.png}}
  
 You will be presented with a warning pop-up asking if you want to run regedit. You will be presented with a warning pop-up asking if you want to run regedit.
Line 43: Line 43:
 Once regedit runs, you will be presented with a warning from the Registry Editor about executing the .reg file you created. Once regedit runs, you will be presented with a warning from the Registry Editor about executing the .reg file you created.
  
-{{master_add_registry_key_start.png}}+{{checkpoint_add_registry_key_start.png}}
  
 Click ''Yes'' to continue. Click ''Yes'' to continue.
Line 49: Line 49:
 The Registry Editor will add the registry key and display a pop-up informing you the key has been added. The Registry Editor will add the registry key and display a pop-up informing you the key has been added.
  
-{{master_add_registry_key_start_added.png}}+{{checkpoint_add_registry_key_start_added.png}}
  
 Click ''OK'' to close the pop-up. Click ''OK'' to close the pop-up.
Line 57: Line 57:
 Run Checkpoint, the pop-up will be displayed as the program executes displaying the set message. Run Checkpoint, the pop-up will be displayed as the program executes displaying the set message.
  
-{{master_add_registry_key_start_popup.png}}+{{checkpoint_add_registry_key_start_popup.png}}
  
 Click ''OK'' to close the pop-up and continue starting Checkpoint. Click ''OK'' to close the pop-up and continue starting Checkpoint.
Line 71: Line 71:
 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\TMSSCheckPoint\Options] [HKEY_CURRENT_USER\SOFTWARE\GazillaByte\TMSSCheckPoint\Options]
 "StartMessage"=- "StartMessage"=-
-</sxh>+</code>
  
  
-{{tag> technote master registry}}+{{tag> technote checkpoint registry}}
  
  
technote/add_reg_key/checkpoint_start.1622079933.txt.gz · Last modified: 2025/01/21 22:07 (external edit)