mo7ram9
زيزوومي جديد
غير متصل
من فضلك قم بتحديث الصفحة لمشاهدة المحتوى المخفي
بسم الله الرحمن الرحيم
أستخدمت هذا الكود في الدوز لعمل مجلد لا يفتح ولا يحذف ولا يعدل
md "D:\MO7RAM9"
echo y| cacls D:\MO7RAM9 /D guest
أستخدمت هذا الكود في الدوز لعمل مجلد لا يفتح ولا يحذف ولا يعدل
md "D:\MO7RAM9"
echo y| cacls D:\MO7RAM9 /D guest
هذة الطريقة صالحة فقط للأقراص من نوع
NTFS
نجد في الأقراص من هذا النوع مجلد مشفرة بنفس الطريقة هو
(System Volume Information)
فلقد حاولت بعدة طرق أحداها لحذف المجلدات التي صنعتها أو التعديل فيها من خلال المساعدة حق الدوز[/COLOR][/SIZE]
Displays or modifies access control lists (ACLs) of files
CACLS filename [/T] [/E] [/C] [/G usererm] [/R user [...]]
[/P usererm [...]] [/D user [...]]
filename Displays ACLs.
/T Changes ACLs of specified files in
the current directory and all subdirectories.
/E Edit ACL instead of replacing it.
/C Continue on access denied errors.
/G usererm Grant specified user access rights.
Perm can be: R Read
W Write
C Change (write)
F Full control
/R user Revoke specified user's access rights (only valid with /E).
/P usererm Replace specified user's access rights.
Perm can be: N None
R Read
W Write
C Change (write)
F Full control
/D user Deny specified user access.
Wildcards can be used to specify more that one file in a command.
You can specify more than one user in a command.
Abbreviations:
CI - Container Inherit.
The ACE will be inherited by directories.
OI - Object Inherit.
The ACE will be inherited by files.
IO - Inherit Only.
The ACE does not apply to the current file/directory
ومن خلال هذة المساعدة وجدة الحل فلقد كانت طريقة الفك بهذة الطريقة
echo y| cacls thepath /P %username%:f
مثال
echo y| cacls D:\MO7RAM9 /P %username%:f
لكن للأسف هنالك مشكلة أخرى وهى
انني غيرت الويندوز وأردت أن أفك تشفير المجدات لكنة يرفض ألفك ويعطيني رسالة Access denied
:f::f::f::f::f::f::f::f::f::f::f:
الحل من الساحر الذي سوف يفكها, أنا مازلت أرى أمل لحل هذة المشكلة
:u::u::u::u::u::u:
