Category: Microsoft
How to run a DHCP server on your Windows desktop
There are instances, where we need to run a DHCP server on our workstation. Specially when we happen to work in either isolated networks and internet restricted networks. In order to achieve this there is a cool utility and this is portable, so no need to install the application on the workstation. You can get…
IIS Default Web site not working – Others work
On Windows systems there are tmes where the Default web site is not browing (even not starting), but rest of the sites are working fine. When you try to start the Default web site, you may end up with an error code: (Exception from HRESULT:0x800704BE) This is due to incorrect configuration of the localhost listener under…
Server 2012 Hang on Startup TiWorker.exe causing boot loop
The TiWorker (This is an automated scheduled task that comes pre-configured in Windows Server 2012 R2) process is related to the following services; Windows Update service TrustedInstaller.exe Windows Modules Installer service The symptoms for this issue that your Windows 8 or Server 2012 system runs slowly and applications lag. If you press CTRL+ALT+DEL and check the…
Change Windows Evaluation to Standard/Datacenter
Correctly Install Applications on a Remote Desktop Server
When installing an application on a Terminal Server, because multiple people will be using the application at once, there is actually a special method that you should use to install the applications. Here’s two methods to do it the right way. The GUI Method [Starting from Server 2012] To get started open control panel. Switch…
Troubleshooting Windows Fail-over Clusters and CSV
Generating the comprehensive Cluster Diagnostic Report; Get-ClusterDiagnosticInfo The above command Gets diagnostics for a cluster a cluster that contains VMs and produces a zip file containing the data. Example: PS C:\> Get-ClusterDiagnosticInfo -WriteToPath “C:\Users\MyUser\HealthTest\” This cmdlet enables you to view the state of your CSV. Understanding the state of your CSV is useful in troubleshooting failures…
Resetting the MS SQL sa Password – The Correct Way
If the user forgets the SQL password, then the user can ask the SQL SA (system administrator). It is because the SQL SA can easily reset the user’s password. But, what need to do if the administrator forgot the password? Here is how to Resolve the issue; Step 01 Try to Login into SQL Server…