synergyiorew.blogg.se

How to create a password protected folder on shared drive
How to create a password protected folder on shared drive








how to create a password protected folder on shared drive
  1. #HOW TO CREATE A PASSWORD PROTECTED FOLDER ON SHARED DRIVE HOW TO#
  2. #HOW TO CREATE A PASSWORD PROTECTED FOLDER ON SHARED DRIVE .EXE#
  3. #HOW TO CREATE A PASSWORD PROTECTED FOLDER ON SHARED DRIVE INSTALL#
  4. #HOW TO CREATE A PASSWORD PROTECTED FOLDER ON SHARED DRIVE SOFTWARE#
  5. #HOW TO CREATE A PASSWORD PROTECTED FOLDER ON SHARED DRIVE CODE#

Now, you can lock and unlock the encrypted shared folder by clicking on the icon.Ĭlick (unlock icon) to enter encryption management, you can be performing the following actions. (Optional) Enable “Save encryption key” for unlocking the encrypted folder automatically after the NAS reboots.Ĭlick Ok to process Folder Encryption, once done (lock icon) appears. Click here to know the processor type of your NAS.Įnter and verify the password to confirm this action.

  • You can't encrypt the shared folder if your NAS hardware is not powered by an Intel or AMD processor.
  • The folder is a default shared folder.
  • Note: if you don't see the option "Encrypt this folder", this is due to the following reasons Select “Edit Properties” and check the “Encrypt this folder” option. Open “Control Panel” > “Privilege Settings” > “Share Folders” and choose the folder in the right panel. To encrypt an existing shared folder, follow the steps
  • A NAS powered by Intel or AMD processor.
  • Guideline for Choosing and Upgrading NAS.
  • how to create a password protected folder on shared drive

  • Video Surveillance Device Management System.
  • Configure network settings (QNE Network).
  • Configure network settings (QTS & QuTS hero).
  • With Linux and ZFS, QuTS hero supports advanced data reduction technologies for further driving down costs and increasing reliablility of SSD (all-flash) storage. QuTS hero is the operating system for high-end and enterprise QNAP NAS models. WIth Linux and ext4, QTS enables reliable storage for everyone with versatile value-added features and apps, such as snapshots, Plex media servers, and easy access of your personal cloud. If any query please comment.Īnd also like my FB page givin below link and share it.QTS is the operating system for entry- and mid-level QNAP NAS. Thank You for reading this article.I hope you enjoyed it. Important think is that, you can run your script from any location in your computer where you want.
  • -noconsole -> to prevent a console window from popping up.
  • -onefile -> to make it just a single executable.
  • Pyinstaller Locker.py -onefile -noconsole -ico=anyimage.ico keylogger.py

    #HOW TO CREATE A PASSWORD PROTECTED FOLDER ON SHARED DRIVE INSTALL#

    Open your command prompt and type:Ĭ:\Python27\Scripts>pip install pyinstaller and hit enterĪfter installation pyinstaller, Go to your program’s directory and run: Now, We will be download pyinstaller using pip. Now we are going to use pyinstaller to convert it to an exe file so we can easily run it on their computer. Well, we have done all work for Folder Lock. If password is correct then you can access your secret files and folder.

    #HOW TO CREATE A PASSWORD PROTECTED FOLDER ON SHARED DRIVE CODE#

    Again run your code and enter your desired password. After that certainly automatically will hide in your hard-drive.If you want unlock your Locker Folder. This code will be create password protected folder and also become convert in recyle bin.

    how to create a password protected folder on shared drive

    Where my Locker folder is created.Īfter that put your secret file and folder in your Locker Folder and again run your code. In my case, My directory path is "F:\Studend\Python\Advanced\Password". If you want to create Locker folder in your "F:\" drive then change directory path in our code. This will be create a Locker Folder in your drive where you want to create. In my code my dafult password is "password".Īfter that run your code and enter your default password. If you want to set your own desired password then change password. The above code have dafault password is "password". Print "Wrong password!, Please Enter right password" # If Locker folder or Recycle bin does not exist then we will be create Locker Folder Os.chdir("F:\Studend\Python\Advanced\Password") # Change Dir Path where you have Locker Folder Pw = str(raw_input("Enter your password for Lock or Unlock your folder: ")) Or copy the following code and paste in your python IDE or Notepad and save as anyname.py. If you use to notepad please remember indentation using to write code.

    #HOW TO CREATE A PASSWORD PROTECTED FOLDER ON SHARED DRIVE .EXE#

    exe file.Ĭompatible with any Microsoft Windows Operating system.įirst open your python IDE or Notepad, where you want to write code. if you want to distribute your Folder Lock then you will be also need pyinstaller using to convert our python file to. You will need only pyhton installed in your operating system.

    #HOW TO CREATE A PASSWORD PROTECTED FOLDER ON SHARED DRIVE HOW TO#

    So, I am going to tell you how to make your own Folder Lock, without using any software. You can use Folder Lock to secure your files and folder on windows. Lock, hide and password protects files and folder on your computer.

    #HOW TO CREATE A PASSWORD PROTECTED FOLDER ON SHARED DRIVE SOFTWARE#

    Hello guys, Today we will be learn how to create folder lock with password protected using Python programming language.įolder Lock is a data security software that is allows its users to encrypt thier files and folder. Amazon.in Widgets Python Blog #Author: ManishHacker1










    How to create a password protected folder on shared drive