Jump to content

big problem


boy15
 Share

Recommended Posts

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

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...