Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/16/2022 in all areas

  1. My Team wrote an AutoIt and PowerShell version for handle that. https://github.com/DanysysTeam/AutoIt-Scripts/tree/master/Scripts/SFTA https://github.com/DanysysTeam/PS-SFTA Saludos
    2 points
  2. RunAs will set the association for the running user versus the logged in user unless you're setting it in HKLM. But the big caveat with HKLM is that the per user setting (HKCU) will override the per PC settings and Win10 will aggressively revert if the hash is missing or bad. Hash example here: HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.txt\UserChoice\Hash="LBtfCrcwPYW=" In my work environment, we use SetFTA.exe (found here) to generate that hash and set the association. A great example is the Win10 PCs reverting PDFs to Edge ( ! ) seemingly at random even when the user changes the association in Settings or via Acrobat Pro.
    1 point
  3. Tested both codes prior to posting, as @Danyfirex mentioned you need to check your paths, here is how I tested: C:\Temp\CompiledScript.exe C:\Temp\Test.txt
    1 point
  4. Nine

    Multi-process DNS resolving

    First you need to add a ProcessWaitClose in your main script. Second why is there a while loop in your slave ?
    1 point
  5. Cool. Glad you managed to short it out for yourself. It's a moot point now since there is an explanation and fix for the issue, but in the future if you resolve your own issue it would be beneficial to future readers to know how it was solved; so if you would consider, go ahead and add to your post how you fixed it.
    1 point
  6. Skitty

    AutoIt Unlocker

    This was made with the intention to mimic the well known unlocker.exe. Credits to Yashied, monoceres, wraithdu, Manko, Trancexx, JScript, Larry, SmOke_N, mrRevoked, Melba23 & guinness. Unlocker Source.rar - [152] Previous Downloads Alternately, download the exe from my site here, but sometimes my site is offline (a lot). Some say taking and closing handles from a process can produce unwanted side effects in the targeted process, use with caution. History
    1 point
×
×
  • Create New...