Jump to content

cptHark

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

cptHark's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. How do I do this? I am new to AutoIt
  2. Hello I want to conect to a Network with DriveMapAdd. This worked just fine but when you restart the Computer the Mapped drive is gone. So i used the persistent mapping flag and that seemed to work, too. However when the Computer is restarted I cant connect to the Network because it doesnt remember the Username and password I ave it the first time. How do I fix this? My Code:Func setdrivem() DriveMapAdd("M:", GUICtrlRead($driveM),1, GUICtrlRead($netzuser),GUICtrlRead($netzpassword) ) EndFunc $netzuser and $netzpassword are set earlier in the gui and it works right after executing the script but i want it to stay connected
  3. I cant to Interact with a sysprep window, which i previosly opened with shellExecute no matter if I use the Title or the Class of it. Func buttonSysprep() ShellExecute("C:\Windows\System32\Sysprep\sysprep.exe") Local $sysprep = WinWait("[Class:#32770]",100) ControlClick($sysprep,"" ,"[CLASS:Button;INSTANCE:4]") EndFunc
×
×
  • Create New...