Windows 10: Batch file folder lock issue in Windows 11

Discus and support Batch file folder lock issue in Windows 11 in Windows 10 Software and Apps to solve the problem; I set up batch file lock on a folder in windows 11 and it worked at first but now the folder won't lock when I double click on batch file icon and... Discussion in 'Windows 10 Software and Apps' started by Ken Bergsvik, Jul 24, 2023.

  1. Batch file folder lock issue in Windows 11


    I set up batch file lock on a folder in windows 11 and it worked at first but now the folder won't lock when I double click on batch file icon and answer yes y to lock it stays unlocked I got to lock once after a restart but tried again and won't lock.

    :)
     
    Ken Bergsvik, Jul 24, 2023
    #1
  2. oily_17 Win User

    Batch Files Knowledge Base

    Don't use batch files very much but one I find useful is for creating a list of files in a directory.
    Just copy the text below into Notepad and save as Filelist.bat

    dir /a /-p /o:gen >filelist.txt

    When you run it from a folder it will create a Filelist.txt file,in the same folder, that lists all the files in that folder.Useful when you are too lazy to type all the files out yourself.
     
    oily_17, Jul 24, 2023
    #2
  3. Batch Files Knowledge Base

    Very nice and usefull thanks for contributing.
     
    AphexDreamer, Jul 24, 2023
    #3
  4. Batch file folder lock issue in Windows 11

    Folder locked and dissapeared after unlock

    Well here's something i found on this:

    Lost my files in Folder Lock

    But it doesn't work here , i don't have that folder.

    Can somebody help me searching for a solution , tnx.

    EDIT:

    I did that and that's when the folder just disappeared but the data is still there, the program is very confusing about restoring files , it says that "files should become unlocked automatically" ... so where the heck are manual unlocking instructions.

    It's not an encrypt , it's just a password lock , so data is all open. The problem is, i would get like 225 GB of individual files off the HDD recovery , i just want the harder way of accessing the folder but getting the folder structure , where can i find the time to SORT 220 GB of data omg.
     
    RuskiSnajper, Jul 24, 2023
    #4
Thema:

Batch file folder lock issue in Windows 11

Loading...
  1. Batch file folder lock issue in Windows 11 - Similar Threads - Batch file folder

  2. Batch Reset of Windows 11 File Explorer

    in Windows 10 Gaming
    Batch Reset of Windows 11 File Explorer: HiDoes someone know the batch code to reset all the settings of the Windows 11 File Explorer back to its default settings?Or eventually the registry folders/ keys that have to be removed to have it back to default?Thanks for your help....
  3. Batch file folder lock issue in Windows 11

    in Windows 10 Gaming
    Batch file folder lock issue in Windows 11: I set up batch file lock on a folder in windows 11 and it worked at first but now the folder won't lock when I double click on batch file icon and answer yes y to lock it stays unlocked I got to lock once after a restart but tried again and won't lock....
  4. Windows Batch File

    in Windows 10 Network and Sharing
    Windows Batch File: I am performing a backup using xcopy with /e/y/d. One folder is giving me a problem. The source looks like this: Level 1 ----------...
  5. Windows Batch File

    in Windows 10 Gaming
    Windows Batch File: I am performing a backup using xcopy with /e/y/d. One folder is giving me a problem. The source looks like this: Level 1 ----------...
  6. Windows Batch File

    in Windows 10 Software and Apps
    Windows Batch File: I am performing a backup using xcopy with /e/y/d. One folder is giving me a problem. The source looks like this: Level 1 ----------...
  7. A batch file issue related to EnableDelayedExpansion

    in Windows 10 Support
    A batch file issue related to EnableDelayedExpansion: I had thought that I understood how "SETLOCAL EnableDelayedExpansion" works in a batch file in Win 10, but I'm running into something that I simply cannot reconcile. Take a look at the code below: Code: @echo off setlocal enabledelayedexpansion setlocal enableextensions...
  8. Reset Folder View Batch File Assistance?

    in Windows 10 Support
    Reset Folder View Batch File Assistance?: Hello, OS Name: Microsoft Windows 10 Enterprise Version: 10.0.19042 Build 19042 System Type: x64-based PC Processor: Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz, 3192 Mhz, 4 Core(s), 4 Logical Processor(s) Platform Role: Desktop Windows Directory: C:\WINDOWS System Directory:...
  9. Create batch files with Batch?

    in Windows 10 Software and Apps
    Create batch files with Batch?: How to create Batch and VBS files with Batch? So I write a batch file which I then convert to exe that creates new folders in a certain directory and then creates batch and VBS files with a certain content and saves them in the created folder. So it's similar to a program...
  10. Batch Folder and Batch File/Move Software

    in Windows 10 Software and Apps
    Batch Folder and Batch File/Move Software: Looking for recommendations for software that handles automatic batch folder creation according to defined rules. Also looking for software that handles automatic file and folder moving into more than one directory according to selection criteria (size, date, extension,...