bump winreg version

This commit is contained in:
George
2026-03-22 21:59:50 +04:00
parent 2a28148cc0
commit 30facf50c3
3 changed files with 5 additions and 5 deletions

View File

@@ -385,7 +385,7 @@ fn set_startup_approved_state(enabled: bool) -> std::io::Result<()> {
STARTUP_VALUE_NAME,
&RegValue {
vtype: RegType::REG_BINARY,
bytes: vec![state, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
bytes: vec![state, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0].into(),
},
)?;
Ok(())