在 Windows x64 上共有2種查看方式。一種用于 32-bit 應(yīng)用程序,另一種用于 x64 應(yīng)用程序。默認(rèn)情況下,32-bit 應(yīng)用程序運(yùn)行在 x64 系統(tǒng)的 WOW64 模式下時(shí),只允許使用 32-bit 查看方式。使用
SetRegView 64 將允許安裝程序在 x64 中訪問注冊(cè)表鍵值。恢復(fù)訪問32位注冊(cè)表使用
SetRegView 32。
它將影響
DeleteRegKey,
DeleteRegValue,
EnumRegKey,
EnumRegValue,
ReadRegDWORD,
ReadRegStr,
WriteRegBin,
WriteRegDWORD,
WriteRegStr 和
WriteRegExpandStr。
posted on 2012-03-09 10:29
胡滿超 閱讀(1608)
評(píng)論(0) 編輯 收藏 引用