This is a new and advance method to hide the data into a folder
by setting the permission on the file and folder in windows so that
no else can open and access them
rum cmd and the following command
let's say we have a folder 'info' to se the permission on 'info'
command is as follows :
CACLS info /e /p everyone:n
to remove the restriction on the folder , command is as follows
CACLS info /e /p everyone:f
0 Responses to New trick to hide the data into a folder