Ping -a 192.168.0.0
*** We shall not be liable for any loss or damage of whatever nature (direct, indirect, consequential, or other) whether arising in contract, tort or otherwise, which may arise as a result of your use of (or inability to use) this website, or from your use of (or failure to use) the information on this site.*** 3ds max AutoCAD & Computer repairs and programs I find useful and or free.
Friday, March 10, 2023
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.
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
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.
PowerShell get the MSI codes for installed products.
Get-WMIObject -Query "SELECT * FROM Win32_Product" | FT
Tuesday, November 8, 2022
Check open ports in Windows
- Easiest: Open the Start menu > type command > right-click the Command Prompt app > Run as administrator.
- Type netstat -ab > press Enter > look for items in the "LISTENING" state.
Monday, July 18, 2022
If the TotalWidth value is larger than the DataWidth value you have ECC memory.
CMD
wmic MEMORYCHIP get DataWidth,TotalWidth
If the TotalWidth value is larger than the DataWidth value you have ECC memory.
Example output:
//ECC Memory
DataWidth TotalWidth
64 72
//Non-ECC Memory
DataWidth TotalWidth
64 64
Or
wmic memphysical get memoryerrorcorrection
wmic memphysical get memoryerrorcorrection
This will return a code based on the type of memory installed:
Value Meaning
0 (0x0) Reserved
1 (0x1) Other
2 (0x2) Unknown
3 (0x3) None
4 (0x4) Parity
5 (0x5) Single-bit ECC
6 (0x6) Multi-bit ECC
7 (0x7) CRC
Popular Posts
-
FXSAPIDebugLogFile.txt is related to the Windows Fax and Scan service. To disable this service: Control Panel > Programs and Feat...
-
AutoCAD Fatal ERROR: Unhandled access violation reading 0X0018 Exception at e0511224h Recover or Audit and purge file. REPAIR AutoCAD fro...
-
In AutoCAD 12 and higher type "Import" and select STEP file format- select file and open OR download Sycode http://www.sycode....
-
Extract text from Autocad and create an Excel file. command: EATTEXT Start up the EATTEXT command and you w...
-
http://www.symantec.com/connect/articles/understanding-error-1603-fatal-error-during-installation This error message is displayed by the M...
-
DispSilh 0 PLANTINSULATIONDISPLAY <ON>: ON in Plant 3d NavisWorks In the Standard properties Turn OFF insulation “Iso Inf...
-
Licensing: The security system (Softlock license manager) is not functioning or is improperly installed 1. Msconfig uncheck any FLEXnet p...
-
1.0 Attach reference files and Merge (xref & bind ) Microstation 1.1 File >References Tools > Attach ...
-
WSCOMMCNTR4.EXE INFOCENTER TURN OFF Windows 7 AutoCAD 2014. Other versions will have a similar key. - Need to edit the registry. Good pra...
-
DRAG AND DROPS DragHeight and DragWidth HKEY_CURRENT_USER\Control Panel\Desktop In the right side pane, look for the following Values....