5 Steps to Create a Shortcut to a Windows 10 Settings Page
Have you ever wanted to get to a Windows 10 Settings page quickly & easily? Follow the 5 steps below to create a shortcut to...
Quick Tip: Use netstat To Find What Is Blocking Your Port
The Windows command below will tell you the PID of the application that is using the port specified: netstat -aon | find "8080" Have any...
Unibar ELS Enterprise Print To File
I've been working with DSI quite a bit lately. In doing so, I picked up a little trick when testing label printing using Unibar ELS...
Quick Tip: Decline All Update Packages Using SQL
A quick way to decline all packages that have been marked for deployment on a development client is use SQL: UPDATE SY900.F98825 SET UPINPKST=40 --Decline...
Quick Tip: Change A Scheduled Job’s Time Zone Using SQL
If you work with multiple time zones, especially if one uses Daylight Saving Time and the other does not, it can be useful to have...