Skip to content
View omer-koren's full-sized avatar

Block or report omer-koren

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. nm-create nm-create
    1
    $partition = New-VHD -Path $vhdpath -Fixed -SizeBytes $vhdsize |
    2
    Mount-VHD -NoDriveLetter -Passthru |
    3
    Initialize-Disk -Passthru |
    4
    New-Partition -UseMaximumSize 
    5
    
                  
  2. chaseappio/nm-scripts chaseappio/nm-scripts Public

    Scripts to mount and manage a VHD (Virtual Hard Drive) for node_modules for fast restoration

    PowerShell