The search returned 1 result

by gillesr13
January 3, 2019 - 3:35 PM
Forum: WAPT Packages
Subject: [RESOLVED] Date - registry
Answers: 1
Views : 2701

[SOLVED] Date - registry

Hello,
I'm a complete newbie with Wapt, so please excuse my question... ;-)
How do I write today's date to the registry?
I wrote this line, but it doesn't work: `
registry_setstring(HKEY_LOCAL_MACHINE, r'SOFTWARE\APPLILOC\FireFox ESR Portable', 'InstallDate', datetime, type=REG_SZ)`.
I have...