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

Both sides previous revisionPrevious revision
Next revision
Previous revision
technote:add_reg_key:checkpoint_start [2021/05/27 02:14] – [Checking Checkpoint Execution] 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.
Line 25: Line 25:
 {{checkpoint_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.
  
 {{checkpoint_add_registry_key_save.png}} {{checkpoint_add_registry_key_save.png}}
Line 31: Line 31:
 ==== 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''.
  
 {{checkpoint_add_registry_key_run.png}} {{checkpoint_add_registry_key_run.png}}
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.1622081694.txt.gz · Last modified: 2025/01/21 22:07 (external edit)