We bring you the latest information about technology on your hand
በቅርብ የተከናወኑ
-
HOW TO SET A PASSWORD ON A FOLDER
1.Select the file or folder you want to encrypt.
2.Right-click the file or folder and select Properties.
3.On the General tab,click the Advanced button.
4.Check the box for the "Encrypt contents to secure data" option.
5.Click Apply and then OK.
Note:If the "Encrypt contents to secure data" option is not selectable and grayed out or you do not see the option at all,you likely have a Home edition of Windows,which does not support this feature.It is also possible that the hard drive where the files are located is not formatted as NTFS,as this is a requirement for the encryption feature.HOW TO SET A PASSWORD ON A FOLDER 1.Select the file or folder you want to encrypt. 2.Right-click the file or folder and select Properties. 3.On the General tab,click the Advanced button. 4.Check the box for the "Encrypt contents to secure data" option. 5.Click Apply and then OK. Note:If the "Encrypt contents to secure data" option is not selectable and grayed out or you do not see the option at all,you likely have a Home edition of Windows,which does not support this feature.It is also possible that the hard drive where the files are located is not formatted as NTFS,as this is a requirement for the encryption feature.0 Comments 0 SharesPlease log in to like, share and comment! -
HOW TO UNLOCK LOCK PATTERN USING COMMAND PROMPT.
1. Connect your android phone to you computer.
2. Open Commande prompt administrator.
3. Now in command prompt window type following code carefully [ adb shell cd/data/data/com.android.providers.settings/databases sqlites settings.db ] update system set value=0 where name=’lock_pattern_autolock’; update system set value=0 where name=’lockscreen.lockedoutpermanently’; .quit
4. Now you will see some screen as shown below and then you can reboot your phone and now when your android starts again, then try unlocking it using any random pattern and it will unlock and work pretty fine.
5. If you face any problem repeat same steps but instead of the above code tru using [ adb shell rm/data/system/gesture.key] and the press enter and now reboot your device to see if it works.HOW TO UNLOCK LOCK PATTERN USING COMMAND PROMPT. 1. Connect your android phone to you computer. 2. Open Commande prompt administrator. 3. Now in command prompt window type following code carefully [ adb shell cd/data/data/com.android.providers.settings/databases sqlites settings.db ] update system set value=0 where name=’lock_pattern_autolock’; update system set value=0 where name=’lockscreen.lockedoutpermanently’; .quit 4. Now you will see some screen as shown below and then you can reboot your phone and now when your android starts again, then try unlocking it using any random pattern and it will unlock and work pretty fine. 5. If you face any problem repeat same steps but instead of the above code tru using [ adb shell rm/data/system/gesture.key] and the press enter and now reboot your device to see if it works.0 Comments 0 Shares -
-
More Stories