installation - Run bat file as administrator in Visual Studio installer -


i following how run ".bat" file during installation?

to run registry clean of visual studio installer project. add-ins loaded excel, , @ uninstalltion remove them add-in dialog removing registry.

the cmd command cannot execute

reg delete "hkey_current_user\software\microsoft\office\11.0\excel\options" /v "open" 

because not have administrator right

'reg' not recognized internal or external command, operable program or batch file 

how run batch file vs installation project administrator ?


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -