Jump to content

Twar3Draconis

Members
  • Posts

    9
  • Joined

  • Last visited

Twar3Draconis's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. I've got the system working the way I want it too, sans the encryption. I'm using reg files for simplicity.
  2. You got the the other parenthesis? Like MouseClick("left", 369, 390)?
  3. Making one of my applications portable. It opens and inputs the reg key into the system, and when the app closes AutoIt uses another reg file to remove those keys. Like [-HKCU...]. I would need to encrypt the file that removes the keys so that it cannot be editted by the end user.
  4. Is there a way to encrypt .reg files so that an AutoIt program can still access them and put them in the registry?
  5. It's not working. If it helps, I am trying to store a whole registry directory into a .reg file. Ex: HKEY_CURRENT_USER\Software\Something\
  6. This does go to the system tray, but it still stays in the task bar, as well as minimizing back to the task bar and not the system tray when you open it from the system tray and try to minimize it.
  7. What are you trying to do?
  8. How would I export a registry entry into a .REG file? I've been working on making an application usable from a USB drive, with changeable settings, and those come from the registry. Up to this point, I have the program load a .reg file into the registry with: RunWait("regedit.exe /s File.reg", @ScriptDir) and at the end, I have it running: RunWait("regedit.exe /s File2.reg", @ScriptDir) File2.reg removes the registry entries.
×
×
  • Create New...