...
Warning |
---|
If this does not resolve the issue This can be a result of problem with the Windows' WMI system which is what Transmit uses to query the system for printer information. This can be resolved by working through the following article and recompiling the .mof files. Unfortunately, this is quite a technical process and is best to have your IT team assist. |
Recompile MOF files for WMI errors
Run the following from an elevated command prompt:
Code Block |
---|
cd C:\Windows\System32\Wbem
for /f %s in ('dir /b *.mof *.mfl') do mofcomp %s
for %i in (*.dll) do regSvr32 -s %i
net stop winmgmt /y
net start winmgmt
gpupdate /force |
Related articles
Page Properties | ||
---|---|---|
| ||
|
...