This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
SETLOCAL | |
if /i %1==scheduler goto SCHEDULER | |
echo %1 >%temp%\tcelevatedcmd.tmp | |
C:\Windows\System32\schtasks.exe /run /tn "RunStartCMD" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Open Notepad. | |
- Copy everything from the comment below and paste it in Notepad. | |
- Press X to close Notepad, it will ask you to save the file. | |
- Choose an appropriate name eg. TransMac_Reset_Trial.cmd | |
You can place the file whatever you like as long as you have installed TransMac in the default install path. | |
You can also put TransMac_Reset_Trial.cmd in the same directory as TransMac.exe and run it from there. | |
This is useful if you want to put TransMac.exe in another path than default. |