Category: Computers and Internet
-
Desktop v/s Web Application
Hello Folks! I hope you are all enjoying my blog. Today, I am sharing views on Desktop v/s Web Application. There are many advantages and disadvantages of both the applications. Both the applications are good and have their own great characteristics. What is Desktop Application? A Desktop application is an application that runs on various…
-
How to hide folder without using any software?
cls @ECHO OFF title Folder Lock if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK if NOT EXIST Lock goto MDLOCKER :CONFIRM echo Are you sure u want to Lock the folder(Y/N) set/p “cho=>” if %cho%==Y goto LOCK if %cho%==y goto LOCK if %cho%==n goto END if %cho%==N goto END echo Invalid choice. goto CONFIRM :LOCK ren Lock…
