Jump to content

kubie

Members
  • Posts

    7
  • Joined

  • Last visited

kubie's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. I heard about a function/procedure that can be created as a catchall for pop-ups or dialogs that could occur at any point of a script.' Not sure what the are called or how they are referenced. For example, I am scripting the removal of spysweeper. I may or may not get get a warning pop-up? Anyone know what these catch-all procedures are written? Thanks, kubie
  2. Keep in mind that once you are silent, UAC prompts will not be displayed.
  3. I am trying to get the location of the folder that I am currently in. This would be the same location that the AutoIT script was ran from. I know in VBS it would be FSO.GetParentFolderName(wscript.ScriptFullName) Is there something simular for AutoITscript? Thanks, Kubie
  4. I need to create a status window simular to an Windows event viewer. I need to be able to highlight and select the text using clipboard/cut-n-paste. Any suggestions? Thanks, Kubie
  5. I had it in the 'HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnce'. And it did hault everything. I move it to the run 'HKLM\Software\Microsoft\Windows\CurrentVersion\Run' and it works fine I just need to add a cleanup script to remove it.
  6. Yup. That was it. Thanks for the prompt responce.
  7. I have an autoIT script in the runonce. After the reboot, the autoIT script runs and stops the desktop from displaying. I can kill the autoIT script and my desktop comes up right away. Any way to fix this? Or any suggestions to get an autoIT script to run automatically after login? Thanks, kubie
×
×
  • Create New...