Grandalf

Bardzo aktywny
Członek Załogi
Moderator
Dołączył
26 Maj 2015
Posty
19212
Reakcje/Polubienia
55932
OpenedFilesView wyświetla listę wszystkich otwartych plików w naszym systemie. Dla każdego otwartego pliku wyświetlane są dodatkowe informacje: wartość uchwytu, dostęp do odczytu, zapisu i usuwania, położenie pliku, proces, który otworzył plik i inne…
Opcjonalnie możemy również zamknąć jeden lub więcej otwartych plików lub zamknąć proces, który otworzył te pliki.
To narzędzie jest szczególnie przydatne w przypadku próby usunięcia, przeniesienia i otwarcia pliku kiedy pojawia się jeden z następujących komunikatów o błędach:

– Nie można usunąć [nazwa pliku]: doszło do naruszenia zasad udostępniania. Plik źródłowy lub docelowy może być w użyciu.
– Nie można usunąć [nazwa pliku]: Jest używany przez inną osobę lub program. Zamknij wszystkie programy, które mogą używać tego pliku i spróbuj ponownie.

Gdy pojawi się jeden z tych komunikatów o błędach, aplikacja pokaże nam, który proces blokuje nasz plik. Zamknięcie właściwego procesu rozwiąże ten problem. Opcjonalnie możemy również zwolnić plik, zamykając uchwyt. Należy jednak pamiętać, że po zamknięciu pliku w ten sposób program, który otworzył plik, może stać się niestabilny, a nawet ulec awarii.

OpenedFilesView nie może zamknąć plików otwartych przez jądro systemu Windows.

Aplikacja nie wymaga żadnego procesu instalacji ani dodatkowych bibliotek DLL. Aby zacząć go używać, po prostu uruchom plik wykonywalny – OpenedFilesView.exe
Główne okno programu wyświetla listę wszystkich plików aktualnie otwartych w naszym systemie. Aby odświeżyć listę otwartych plików, naciskamy klawisz F5 lub alternatywnie, korzystamy z funkcji automatycznego odświeżania (Opcje -> Automatyczne odświeżanie -> Co x sekund), aby automatycznie odświeżyć listę otwartych plików co 1 – 5 sekund.

Począwszy od wersji 1.10, możemy uruchomić OpenedFilesView bezpośrednio z Eksploratora Windows i wyświetlić tylko uchwyty pliku lub folderu, który chcemy sprawdzić.
Aby włączyć tę funkcję, zaznaczamy opcję „Włącz menu kontekstowe Eksploratora” w menu Opcje. Po włączeniu tej funkcji można kliknąć prawym przyciskiem myszy dowolny plik lub folder w Eksploratorze Windows i wybrać z menu element „OpenedFilesView”.
Jeśli uruchomimy opcję dla folderu, wyświetli ona wszystkie otwarte pliki w tym folderze.
Jeśli uruchomimy opcję dla pliku, wyświetli on wszystkie otwarte uchwyty dla tego pliku.
źródło:
Zaloguj lub Zarejestruj się aby zobaczyć!


OpenedFilesView_1.png

Zaloguj lub Zarejestruj się aby zobaczyć!


Instalator 32 bit:
Zaloguj lub Zarejestruj się aby zobaczyć!

Portable 32 bit:
Zaloguj lub Zarejestruj się aby zobaczyć!

Portable 64 bit:
Zaloguj lub Zarejestruj się aby zobaczyć!

Spolszczenie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Jarom

Bardzo aktywny
Zasłużony
Dołączył
23 Wrzesień 2016
Posty
3893
Reakcje/Polubienia
1228
OpenedFilesView 1.86

Zmiany od wersji 1.85

Version 1.86:
  • Fixed OpenedFilesView to send the data to stdout when specifying an empty string (e.g: OpenedFilesView.exe /scomma "" ).
