Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/03/2022 in all areas

  1. water

    Task Scheduler

    Version 1.6.0.1

    2,261 downloads

    Extensive library to control and manipulate Microsoft Task Scheduler Service. Please check this site for the implementation status! Please check the History.txt file in the archive for the changelog. Please check the WIKI for details about how to use the UDF. BTW: If you like this UDF please click the "I like this" button. This tells me where to next put my development effort KNOWN BUGS (last changed: 2021-02-03) None Things to come (last changed: 2021-02-03) None
    1 point
  2. Nevermind, solved the problem via "powershell". Solution code: Func _RenamePC($Name) ShellExecuteWait("C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe", "start-process -verb runas 'C:\windows\system32\WindowsPowerShell\v1.0\powershell.exe' "& _ "-argumentlist '$compcname = get-wmiobject win32_computersystem; foreach($comp in $compcname){$oreturn = "& _ "$comp.rename(''"&$Name&"'')}"& _ "'", "", "", @SW_HIDE) EndFunc
    1 point
  3. Here is a program I have been working on since 2011, off and on. It started out in AutoIt, then I went through a C++ phase and converted the entire thing to C++ with wxWidgets, only to convert it back to my one true love (AutoIt) after only a few revisions. I tried to credit authors in the code whenever I pulled examples from the forums, but I apologize if I missed anyone. Simple IP Config This program allows you to view and change your local IP address, subnet mask, gateway, and DNS servers for any network adapter without having to click through all of the Windows dialogs and settings. You can also save many profiles to easily switch between different settings. Download v2.9.4 Simple IP Config 2.9.4.zip This zip includes the au3 source files, compiled exe, and installer. All you need to get going (in English) is the exe. Additional language files are located in the lang folder. The GitHub repository always has the latest updates, but I will try to keep this post up to date as well. https://github.com/KurtisLiggett/Simple-IP-Config
    1 point
×
×
  • Create New...