Skip to main content

Hide folder in windows without using software.

Open notepad copy the below code and save file as "tanuj.bat"

Hide folder in windows without using software.

@ECHO OFF
title Folder tanuj
if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK
if NOT EXIST tanuj 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 tanuj “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
attrib +h +s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
echo Folder locked
goto End
:UNLOCK

echo Enter password to Unlock folder
set/p “pass=>”
if NOT %pass%==password goto FAIL
attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” tanuj
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md tanuj
echo tanuj created successfully
goto End
:End
You may use .bat to .exe converter to protect your password.

Comments

Popular posts from this blog

Having issue with MDaemon Outlook Connector to connect MDaemon data with Outlook

Migration from MDaemon to Outlook is the right way to access MDaemon data in Outlook by using Outlook Connector Migration from MDaemon to Outlook Without Outlook Connector Migration from MDaemon to Outlook Overview: MDaemon Mail Server provides Outlook Connector for MDaemon which let you view and open MDaemon data with Outlook. Using Outlook Connector users will be able to view MDaemon Mail and contacts in Outlook. But if have you deleted any file from MDaemon then it will also missing from Outlook as well.   The way MDaemon Outlook Connector works is by keeping a locally cached copy file of the mail body in a database and the attach   files as a separate file. This is completely different from Microsoft Outlook Exchange caching where everything is kept in one OST file. The problem with this is it takes around 30 minutes to open Outlook (from a cold boot) which is quite unacceptable!! Sometimes users couldn’t able to send and receive email while using Ou...

Join the Beauty Course for Massage Beauty License Training

Massage Beauty School of California: Massage beauty program is one of the top ten beauty courses which are well recognized and sought after in the beauty sector. Several students from various cities and states enroll in this training program to get better learning opportunities and understand the minute technicalities of beauty massaging services. Certified schools and beauty institutes located in Los Angeles are offering cutting-edge training to the students who are eligible for the program. Palace Beauty College is an accredited beauty school that does offer a massage therapy program and also offers holistic learning facilities to the students. The college has years of experience in providing massage therapy license training in Los Angeles for more than half a decade now. The college maintains its official website to reach out to distant students and provide them relevant information related to the available beauty courses. The college takes pride in its impressive infrastru...

How to Add MBOX File to Office 365 Manually

Read this article, if you need to know about how to add an MBOX file to Office 365 manually & alternatively. This MBOX to Office 365 migration article is created for such persons who would have a requirement to transfer MBOX file data to Office 365 and are facing trouble finding out the exact solution. In this article, we will explain the manual process but it is lengthy so users who have an urgent requirement and want to directly add MBOX files in Office 365 then they can also go with its alternative solution. Why Users go with Office 365 from MBOX   MBOX file format is supported by 25+ mail clients & webmail clients (Thunderbird, Mac Mail, The Bat!, Gmail, Mulberry, Postbox, PocoMail, SeaMonkey, Spicebird, Entourage, etc.) and Office 365 is more in demand than other mail clients because it is cloud-based and supports multiple programs. O365 is simply accessible at any location on any system by only internet connectivity. It is a business purpose cloud-based web app a...