Skip to content
View neuralpain's full-sized avatar
đź’»
Solving problems.
đź’»
Solving problems.

Block or report neuralpain

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
neuralpain/README.md

logo dark

badge badge badge badge

$ neuralpain dev

neuralpain github stats

Downloads

repo downloads views (badges temporarily unavailable)
qbactivator qbactivator Over 50k
oneclickwinrar oneclickwinrar Over 400

Pinned Loading

  1. qbactivator qbactivator Public

    Activate QuickBooks Point of Sale on Windows

    PowerShell 33 8

  2. oneclickwinrar oneclickwinrar Public

    Install and license WinRAR in a single click (or double)

    Batchfile 4

  3. Run a PowerShell code block once in ... Run a PowerShell code block once in a batch script at any given time and return to Batch when done.
    1
    <# :# PowerShell comment protecting the Batch section
    2
    @echo off
    3
    :# Disabling argument expansion avoids issues with ! in arguments.
    4
    setlocal EnableExtensions DisableDelayedExpansion
    5
    
                  
  4. Formats text in the console with Bas... Formats text in the console with Basic, 8-bit and 24-bit RGB colors and other formatting options
    1
    function Format-Text {
    2
      <#
    3
      .SYNOPSIS
    4
        Writes text with color and formatting
    5