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

silent profile view counter

Pinned Loading

  1. qbactivator Public

    Activate QuickBooks Point of Sale on Windows

    PowerShell 39 8

  2. oneclickwinrar Public

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

    Batchfile 17

  3. Run a PowerShell code block once in ...
    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...
    1
    function Format-Text {
    2
      <#
    3
      .SYNOPSIS
    4
        Writes text with color and formatting
    5