fr33thytweaks / Ultimate-Windows-Optimization-Guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

replace all `$env:C:` with `$env:SystemDrive`

rjdXpxigYxNT opened this issue · comments

just do a replace all $env:C: with $env:SystemDrive
probably is the proper method to get the windows drive
maybe fixes #3 (unless that is a different issue and is already fixed)

im getting onto this, huge headache but needs to be done

fixed