Tilde ~1.2.3 will update to the latest Patch version, so anything less than 1.3.0 Carat ^1.2.3 will update to the latest Minor and Patch versions, so anything less than 2.0.0
Latest Posts
Search Column In Excel For Values That Do Not Exist
Enter the below into cell B2 and extend down to B5 to display values in column A that do not exist in column C To use whole column C instead, remove header and enter the below
Delegate Permissions to Reset User Account Passwords in Active Directory
To check the permissions after delegation
Bypass UAC Using Task Scheduler for a Program
Open Task Scheduler and Create a New Task under Actions In General tab. Give the task a name.Tick ‘Run with highest privileges’. In Actions tab Click New, set action to ‘Start a Program’Browse to the program location in program/script. In Settings tab Tick ‘Allow task to be run on demand’. Create a shortcut with the […]
Add Bypass UAC Context Menu Option
To add a ‘bypass UAC’ option to the context menu when right clicking a program create a reg file with the below code and run the file to add the entry to the registry. Requires administrator rights.
Kyocera Utax Toner Door Release
Close outer toner door if open Login in with Admin username Goto Device Settings Bring up the Keypad from menu Enter Service Mode by pressing 10871087 Type 159 Start to enter Toner Container Function Select Container Lock Set to Off -> Start Open outer toner door To exit maintenance mode type 001 Start
Find Location of Executable in Windows
To find the location of a built in exe for example notepad.exe in Windows use the Powershell Get-Command tool(gcm) to display the path.