I have created a batch file that will run an installation through intune.
- it will install the application
- it will install the configuration file
And I need to add a 3rd step, which would then add a registry key once step 1 and 2 are completed.
Current batch file:
application.exe /quiet /norestart
timeout /t 50 /nobreak
"C:\Program Files\Fortinet\FortiClient\config.exe" -m all -f ".\config.conf" -o import -i 1 -p XX
How do I go about adding the registry in same batch?
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Fortinet\FortiClient\FA_UI\VPN-7.2]
"installed"=dword:651dce3a