boy15 Posted January 13, 2021 Posted January 13, 2021 Hi Already I have script that work in win 7 but now it is not work in win10 after I am doing format. #include <Date.au3> #include<date.au3> #include<string.au3> If RegRead("HKCU\Software\Microsoft\Windows\Current Version","autoitscript") = "" Then RegWrite("HKCU\Software\Microsoft\Windows\Current Version", "autoitscript", "REG_SZ", _StringEncrypt(1, _NowCalc(), @ComputerName)) SetError(0) EndIf
Developers Jos Posted January 13, 2021 Developers Posted January 13, 2021 Big Problem? Care to share what isn't working and is this Big Problem? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now