Difference between revisions of "Tanium Python Development"

From RiceFamily Wiki
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
''Windows Registry Editor Version 5.00
+
In order to be able to run the Tanium Python components from the command line, you need to make the following registry changes.
''
+
 
''[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Tanium\Tanium Client]
+
Copy the lines below into a TPython.reg file, then import it into your Registry.
''"DEBUG_DisablePythonAncestry"="1"
+
 
''"TANIUM_CLIENT_ROOT"="C:\\Program Files (x86)\\Tanium\\Tanium Client"
+
<nowiki>Windows Registry Editor Version 5.00
''"TANIUM_SENSOR"="1"
+
 
 +
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Tanium\Tanium Client]
 +
"DEBUG_DisablePythonAncestry"="1"
 +
"TANIUM_CLIENT_ROOT"="C:\\Program Files (x86)\\Tanium\\Tanium Client"
 +
"TANIUM_SENSOR"="1" </nowiki>
 +
 
 +
Once you do that, you can use the TPython.exe executable in the C:\Program Files (x86)\Tanium\Tanium Client\python312
  
 
[[Category:Tanium]]
 
[[Category:Tanium]]
 
[[Category:Python]]
 
[[Category:Python]]
 
[[Catgegory:Development]]
 
[[Catgegory:Development]]

Latest revision as of 16:05, 3 June 2025

In order to be able to run the Tanium Python components from the command line, you need to make the following registry changes.

Copy the lines below into a TPython.reg file, then import it into your Registry.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Tanium\Tanium Client]
"DEBUG_DisablePythonAncestry"="1"
"TANIUM_CLIENT_ROOT"="C:\\Program Files (x86)\\Tanium\\Tanium Client"
"TANIUM_SENSOR"="1" 

Once you do that, you can use the TPython.exe executable in the C:\Program Files (x86)\Tanium\Tanium Client\python312Catgegory:Development