How to Disable Plugins at the Workstation Level
Details:
Instructions:
- Create a disabled plugin batch file.
- Open Notepad
- Copy these lines into Notepad
@echo off
for %%G in (*.dll) do (copy /Y nul “%%G”)
- Save as “disable plugin.bat” to your desktop or a place you prefer.
- Disable all the plugins at the workstation level.
- Copy and Paste disable plugin.bat (from Step I.3 above) to the following location
- C:\Users\%username%\AppData\LocalLow\Apps\Ellie Mae\<hash folder>=\EncompassData\Settings\Cache\<hash folder>\Plugins
- Keep this window open, off to the side
- Close completely out of all instances of Encompass
- Run the disable plugins.bat file by double clicking on it.
Note the file size of your plugins will change from greater than 0 (active) to 0 (inactive)
-
- When the size is 0, then the plugin is disabled.