Categories

WinDirStat 1

Open-source Disk Usage Analyzer and Cleanup Software

Articles

 Add New User for Sinalite

For adding new user to Sinalite company: Create a new account on Active directory. Add this...

 Application for .heic files for IPhone images

https://imageglass.org/release/imageglass-8-7-11-6-38#downloads

 Hik-Vision iVMS-4200-V3.10.0.6_E

https://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) thumbnails

It 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 10

Simply 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 session

Run 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 delay

Open 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 port

Step 1 Use the Finder to go to Applications > Utilities > Terminal.Step 2 Connect the OS X...

 Internet Explorer- Opens on Edge browser

In case your Internet Explorer redirect to Edge Browser follow the instruction to fix that:...

 MS SQL Server Firewall Port

Run the below commands from your command prompt:   netsh firewall set portopening protocol =...

 Missing Computer Management on Win 10

Step 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 Rebuild

Open Command Prompt as an admin Press the “Start” button and type “cmd”. Right-click the...

 Office365-Error 80090034 TPM has malfunctioned

I added this to the registry of a user whose machine was giving the same error even after...

 Remote Desktop Reset Grace Period

 

 Server 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 store

Run slui.exe /upk. This is not always necessary but I suspect sometimes the Home license will be...

 Windows 2012 change edition from Evaluation to Retail

  Run the command prompt as an Administrator Type DISM /online /Get-CurrentEdition   to find...

 Windows Server Change Time Zone

Open Powershell with "Run as an administrator"Run command: Get-TimeZone -ListAvailable #command...

 Windows Server Time Issue

Copy the below to a text file called time.bat    Run it as an Administrator   @echo off...

 how to change timezone using powershell

run powershell as an admin and try this   Set-TimeZone -Id "US Eastern Standard Time"