GithubHelp home page GithubHelp logo

gofrettin / ahk-scripts-v2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jnizm/ahk-scripts-v2

0.0 0.0 0.0 79 KB

A collection of useful AutoHotkey v2 scripts and functions

License: MIT License

AutoHotkey 100.00%

ahk-scripts-v2's Introduction

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

ahk-scripts-v2's People

Contributors

jnizm avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.