Skip to content

A collection of useful AutoHotkey v2 scripts and functions

License

Notifications You must be signed in to change notification settings

Gofrettin/ahk-scripts-v2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 

Repository files navigation

ahk-scripts-v2

A collection of useful AutoHotkey v2 scripts and functions

Functions & Script Examples

  • ComObject

    • EnumInstalledApps (Gets general information about an application.)
  • FileObject

    • FileCountLines (Count the number of lines in a text file.)
    • FileFindString (Finds a specific word / string in a text file.)
    • FileReadLastLines (Read last x lines of a text file.)
    • GetFilePEHeader (Get the PE File Header information - Machine Type.)
  • Network

    • GetAdaptersInfo (Gets network adapter information for the local computer.)
    • GetDnsServerList (Gets a list of DNS servers for the local computer.)
    • ResolveHostname (Gets the IP Address from a Hostname.)
    • ReverseLookup (Gets the Hostname by the IP Adresse.)
  • Network

    • WM_DEVICECHANGE (Detecting Media Insertion or Removal.)
  • NetworkManagement

    • NetGetJoinInformation (Retrieves join status information for the specified computer.)
    • NetGroupEnum (Retrieves information about each global group.)
    • NetGroupGetInfo (Retrieves information about a particular global group.)
    • NetGroupGetUsers (Retrieves a list of the members in a particular global group.)
    • NetLocalGroupEnum (Returns information about each local group account on the specified server.)
    • NetLocalGroupGetInfo (Retrieves information about a particular local group account on a server.)
    • NetLocalGroupGetMembers (Retrieves a list of the members of a particular local group.)
  • Others

    • CreateGUID (Creates an Globally Unique IDentifier)
    • CreateUUID (Creates an Universally Unique IDentifier)
    • GetFileOwner (Finding the Owner of a File or Folder)
    • GetFileVersionInfo (Retrieves specified version information from the specified version-information resource.)
  • Strings

    • Base64ToString (Converts a base64 string to a readable string.)
    • CountLeadingChar (Count how often a certain character occurs at the beginning of a string.)
    • GetCurrencyFormat (Formats a number string as a currency string for a locale specified by identifier.)
    • GetCurrencyFormatEx (Formats a number string as a currency string for a locale specified by name.)
    • GetDurationFormat (Formats a duration of time as a time string for a locale specified by identifier.)
    • GetDurationFormatEx (Formats a duration of time as a time string for a locale specified by name.)
    • GetNumberFormat (Formats a number string as a number string customized for a locale specified by identifier.)
    • GetNumberFormatEx (Formats a number string as a number string customized for a locale specified by name.)
    • StringToBase64 (Converts a readable string to a base64 string.)
  • SystemInformation (NtQuerySystemInformation)

    • SystemDeviceInformation (SYSTEM_DEVICE_INFORMATION)
    • SystemHandleInformation (SYSTEM_HANDLE_INFORMATION)
    • SystemPerformanceInformation (SYSTEM_PERFORMANCE_INFORMATION)
    • SystemProcessInformation (SYSTEM_PROCESS_INFORMATION)
    • SystemProcessorInformation (SYSTEM_PROCESSOR_INFORMATION)
    • SystemProcessorPerformanceInformation (SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION)
    • SystemProcessorPowerInformation (SYSTEM_PROCESSOR_POWER_INFORMATION)
    • SystemSecureBootInformation (SYSTEM_SECUREBOOT_INFORMATION)

Copyright and License

MIT License

Donations (PayPal)

Donations are appreciated if I could help you

About

A collection of useful AutoHotkey v2 scripts and functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • AutoHotkey 100.0%