Categories:
Email 🠪 Servers 🠪 Testing 🠪 Tips
Hardware 🠪 3D Printing 🠪 Apple 🠪 Batteries 🠪 Drives 🠪 Edgerouter 🠪 Electronics 🠪 Laptop 🠪 Modems 🠪 Phone 🠪 Printers 🠪 Raspberry Pi 🠪 Tablets 🠪 Testing 🠪 Virtualization
hidden 🠪 General
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 Drugpak Error Messages | September 23, 2023 | ---------------------------
Information
---------------------------
Current program directory "\\server01\scanlon" does not match the DATAVER.INI setup directory "\\192.168.86.2\Scanlon\". You may need to run Workstation Setup to correct your installation path.
Would you like to do this now?
(First, check with your system administrator)
---------------------------
Yes No
---------------------------
Open regedit, Current User-->Software-->Drugpak, change the path listed in there.
---...<Too long, click to read the rest> |
Category: Software 🠪 Other Microsoft Office 365 Unlicensed | September 25, 2023 | 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 Microsoft Powertoys | September 23, 2023 | https://github.com/microsoft/PowerToys/releases
Includes neat tools such as:
Color Picker
FancyZones
PowerRename - Easily rename files with Regex support
Screen Ruler
Text Extractor - OCR
File Locksmith - See what process has locked a file/folder
Hosts File Editor - Easy way to modify your hosts file
Keywords: Microsoft Windows Power Toys, Tools
|
Category: Software 🠪 Other Microsoft SQL Server Tricks | September 21, 2023 | Start it in single user mode:
net start MSSQL$SQLEXPRESS /m"SQLCMD"
Reset password. Start in single user mode, then run:
C:\WINDOWS\system32>sqlcmd -S .\sqlexpress
1> CREATE LOGIN sa2 WITH PASSWORD='klajsdflksf'
2> GO
1> SP_ADDSRVROLEMEMBER sa2,'SYSADMIN'
2> GO
1> exit
Keywords: TrueCanal, Microsoft SQL Server |
Category: Software 🠪 Other Paint Shop Pro 9/10/X Issues | September 24, 2023 | 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 | September 24, 2023 | 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 | September 19, 2023 | 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 | September 22, 2023 | 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 Uninstall AntiVirus Software | September 23, 2023 | Webroot:
"C:\Program Files\Webroot\WRSA.exe" -uninstall
"C:\Program Files (x86)\Webroot\WRSA.exe" -uninstall
Keywords: Removal Tool, Uninstall, Cleanup |
Category: Software 🠪 Other Update Office to specific version | September 24, 2023 | "C:\Program Files\Common Files\microsoft shared\ClickToRun\OfficeC2RClient.exe" /update user updatetoversion=16.0.13901.20462 |
Category: Software 🠪 Other Virtualbox Commands | September 24, 2023 | 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 |
|