Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
レジストリにDWORD値を書き込む必要があるプロジェクトに取り組んでいます。他の値の書き方は知っていますが、この値の書き方がわかりません。
1に設定する必要があります。これはPythonで_winregを使用してどのように行われますか?
SetValueEx()を使用して値とタイプを設定します。タイプは次のとおりです。http://docs.python.org/library/_winreg.html#value-types おそらく_winreg.REG_DWORDが必要です