gflags dialog box doesn't open

风格不统一 提交于 2019-12-05 11:23:08

According to http://www.osronline.com/showThread.CFM?link=278979, you'll need to wait for a new version (that apparently doesn't exist as of Jan 2017) that contains gflagsui.dll

Known issue that will be fixed in an upcoming release. You should be able to use the version of GFlags that is installed with any of the 8 or 8.1 kits, or copy the gflagsui.dll from those.

You can also use GFlags via the command-line: https://msdn.microsoft.com/en-us/library/windows/hardware/ff549566(v=vs.85).aspx

Try opening an elevated command prompt.

cd to install folder (C:\Program Files (x86)\Windows Kits\10\Debuggers\x64)

Type gflags /?

It will probably tell you you only get the dialog box if gflagsui.dll is available, but there is no info how to get it. (if you don't use an elevated command prompt you'll get UAC, then you'll see a console window open and quickly exit)

So for now you'll need to use the command line...

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!