HTML reload once

At this at the beginning of a HTML site to automatically refresh/reload a site once. <script type="text/javascript"> $(document).ready(function(){ //Check if the current URL contains '#' if(document.URL.indexOf("#")==-1){ // Set the URL…

Continue Reading

Stop Chrome notifications

Click Chrome > Preferences, or just paste chrome://settings/content/notifications into your browser to skip steps 2-4. Scroll down and click Advanced Click content settings Click Notifications Next to the Ask before sending (recommended) text, click the toggle button. It should now…

Continue Reading

WDS Boot PXE: Fix the 0xc0000001 Error

Symptom

When you try to start a computer in PXE from a WDS server, the following error is displayed when loading the image:

Windows failed to start. A recent hardware or software change might be the cause. To fix the problem:
1. Insert your Windows installation disc and restart your computer.
2. Choose your language settings, and then click “Next.”
3. Click “Repair your computer.”
if you do not have this disc, contact your system administrator or computer manufacturer for assistance.
Status: 0xc000000l
Info: A required device isn’t connected or can’t be accessed

(more…)

Continue Reading

How to Shadow a user’s remote desktop session on Windows Server 2016 in workgroup mode

This post is about how to shadow a user session if the Windows Remote Desktop Server is not connected to a domain. If the server is connected to a domain, you can go to server manager, RDS Manager, and right click on current sessions to shadow and connect. When the server is in Workgroup mode (not connected to domain) the Remote Desktop Services Manager page is not accessible in Server Manager. To shadow another user’s sessions in Windows Server 2016 in Workgroup mode, use the following steps:

Command’s.

qwinsta

mstsc /shadow:3 /control

 

 

(more…)

Continue Reading
Close Menu