Home

Documentation

Installation

GitHub

Populse_mia’s Windows-PowerShell installation, pre-requirements

Warning

This operation needs administrator rights

  • Click on Start –> Parameters

  • Go in Update and Security

../_images/update_and_security.png

  • Click on Developer environment in the left column and activate the Sideload app

../_images/developer_mode.png

  • You might need to restart your computer








Warning

This operation needs administrator rights

  • In PowerShell, open a system properties window by typing:

    sysdm.cpl
    
  • Click on the Advanced System Parameter

../_images/ASP_system_tab.png

  • Click on Environment Variable

  • Select Path in the system variables, and click on modify

../_images/env_var.png

  • Click on New

../_images/modify_environment_variable.png

  • Paste the path to the folder containing YOUR java executable, it should LOOK like this:

    C:\Program Files\Java\jre1.8.0_251\bin
    

Warning

This operation needs administrator rights

  • In PowerShell type:

    gpedit.msc
    
  • A Local Group Policy Editor window will open, then Navigate to:

    –> Local Compute Policy –> Computer Configuration –> Administrator Templates –> System –> FileSystem –> NTFS

  • Double click on Enable NTFS long path and enable it.

../_images/NTFS.png