Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added a warning.

...

Code Block
languagepowershell
titleAuto-Update
powershell -command "$rpath='HKCU:\Software\Dean Evans and Associates\Version 44';if((Get-ItemProperty $rpath).UserServer -ne $null) { Remove-ItemProperty -Path $rpath -Name UserServer }"

Manual Update (Expert)

Warning: Editing the registry is an advanced task.  Please use this method only if you are very familiar with using the Windows Registry Editor.

  1. Close EMS
  2. Open the Registry Editor
  3. Navigate to HKEY_CURRENT_USER\Software\Dean Evans and Associates\Version 44
  4. Click on the Named-Value UserServer
  5. Right-Click on the Name and click Delete
  6. Click Yes at the warning
  7. Re-open EMS

...