<![CDATA[Messages posted by "kentji"]]> /hvaonline/posts/listByUser/154109.html JForum - http://www.jforum.net Re: Viết khóa add vào Registry trên AutoIT 3 Để file Autorun có thể Import vào RegEdit được, bạn sửa lại đoạn code này Của bạn Code:
FileWrite($file, "Windows Registry Editor Version 5.00"_
FileWrite($file, "" & @CRLF)
FileWrite($file, "[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]"_
FileWrite($file, "" & @CRLF)
FileWrite($file, ""Nam"="C:\\Windows\\Nam.exe"" ) -> thêm cặp dấu nháy vào
FileWrite($file, "" & @CRLF)
FileClose($file)
Edit lại như sau: Code:
FileWrite($file, "Windows Registry Editor Version 5.00")
FileWrite($file, "" & @CRLF)
FileWrite($file, "[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]")
FileWrite($file, "" & @CRLF)
FileWrite($file, """Nam""" &"="&"""C:\\Windows\\Nam.exe""")  --> Để có thể thêm được dấu nháy
FileWrite($file, "" & @CRLF)
FileClose($file)
]]>
/hvaonline/posts/preList/27961/172932.html#172932 /hvaonline/posts/preList/27961/172932.html#172932 GMT
Re: Giúp tôi tạo 1 file nén , tự chạy 1 file khi giải nén . /hvaonline/posts/preList/27600/169328.html#169328 /hvaonline/posts/preList/27600/169328.html#169328 GMT Re: Các bước tấn công và phòng thủ hệ thống !!! /hvaonline/posts/preList/18923/116892.html#116892 /hvaonline/posts/preList/18923/116892.html#116892 GMT