Jump to content

YOUF

Active Members
  • Posts

    43
  • Joined

  • Last visited

YOUF's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. very thank @rover ~ thank
  2. No one likes this topic? KEY a registry of the last modified testing.
  3. const $HKEY_LOCAL_MACHINE = 0x80000002;winreg.h dim $hKey=$HKEY_LOCAL_MACHINE $lpName=DllStructGetPtr(DllStructCreate('char')) $lpcName=DllStructGetPtr(DllStructCreate('short')) $lpClass=DllStructGetPtr(DllStructCreate('char')) $lpcClass=DllStructGetPtr(DllStructCreate('short')) $time=DllStructCreate('char') $lpftLastWriteTime=DllStructGetPtr($time) for $dwIndex= 0 to 5 $tt=dllcall('Advapi32.dll','long','RegEnumKeyEx','ptr',$hKey,'int',$dwIndex,'str',$lpName,'dword*',$lpcName,'byte',0,'str',$lpClass,'dword*',$lpcClass,'int',$lpftLastWriteTime) _ArrayDisplay ($tt) msgbox(0,'',_Date_Time_FileTimeToStr ($Time)) next This can use it ? How to ?
  4. Zip.au3 (63) : ==> ????? "With" ????.: $on = $oApp.NameSpace($ZipFile).Items.Count $on = $oApp.NameSpace($ZipFile)^ ERROR system:winxp sp2 autoitscript:3.2.12.0
  5. Or Thank you for your answer. I have just learning autoitscipt, many do not understand, please understanding.
  6. but the time it was last modified, Can not be read out~~~ I think that the original time of the KEY record, When necessary, check out this KEY the time it was last modified。
  7. advapi32.dll RegEnumKeyEx() LONG RegEnumKeyEx( HKEY hKey, DWORD dwIndex, LPWSTR lpName, LPDWORD lpcName, LPDWORD lpReserved, LPWSTR lpClass, LPDWORD lpcbClass, PFILETIME lpftLastWriteTime ); PFILETIME lpftLastWriteTime is I would like to use. information about one subkey each time it is called and it retrieves the class name of the subkey and the time it was last modified.
  8. 'Option Explicit Private Declare Function RegOpenKey Lib "advapi32.dll" Alias "RegOpenKeyA" (ByVal hkey As Long, ByVal lpSubKey As String, phkResult As Long) As Long Private Declare Function RegCloseKey Lib "advapi32.dll" (ByVal hkey As Long) As Long Private Declare Function RegSetValueEx Lib "advapi32.dll" Alias "RegSetValueExA" (ByVal hkey As Long, ByVal lpValueName As String, ByVal Reserved As Long, ByVal dwType As Long, ByVal lpData As String, ByVal cbData As Long) As Long Private Const HKEY_LOCAL_MACHINE = &H80000002 Private Const REG_DWORD = 4 Dim nBufferKey As Long Dim nVal As Long Private Sub Form_Load() ' Create a REG_DWORD value Dim dword As Long dword = 2 RegOpenKey HKEY_LOCAL_MACHINE, "SOFTWARE\Microsoft\Jet\4.0\Engines", nBufferKey sValueName = "SandBox" RegSetValueEx nBufferKey, sValueName, 0, REG_DWORD, dword, Len(dword) 'nVal = 2 'If RegOpenKey(HKEY_LOCAL_MACHINE, "SOFTWARE\Microsoft\Jet\4.0\Engines", nBufferKey) = ERROR_SUCCESS Then ' RegSetValueEx nBufferKey, "SandBoxMode", 0, REG_DWORD, nVal, Len(nVal) 'End If 'RegOpenKey HKEY_LOCAL_MACHINE, "SOFTWARE\Microsoft\Jet\4.0\Engines", nBufferKey 'RegSetValueEx nBufferKey, "SandBoxMode", 0, REG_DWORD, nVal, Len(nVal) 'MsgBox "Sandbox Mode Changed", vbInformation, "Sandbox" 'RegCloseKey nBufferKey Unload Me End Sub
  9. gocr045.exe -C 0-9. -i 33.png -o test.txt Then is test.txt an empty document~! why
  10. Can not be successful because>>Desktop Theme ????
  11. the picture of the number OCR to txt Not found to achieve example. Help me ~ 22.bmp 33.bmp 44.bmp 55.bmp
  12. 3.2.12.0.0 Extract Is an empty au3 file.....
  13. I just studied autoit, and English is not good. Ask, you said that has the appendix? Can download in where?
  14. email to me tbage@163.com,this is "NASMDisassembler.zip"..........thanks ....
  15. 3q you~
×
×
  • Create New...