Hi guys I have 2 questions really...I have found a fix for a multi user problem which involves changing the value of a reg key to 0. See below.
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows\LoadAppInit_DLLs
With it being HKLM the reg path will be the same for every computer but it would be ideal for me if I could do this via a CMD line or a power shell that asks me for a computer name and does it for me. That would certainly help me test.
Part 2
Assuming the above works ok I'd like to be able to do this via powershell and have it look to a list of computer names on a txt file and do the reg edit for them all
If you brilliant guys/gals can find this for me you will save me tons of grief!