Skip to content

Commit

Permalink
remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroZ committed Jun 5, 2024
1 parent 9b699f4 commit f44a544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Windows/lazagne/config/execute_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def save_hives():
for h in constant.hives:
if not os.path.exists(constant.hives[h]):
try:
cmdline = 'reg.exe save hklm\%s %s' % (h, constant.hives[h])
cmdline = 'reg.exe save hklm\\%s %s' % (h, constant.hives[h])
command = ['cmd.exe', '/c', cmdline]
info = subprocess.STARTUPINFO()
info.dwFlags = STARTF_USESHOWWINDOW
Expand Down

0 comments on commit f44a544

Please sign in to comment.