Monday, April 17, 2023

Add Excel Calculation with values expressed in different units (KB, MB, GB)

 =LEFT(A1,LEN(A1)-2)/10^((MATCH(RIGHT(A1,2),{"PB","TB","GB","MB","KB"},0)-3)*3)

Tuesday, April 4, 2023

Thunderbird to Microsoft

 Total Thunderbird Converter by Coolutils.com ✅ Convert MBOX Files Easily! 👌

Converter .plt to dwg

 CAD Converter Software - Download by CoolUtils


REM *** Start .bat file

REM Change Server and Printername below as needed

net use lpt1: "\\Server\Printername" /PERSISTENT:YES

REM Copy .plt files to the location below or change the path to whatever you want and copy the .PLT REM files to the path. 

copy "C:\PLT\*.plt" lpt1

net use lpt1: /d

Pause

REM *** End .bat file

Friday, March 10, 2023

Ping Ip address and get computer name

 Ping -a 192.168.0.0 

Monitor discovered apps with Intune find which computers have an app

 Monitor discovered apps with Intune

Intune provides an aggregated list of detected apps on the Intune enrolled devices in your tenant.

Sign in to the Microsoft Endpoint Manager admin center.

Select Apps > Monitor > Discovered apps.

Monday, February 6, 2023

AutoDesk Desktop Connector and AddinProcess.exe

Desktop Connector uses the AddinProcess.exe 

This is normal operation for Desktop Connector.  These AddinProcess.exe are a normal Microsoft component for running out of process addins which Desktop Connector utilizes:

https://docs.microsoft.com/en-us/dotnet/api/system.addin.hosting.addinprocess?view=netframework-4.8

They do not shut down by themselves even when Revit and the add-in is terminated and they consume memory because they are not associated with Revit, they are associated with Desktop Connector.

Friday, January 6, 2023

AutoDesk Desktop Connector clean up shell folders Uninstall

 

Removes old folders:

C:\Program Files\Autodesk\Desktop Connector\ShellCleanup.exe

Desktop Connector Support | Desktop Connector | Autodesk Knowledge Network


A clean uninstall and reinstall of the Autodesk Desktop Connector | Desktop Connector | Autodesk Knowledge Network


Uninstall DTC the application through the Control Panel.

Delete the following folders: 

C:\Users\<USERNAME>\AppData\Local\Autodesk\Desktop Connector

C:\Users\<USERNAME>\AppData\Local\Autodesk\Web Services\DesktopConnector

%userprofile% Delete ACCDocs

HKEY_CURRENT_USER>SOFTWARE>Autodesk>Autodesk Desktop Connector

HKEY_LOCAL_MACHINE>SOFTWARE>Autodesk>Desktop Connector

Run Microsoft Uninstall too to make sure Desktop connector is completely removed. See: Fix problems that block programs from being installed or removed

Reboot the computer before reinstalling the application.

Reinstall Desktop Connector. 


Popular Posts

Search This Blog

Blog Archive