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
Close Menu