- After you have located the folder you would like to edit, right click the program and click the option that says, "Properties".
- Go to the Security tab.
- After you have viewed the permissions that are already set, you can now click on the Advanced Button that is right below the "Permissions for Authenticated Users".
- Once you have clicked Advanced, a box like this should appear, the "Permission Entries" box, which shows all the permissions that are set for the users.
- Click on the user you would like to edit, and then click the option that says "Change Permissions" which is right below the box.
- Once that is clicked, you are going to get the same box pop up, but this time, you can actually edit the options.
- Next Step, which is almost the end of our tutorial, is actually to change the options.
Tuesday, 20 August 2013
04:53
How to Change Folder Permissions on Windows 7 / xp / vista
sunny rathod
No comments
Thursday, 25 July 2013
03:46
Country ,State ,City autofill in PHP using MYSQL
Automatic fill Country wise state and same as state wise city fill without page refresh.
using Ajax this concept is possible.
Country,State,City in php project usign Ajax Friday, 12 July 2013
Wednesday, 10 July 2013
08:00
Folder Lock using bat file
sunny rathod
No comments
following code using you have to create one file that extension is .bat .
by default password is sunny. if you change the password then you have to change only where written sunny you have to set your password.
cls
@ECHO OFF
title Folder Confidential
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Confidential goto MDLOCKER
:CONFIRM
echo Are you sure you 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 Confidential "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 the Password to unlock folder
set/p "pass=>"
if NOT %pass%== sunny goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Confidential
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md confidential
echo Confidential created successfully
goto End
:End
by default password is sunny. if you change the password then you have to change only where written sunny you have to set your password.
cls
@ECHO OFF
title Folder Confidential
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Confidential goto MDLOCKER
:CONFIRM
echo Are you sure you 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 Confidential "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 the Password to unlock folder
set/p "pass=>"
if NOT %pass%== sunny goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Confidential
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md confidential
echo Confidential created successfully
goto End
:End
Saturday, 19 January 2013
04:21
Monday, 3 September 2012
07:27
Friday, 16 December 2011
07:44
Fundamental of Programming All Book
sunny rathod
No comments
FOP ALL BOOK
In this link fop 4 book available you can just download it.
- Complete Reference C
- Let-us-c
- Fop Oxford Edition
- Fop Third Edition
Subscribe to:
Comments (Atom)



