2022-11-28
Fix "Outlook missing or corrupt outlprnt file" error
Open the following path %appdata%\Microsoft\Outlook and delete the outlprnt file
2022-10-11
How to get printer IP from PowerShell
get-printer | select name, portname
2022-06-30
Clear Microsoft Teams cache
- close Teams
- open the following location and delete all files in it
- Windows: %appdata%\Microsoft\Teams
- Mac: ~/Library/Application Support/Microsoft
2022-05-11
Get HDD info (model, name, serial number) from command prompt
Open a command prompt and run:
wmic diskdrive get model,name,serialnumber
2022-03-09
How to start Microsoft Outlook in Calendar / Contacts / Tasks
Run the following command:
- outlook /select outlook:calendar
- outlook /select outlook:contacts
- outlook /select outlook:tasks
2022-02-25
2022-02-21
Windows icons - files and locations
- %SystemRoot%\System32\ddores.dll
- %SystemRoot%\System32\dsuiext.dll
- %SystemRoot%\System32\imageres.dll
- %SystemRoot%\System32\mmcndmgr.dll
- %SystemRoot%\System32\mmres.dll
- %SystemRoot%\System32\moricons.dll
- %SystemRoot%\System32\mmres.dll
- %SystemRoot%\System32\wmploc.dll
- %SystemRoot%\System32\pifmgr.dll
- %SystemRoot%\System32\SHELL32.dll
2022-01-20
Microsoft Excel temp store files location (unsaved files)
Open the following location and there are all unaved / temporary files:
%USERPROFILE%\UserName\AppData\Local\Microsoft\Office\UnsavedFiles
Subscribe to:
Posts (Atom)