Categories:
Email 🠪 Servers 🠪 Testing 🠪 Tips
Hardware 🠪 3D Printing 🠪 Apple 🠪 Batteries 🠪 Drives 🠪 Edgerouter 🠪 Electronics 🠪 Laptop 🠪 Modems 🠪 Phone 🠪 Printers 🠪 Raspberry Pi 🠪 Testing 🠪 Virtualization
Links 🠪 Interesting 🠪 Media
Network 🠪 Data 🠪 Testing 🠪 VPN
Scripts 🠪 Batch 🠪 Linux 🠪 Powershell
Servers 🠪 Databases 🠪 Misc 🠪 Website
Software 🠪 Other
Utilities 🠪 Backup 🠪 Fix Issues 🠪 Recovery
Video 🠪 Editing
Websites 🠪 HTML 🠪 Testing
Windows 🠪 Adjustments 🠪 Issues 🠪 Remote Desktop 🠪 Sercurity 🠪 Slow 🠪 Software 🠪 Startup
Submit Entry | Airin's Notes
Category: Software 🠪 Other Microsoft Office 365 Unlicensed | May 25, 2022 | If you have a valid license on the linked Microsoft account, but the local install doesn't recognize it:
Open Admin Command Prompt, change to the following folder (or similar depending on your version), the folder should have the file 'ospp.vbs' in it:
C:\Program Files\Microsoft Office\Office16
C:\Program Files (x86)\Microsoft Office\Office16
1: cscript ospp.vbs /dstatus
2: Run the following, changing ABCDE to the last 5 of the product key from the above command:
cscript ospp.vbs /unpkey:ABCDE
...<Too long, click to read the rest> |
Category: Software 🠪 Other Paint Shop Pro 9/10/X Issues | May 26, 2022 | Freezing during startup:
Change display driver. If you are using a laptop with integrated and dedicated graphics, switch to dedicated.
Freezing during installation, probably at Registering Modules:
Uncheck options to install toolbar or right click options during install settings. |
Category: Software 🠪 Other Quickbooks Download and License Location | May 24, 2022 | Download Quickbooks:
https://downloads.quickbooks.com/app/qbdt/products
21.0 - 2020
License and Version numbering:
To find your existing license number, open this in Notepad:
C:\ProgramData\COMMON FILES\INTUIT\QUICKBOOKS\qbregistration.dat
To find the version you had installed:
Flavor Names ():
belacct = QuickBooks Enterprise Solutions Accountant Edition
bel = QuickBooks Enterprise Solutions (not...<Too long, click to read the rest> |
Category: Software 🠪 Other Quickbooks Forms won't print or print preview | May 25, 2022 | Issue: Quickbooks 2021 won't print or print-preview for 1099-NEC forms, but does work for 1099-MISC.
Fix:
1: Go to Help/Update/Options/Select all (they were already all selected)
2: Go to the updates screen/RESET UPDATES box, then reinstall all updates
3: Restart Computer
Keywords: Intuit, Print Crash |
Category: Software 🠪 Other Secure Browsing with Windows Defender Application Guard | May 25, 2022 | Windows Defender Application Guard basically runs an Edge window (or Microsoft Office applications) in a HyperV VM to enable very secure browsing with very little chance of anything bad escaping.
Enable by going to Programs and Features, Turn Windows features on or off.
https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-application-guard/md-app-guard-overview
Keywords: Secure, Isolated, VM, Virtual Machine, Safe Browsing, Malware, Protected, Web Browser, Edge, Offi...<Too long, click to read the rest> |
Category: Software 🠪 Other Update Office to specific version | May 25, 2022 | "C:\Program Files\Common Files\microsoft shared\ClickToRun\OfficeC2RClient.exe" /update user updatetoversion=16.0.13901.20462 |
Category: Software 🠪 Other Virtualbox Commands | May 25, 2022 | Start VM via command line:
"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" startvm "VM-Name"
Do graceful shutdown of Client when Host restarts or shuts down:
"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" setextradata "VM-Name" GUI/DefaultCloseAction Shutdown
Keywords: VM, Virtual Machine, Oracle Virtualbox, Hypervisor |
|