Jump to content

kingooo

Active Members
  • Posts

    88
  • Joined

  • Last visited

kingooo's Achievements

Wayfarer

Wayfarer (2/7)

0

Reputation

  1. Leave the people to benefit and learn not to be Hail and an eyebrow between science and the progress and development -
  2. Joss is really annoying and likes to spread knowledge, if you read an objective that I found you put the codes Avatar unfortunately did not work and tried the following code without the benefit _stringdecrypt All members in this forum could not solve my problem, it indicates that the code is very difficult and you are headed you can not find a solution
  3. Of course, I took the code from there, but I want to add a new idea, which is that the trail period is limited to the specific time, for example, if you ran this tool on the pilot period shall be limited and specific period of three days of 22-23-24 and when you change your computer's clock before date of 22 or after the date of 24, the tool will not work this is my idea can you help me
  4. i wait some one to help me -----
  5. up why evem jos did not help me now
  6. i am beginner , can you help me and write full script -- please
  7. thanks i will try your method
  8. hi maybe i have mistake in next script ; 3 Day Trial #include<date.au3> #include<string.au3> If RegRead("HKCU\Software\Microsoft\Windows\Current Version", "XPClean Menu") = "" Then RegWrite("HKCU\Software\Microsoft\Windows\Current Version", "XPClean Menu", "REG_SZ", _StringEncrypt(1, _NowCalc(), @ComputerName)) SetError(0) EndIf $startdate = _StringEncrypt(0, RegRead("HKCU\Software\Microsoft\Windows\Current Version", "XPClean Menu"), @ComputerName) If _DateDiff("D", $startdate, _NowCalc()) > 3 Then MsgBox(0, "*XPClean Menu*", "You're registration period has expired.") Exit ElseIf _DateDiff("D", $startdate, _NowCalc()) < 3 Then EndIf i wrote that script to make my tool is work for 3 days only --- before or after no work but when i return colock befor exucte this script , the script work???
  9. that is no solve for any problem ccleaner always delete them i can delete them manually you must think to best in autoit script run your mind to find some solve for this problem
  10. jos jos hahahaha how are you really i miss you hahahaha ok i want make tool to clean pc --- pls give me solve for this problem
  11. filedelete(@tempdir&"\*.*") FileDelete( @HomeDrive&"\temp\*.*") FileDelete( @WindowsDir &"\temp\*.*")
  12. if you have win 7, you can try for deleting files in temp folder by scripts believe me you can not delete them by autoit but you can delete them manually i can delete files in temp folder manually but i can not delte them by autoit script
  13. hi really i try many time to delete files that exists in temp folder in win 7 but i can not can any one to help me and give me codes to delete this files there is not any problems with xp but in win 7 cann't delete them
  14. hi my friends in the fact i test some script that contain codes of registry but this script does not do in registry for win 7 and not changed values in registry file please i want some one to help me
×
×
  • Create New...