Historia wcześniejszych wersji tego programu
  • Version 1.85:
    • Added new option: 'Copy Locked Files To Another Folder' (F7), which allows you to copy locked files that cannot be copied with Windows Explorer. Be aware that this feature doesn't work if the file is opened by 'System Process'.
  • Version 1.81:
    • Added 'Align Numeric Columns To Right' option.
  • Version 1.80:
    • OpenedFilesView is now a Unicode application so it can display and save filenames with any character (Until now non-ANSI characters were displayed as '?').
    • You can now choose the desired encoding (ANSI, UTF-8, UTF-16) to save the csv/xml/text/html files (Options -> Save File Encoding)
    • Added 'Quick Filter' feature (View -> Use Quick Filter or Ctrl+Q). When it's turned on, you can type a string in the text-box added under the toolbar and OpenedFilesView will instantly filter the files list, showing only items that contain the string you typed.
  • Version 1.70:
    • Added 'Close Processes Of Selected Files'. As opposed to the 'Kill Processes Of Selected Files' option that brutally kills the process, this option sends a request to the application to close itself as soon as possible (using WM_QUERYENDSESSION and WM_ENDSESSION Windows messages).
    • Added closeprocess and killprocess commands to the /closefile and /closefolder command-line options, which allow you to close/kill the processinstead of closing the file handle, for example:
      OpenedFilesView.exe /closefile closeprocess "c:\myfile.txt"
    • Added 'Elevated Process' column.
    • Added new information to 'Attributes' column: 'T' for 'Temporary File', 'I' for 'Not Content Indexed', 'E' for encrypted file, 'X' for 'No Scrub File', and 'V' for 'Integrity Attribute'.
  • Version 1.65:
    • Added 'Process User' column.
    • Added 'Save All Items' option.
  • Version 1.61:
    • Explorer context menu inside OpenedFilesView: When you right-click on a single item while holding down the shift key, OpenedFilesView now displays the context menu of Windows Explorer, instead of the OpenedFilesView context menu.
  • Version 1.60:
    • Fixed bug: OpenedFilesView failed to remember the last size/position of the main window if it was not located in the primary monitor.
    • Finally, fixed the error 100005 problem occurs in some systems.
  • Version 1.58:
    • Added a small fix that hopefully will solve the error 100005 problem occurs in some systems.
  • Version 1.57:
    • Added secondary sorting support: You can now get a secondary sorting, by holding down the shift key while clicking the column header. Be aware that you only have to hold down the shift key when clicking the second/third/fourth column. To sort the first column you should not hold down the Shift key.
    • Fixed to display local date/time values according to daylight saving time settings.
  • Version 1.56:
    • Added /wildcardfilter command-line option, for example:
      OpenedFilesView.exe /wildcardfilter *.dat
  • Version 1.55:
    • The 64-bit version of OpenedFilesView is now provided with a signed driver, so there is no need for driver signing test mode anymore..
      (I randomly found out that the digital signature I purchased 1.5 years ago to sign the .exe files of NirSoft is now also suitable for signing drivers !)
  • Version 1.52:
    • Added 'Open File Folder' option (F8), which opens the folder of selected filein Windows Explorer.
  • Version 1.51:
    • Added 'Mark Odd/Even Rows' option, under the View menu. When it's turned on, the odd and even rows are displayed in different color, to make it easier to read a single line.
  • Version 1.50:
    • Added 'Mark Files With Position Change' - When it's turned on, files with position change are marked in green color.
    • Added '% Position' column - Displays the position of the file in % , relative to the current file size.
    • Fixed bug: OpenedFilesView failed to close network files from command-line.
  • Version 1.47:
    • Added 'Add Header Line To CSV/Tab-Delimited File' option. When this option is turned on, the column names are addedas the first line when you export to csv or tab-delimited file.
  • Version 1.46:
    • /filefilter now allows you to specify a filename without a path.For example, if you run OpenedFilesView with '/filefilter index.dat', allopened index.dat filenames will be displayed.
  • Version 1.45:
    • Added command-line option for sorting the list in the save command-line options.
    • When saving from command-line, OpenedFilesView now only save the items according to the options selected in the last time that you used it.For example: if the 'Show Opened Directories' options is unchecked, opened directories won't be saved into the file.
  • Version 1.41:
    • Added 'Explorer Copy' option - You can selected one or more files, choose 'Explorer Copy', and then paste them into Explorer window.
  • Version 1.40:
    • Added 'Put Icon In Tray' option.
  • Version 1.35:
    • Added /processfilter command-line option.
    • Added drag And drop icon in the toolbar that allows to to easily view only the opened files of the desiredapplication simply by dragging the target icon from the OpenedFilesView toolbar into the application.
  • Version 1.30:
    • New option: Bring process to front.
    • Added more accelerator keys.
  • Version 1.26:
    • Fixed bug: Extension column displayed wrong value when folder name contained a dot character.
  • Version 1.25:
    • New option: Hide System Process Files.
    • New option: Hide Svchost Files.
  • Version 1.22:
    • Added error message when OpenedFilesView fails to load the opened files list.
    • You can now send the information to stdout by specifying an empty filename ("") in the command-line. (For example: openedfilesview.exe /stab "" >> c:\temp\of.txt)
  • Version 1.21:
    • Fixed bug: When using command-line options, the opened files of OpenedFilesView itself were added into the list.
  • Version 1.20:
    • New option: Mark Modified Filenames (Mark filenames that their date/time or file size was changed since the previous snapshot)
  • Version 1.18:
    • Fixed bug: The dates displayed in system locale, instead of user locale.
  • Version 1.17:
    • Added new option: Convert short-path names to long-path names.
  • Version 1.16:
    • Added file extension column, so you can sort the opened files list by file extension.
  • Version 1.15:
    • Added support for saving as comma-delimited text file.
    • Fixed bug: AutoRefresh sub-menu selection wasn't displayed.
    • Fixed bug: The main window lost the focus when the user switched to another application and then returned back to OpenedFilesView.
  • Version 1.12:On Vista, OpenedFilesView now automatically requires to run as administrator(When User Account Control is turned on)
  • Version 1.11:Fixed bug: OpenedFilesView displayed wrong files when running it from context menu on a folder.
  • Version 1.10:
    • New option: 'Enable Explorer Context Menu' - Allows you to launch OpenedFilesView utilitydirectly from Explorer window, and display only the file handles of specific file or folder.
    • New command-line option: /filefilter - Run OpenedFilesView with a file filter - display only the file handles of the file or folder that you specify.
    • The configuration of OpenedFilesView is now saved to a file instead of the Registry.
  • Version 1.05 - Added another memory address check in NirSoftOpenedFilesDriver.sys
  • Version 1.04 - A small fix in NirSoftOpenedFilesDriver.sys to avoid crashes when a memory address of kernel object is invalid.
  • Version 1.03 - Improved file closing under Vista.
  • Version 1.02 - A tooltip is displayed when a string in a column is longer than the column length.
  • Version 1.01 - New option: Hide Files In Windows Folder.
  • Version 1.00 - First release.

32 bit:
Zaloguj lub Zarejestruj się aby zobaczyć!

64 bit:
Zaloguj lub Zarejestruj się aby zobaczyć!


Spolszczenie (od wersji 1.85):
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37943
Reakcje/Polubienia
33992

OpenedFilesView 1.90

Version 1.90:
  • Fixed the /filefilter and /wildcardfilter command-line options to work properly with long filenames when the 'Convert To Long Path Names' option is turned on.
  • Fixed security issue: The driver of OpenedFilesView allowed access for non-admin users.
  • Be aware: Because the updated driver is signed with a newer code signing certificate, OpenedFilesView stopped working on Windows Vista 64-bit, and maybe on other systems too.
  • If this version doesn't work on your system, you can download the version 1.87 of OpenedFilesView:
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ,
    Zaloguj lub Zarejestruj się aby zobaczyć!
    .
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37943
Reakcje/Polubienia
33992

OpenedFilesView 1.91

Version 1.91:
  • Updated to work properly in high DPI mode.
  • Added 'Black Background' option (Under the View menu). When it's turned on, the main table is displayed in black background and white text, instead of default system colors.
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry