The MASM Forum

Miscellaneous => The Orphanage => Topic started by: Magnum on November 21, 2012, 12:11:16 PM

Title: Path little long ?
Post by: Magnum on November 21, 2012, 12:11:16 PM
This path looks like it has some duplicates and entries that are not really needed.
Can it be thinned out?

I thought it might contribute to the slowness of the laptop.

Andy

%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\system32\WBEM;c:\Program Files\ActivIdentity\ActivClient\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\10.0\DLLShared\;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files\Windows Imaging\;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files\Common Files\Netop\;C:\Program Files\Netop\Vision\XL\;C:\Program Files\QuickTime\QTSystem\
Title: Re: Path little long ?
Post by: dedndave on November 21, 2012, 12:19:42 PM
the only duplicate i see is
C:\WINDOWS\system32\WindowsPowerShell\v1.0
you could eliminate one of those

actually that isn't too bad, as length goes
i have seen a lot worse
the order can be somewhat important, and that looks ok

the first 2
%SystemRoot%\system32
%SystemRoot%
are what they probably ought to be