08-03-2012 10:11 AM - edited 03-19-2019 05:19 AM
In any given day I have to update my TFTP to other locations, is there a way to do this easier than right click, Network > TFTP? Just looking to shave a few seconds from this step as I do it all the time.
david
08-03-2012 10:50 AM
David,
I guess you could figure out which registry settings are used for it and create simple .reg file for each environment and simply double click it everytime you need to toggle from one cluster to another.
Chris
08-03-2012 11:37 AM
Like so from a command prompt:
Win64
reg add "hklm\software\wow6432node\cisco systems, Inc.\communicator" /v tftpserver1 /t reg_dword /d 0xaabbccdd /f
Win32
reg add "hklm\software\cisco systems, Inc.\communicator" /v tftpserver1 /t reg_dword /d 0xaabbccdd /f
Where 0xaabbccdd is the IP address of your CUCM. In hex, just to make life that little bit more difficult :-)
You can keep a text file full of little lines like that once you've used windows calc to figure out the values you use, or do something more interesting to generate it dynamically.
Regards
Aaron
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide