Kategorien
Open-source Disk Usage Analyzer and Cleanup Software
Artikel
For adding new user to Sinalite company: Create a new account on Active directory. Add this...
Application for .heic files for IPhone imageshttps://imageglass.org/release/imageglass-8-7-11-6-38#downloads
Hik-Vision iVMS-4200-V3.10.0.6_Ehttps://www.hikvision.com/ca-en/support/download/software/ivms4200-series/
How can I reinstall Windows 10's calculator app?Run the PowerShell as an administrator and type the following command: Get-AppxPackage...
How to Change Computer Name (general network error)Run PowerShell with Admin Privilege and Configure like follows. Rename-Computer -NewName server1...
How to Fix Blank White Icons on Desktop (Windows 10) thumbnailsIt is a known issue with 1709 but interestingly we couldn't find it online. 1-Open your notepad,...
How to Search for Files from a Certain Date Range in Windows 8 and 10Simply open up your windows explore and go to the Search tab and type in your date range format...
How to change password in Remote Desktop sessionRun the shell You can directly launch the shell to get the Windows Security Options displayed....
How to find computer or server serial number in command prompt as administrator How to reboot server with 70 second delayOpen Command Prompt as an administrator and run the below command shutdown -r -f -t 70
How to use a MAC for connecting through the console portStep 1 Use the Finder to go to Applications > Utilities > Terminal.Step 2 Connect the OS X...
Internet Explorer- Opens on Edge browserIn case your Internet Explorer redirect to Edge Browser follow the instruction to fix that:...
MS SQL Server Firewall PortRun the below commands from your command prompt: netsh firewall set portopening protocol =...
Missing Computer Management on Win 10Step 1: Press Win + R to open the Run window. Step 2: Type cmd into the text box and press Shift...
Missing Windows 10 Icons and Thumbnails with an Icon Cache RebuildOpen Command Prompt as an admin Press the “Start” button and type “cmd”. Right-click the...
Office365-Error 80090034 TPM has malfunctionedI added this to the registry of a user whose machine was giving the same error even after...
Remote Desktop Reset Grace PeriodServer Migration
New server installation: Turn on Server Assign 120 GB to C: Drive and the rest to D: drive...
Win 11 Home to Pro-Stuck on app storeRun slui.exe /upk. This is not always necessary but I suspect sometimes the Home license will be...
Windows 2012 change edition from Evaluation to RetailRun the command prompt as an Administrator Type DISM /online /Get-CurrentEdition to find...
Windows Server Change Time ZoneOpen Powershell with "Run as an administrator"Run command: Get-TimeZone -ListAvailable #command...
Windows Server Time IssueCopy the below to a text file called time.bat Run it as an Administrator @echo off...
how to change timezone for win server using Command PromptStep 1: Open a command prompt as an administrator. Step 2: Type tzutil /l and press...
how to change timezone using powershellrun powershell as an admin and try this Set-TimeZone -Id "US Eastern Standard Time"