Justin Benson

macOS - Remove SafeMine profile

# Save these steps somewhere safe and close Chrome. # Click the "Preferences" icon in your Mac's menu bar and select "Profiles". #Select all "AdminPrefs" profile(s) and delete it/them by clicking the minus (-) icon at the bottom. #Once you've removed the unwanted "adminprefs" profile(s),…

Continue reading...
Justin Benson

Re-Establish Domain Relationship trust using PowerShell

Log on Windows 10 using local Administrator account Open Powershell terminal as admin Run $credential = Get-Credential and press Enter Enter YOUR account (which as admin rights) and password and then click OK RunReset-ComputerMachinePassword -Credential $credential and press Enter Close PowerShell Restart Log on Windows 10 using domain user account

Continue reading...