Skip to main content

Posts

Showing posts from January, 2018

How to enable GodMode in windows 7,8,8.1 or 10

How To Enable GodMode In Windows 7,8,8.1 or 10 What is Godmode in window operating systems? windows provide a shortcut to windows master control panel, it is also called as god mode. it is a shortcut to access various control settings in Windows operating systems including Windows 7,8,8.1,10. To Enable 'God Mode' in Windows 7,8,8.1 and 10 step 1- To enable the "GodMode" we need to create a new folder.  step 2- Rename the folder to:             GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} after renaming the folder the folder icon will change into Control Panel icon and will contain hundreds of Control options  

How to create a error message box using notepad

How to create a message box using notepad Step 1- open notepad Step 2- Write this code on notepad X=Msgbox("Press OK.",1+16,"Demo Error") note- in the above code instead of double quoted text you can write anything you want Step 3- save this file as .vbs Step 4- open the ".vbs" file