This repository was archived by the owner on May 28, 2021. It is now read-only.

Description
The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double
quotation marks ("&") to pass it as part of a string.
I am running PowerShell with admin priviledges.
I tried changing all '&' to ("&") and it didn't work.