Posts

How to fix Apache shutdown unexpectedly error in Xampp

Image
                                     Are you facing an error while trying to access Apache server in Xampp and not able to open any of your localhost projects. I will help you to fix this error in a very simple way. Step - 1 click on config button corresponding to Apcahe start button, you will get different options select Apache(httpd.config). A text file will be opened. Step - 2 After opening Apache(httpd.config) file scroll till you get #Listen 80 You have to change Listen 80 to any random number which should be greater than 1204. Step - 3 Now, in the same file scroll till you get ServerName localhost:80. You should also change this number note the number should be same from the above. And save the file.   Step - 4 After that open Apache(httpd-ssl.conf) file, scroll down till you get Listen 443 and change it to any random number. Now, scroll down to <VirtualHost_defa...

How to disable auto start applications in Windows 10

Image
                      Is  your Windows 10 Laptop/Desktop taking more time to start due to applications that are starting automatically, and don't know how to stop them from starting automatically. I will help you to  disable those applications in a simple manner. Step 1: click on startup menu and start typing Task Manage or  you can use the shortcut key's ctrl+shift+escp, it will open up Task Manger shown below. Step 2: select Startup from the menu which is next to App history. Then it will shows the list of applications that are starting automatically. Step 3: select the application which you want to disable from starting automatically and click on the  disable button which you can see in the bottom of the task manager. In my case I'm selecting Windows security notifications and disabling it by clicking on the disable button.   Watch it on YouTube: