Tool to view the contents of the Solution User Options file (.suo)

前端 未结 6 1339
后悔当初
后悔当初 2020-11-30 05:50

Are there any free tools available to view the contents of the solution user options file (the .suo file that accompanies solution files)?

I know it\'s basically for

6条回答
  •  爱一瞬间的悲伤
    2020-11-30 06:30

    You can use the built in tool that comes with OpenMCDF, which is called Structured Storage Explorer. It doesn't allow you to see all the details, but allows you to see all the individual settings and their sizes. In order to see the actual settings, you need to format the bytes as UTF-16.

    Reference: https://github.com/ParticularLabs/SetStartupProjects

提交回复
热议问题