Disable restart after Windows Automatic Updates

Click Start -> Run Enter “gpedit.msc” Go to Local Computer Policy -> Computer Configuration -> Administrative Templates -> Windows Components -> Windows Update Double-click on “Re-prompt for restart with scheduled installations” “No auto-restart for scheduled Automatic Update installation” Disable it! Enable it! Reboot the computer

Javascript Confirm Form Submission

Javascript Confirm Form Submission Many times you may wish to have the user confirm, before they process a form’s action. For instance, clicking the button may activate a deletion process which you wish to have the user confirm before proceeding. This code allows your users to confirm whether they wish to proceed when processing a …