Skip to content
View SorYoshino's full-sized avatar

Block or report SorYoshino

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

Pinned Loading

  1. This script allows you to customize ... This script allows you to customize the installation path of Scoop and configures system-wide environment variables, enabling all users on the machine to access software installed via Scoop.
    1
    function Test-Administrator {
    2
        $currentUser = [System.Security.Principal.WindowsIdentity]::GetCurrent()    # Get the current user's identity
    3
        # Create a WindowsPrincipal object based on the current user's identity
    4
        $currentUserPrincipal = New-Object System.Security.Principal.WindowsPrincipal($currentUser)
    5
        # Check if the current user is a member of the Administrator role
  2. vscode-bookmarks vscode-bookmarks Public

    Forked from alefragnani/vscode-bookmarks

    Bookmarks Extension for Visual Studio Code

    TypeScript 1

  3. easy-codesnap easy-codesnap Public

    Forked from ArthurLobopro/easy-codesnap

    Create beautiful snapshots of your code. Easy and quick!

    TypeScript

  4. Extras Extras Public

    Forked from ScoopInstaller/Extras

    📦 The Extras bucket for Scoop.

    PowerShell

  5. unoff-bucket unoff-bucket Public

    This is an unofficial bucket for testing.

    PowerShell

  6. vscode-project-manager vscode-project-manager Public

    Forked from alefragnani/vscode-project-manager

    Project Manager Extension for Visual Studio Code

    TypeScript