RunAs
Hello, i've just downloaded AutoIT because i have to handle a problem. I got a user in my domain who has to start a unlocker for the WD My Passport (encrypted external HDD). The Unlocker path is...
View ArticleUAC hot to check if enabled/disabled ?
the question is: hot to check if UAC is enabled/disabled ? mLipok
View ArticleEXE uninstall
Trying to uninstall an exe. RunWait("'" & @ProgramFilesDir & "\OCS Inventory Agent\uninst.exe' /S") RunWait(@ComSpec & " /c " & "rmdir '" & @ProgramFilesDir & "\OCS Inventory...
View ArticleHow to send SOAP Envelope request and receive response
How to process SOAP Envelope request by sending it to webservice and receive response? I know there is some build in function called "new SoapClient()" in PHP language which doesn't require to build...
View ArticleFirewall Rules
Hi Guys, how can i add some rules for my firewall ( ex : block mediaplayer.exe , block port 1111 , etc.) and note that i'm newbie thanks
View ArticleHow do i add a function in the new autoit version 3.3.12.0
how do i add the function : FF V0.6.0.1b-14.au3 in the newest version of autoit 3.3.12.0
View ArticleWMI password age issue
AutoIt expandcollapse popup$Output="" $strComputer = "localhost" $wbemFlagReturnImmediately = 0x10 $wbemFlagForwardOnly = 0x20 $colItems = "" $objWMIService = ObjGet("winmgmts:\\" &...
View ArticleNo AU3 recorder in Tools
I downloaded and installed both of these: But still have hardly anything in the Tools tab. I am needing AU3 recorder. Ideas?
View ArticleTxTextControl - problem with ObjCreate - Class not registered
I'am trying to use http://www.textcontrol.com/en_US/products/activex/overview/ How you can see here this object is registered: but when I'am trying $oTXTextControl =...
View ArticleUnable to add resources ?
Hello! I have a problem. When im compile srcipt and i add .ico then i give: Error: Unable to add resources This is error Auto2Exe but in folder(in appdata\local\AutoIt\Aut2Exe) i have nothing....
View ArticleFile size conversion and sum/subtract
Hello guys, Maybe a stupid problem but i can't solve it. A reproducer script: AutoIt expandcollapse popup#include <GUIConstantsEx.au3> #include <ListViewConstants.au3> #include...
View ArticlePersistant variables
Hello, Can someone please tell me why this isnt working or how to get this particular part working? After ending this loop: For $masterRe = 1 To UBound($masterArray) -1 This variable content...
View ArticleConsoleWrite and CUI .. what am I missing?
What's wrong here: (Weird, the forum deleted my post below the code block. This wasn't meant to be so brief a posting.) #AutoIt3Wrapper_Change2CUI=y consolewrite ("It works!" + @CRLF)
View ArticleNeed to find all Virtual Comports with VID 403 and PID 6001
This is kind of a continuation of a thread I started the other day but I need to start from ground zero in hopes of a radically different solution. I am sorry if it is somewhat redundant. In a...
View ArticleMicrosoft Word Script: First Header Range Select
Hopefully I'm overlooking a simple fix? This simple find/replace script has hit a wrench: the script I'm using to find/replace the header/footer does not target the first page header/footer. Any...
View ArticleFullscreen...
So basically, i dont understand what do i have to add in to the script to make it work in fullscreen mode instead of windowed. AutoIt expandcollapse popup#include <WinAPIEx.au3> If...
View Articlehow can i add a screenshot function to a function?
Func IMR12() while 1 sleep(1000) $IMR12= _ImageSearch('5star.bmp', 0, $X, $Y, 0) if $IMR12 = 1 Then MouseClick("left") sleep(600)...
View Article[SOLVED] stringregexp, how do I refer to the start and end of the string?
Hello, Not sure if I asked the right question but how do I modify the pattern so that it only matches the second test string? $sTest1 = 'bErtrTRtrtXa' $sTest2 = 'ErtrTRtrtX' $sPattern =...
View ArticleRegex pattern
Hello, I have some random paths and i want to get the file at the end of the path. The paths look like this: C:\Users\random\Desktop\random1\random1...
View ArticleStringRegExpReplace replaces everything in the same place
I'm having a bit of trouble using StringRegExpReplace, I wanted to merge Product column to Description column but StringRegExpReplace replaces all to the first match. $t='<tr><td rowspan="1"...
View Article