This commit is contained in:
Julian Brammer 2024-06-09 21:04:01 +02:00
parent 79c139a1f8
commit bffd9fe4ed

View File

@ -7,6 +7,7 @@ local function create_new_bos_pw()
local input = read("*")
local pw_hash = hash.digestStr(input .. os.getComputerID())
basic_functions.write_to_file("bos/files/bos-pw-hash.txt", pw_hash)
basic_functions.write_to_file("bos/files/system-lock-status.txt", false)
end
local function pw_prompt()