您的位置:首页 > 其它

windows 7 64 bit 注册dll

2014-01-02 17:37 169 查看
手动需要run as admin,

也可以用下边的脚本自动注册

@echo off setlocal enableextensions set REGSVR= if defined PROCESSOR_ARCHITEW6432 ( set REGSVR=%SystemRoot%\system32\regsvr32.exe ) else ( set REGSVR=%SystemRoot%\SysWOW64\regsvr32.exe ) %REGSVR% /s "C:\Path\my dll file.dll"

http://stackoverflow.com/questions/15622545/how-create-a-batch-file-that-opens-a-32bit-cmd-prompt-as-admin-to-run-another-ba
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: