Меню пользователя
Забыли пароль?
Преимущества пользователей:
1. Убрана почти вся реклама!2. Нет ограничений на скачивание
3. Оповещение об ответе на e-mail
и многое другое...
ИнтЕресности
Название: | CurrPorts 2.77 Portable [Ru/En] скачать торрент |
Год выпуска: | 2015 |
ОС: | Windows |
Категория: | Интернет |
Требования: | Microsoft Windows: Servers 2000-2012 Win NT/98/Me/XP/Vista/7/8/8.1/10 (x64/x86) |
Язык интерфейса: | Русский, Английский |
Лекарство: | не требуется |
Рейтинг на сайте: |
Описание: Компактная программа для просмотра открытых TCP/IP и UDP портов/соединений. Для каждого порта отображаются сведения об инициализирующем процессе (имени, пути, версии, файле и т.д.), времени запуска и соответствующем пользователе. Кроме этого, CurrPorts позволяет завершать нежелательные TCP-соединение, принудительно закрывать процессы, а также сохранять информацию в файл.
Дополнительная информация:
В главном окне CurrPorts отображает список всех открытых в данный момент TCP и UDP портов. Вы можете выбрать один или несколько элементов, а затем закройте выбранного соединения, скопируйте порты информации в буфер обмена или сохранить в HTML / XML / текстовый файл. Если вы не хотите, чтобы просмотреть все доступные столбцы, или вы хотите изменить порядок столбцов на экране и в файлах сохранения, выберите "Выбрать колонки" в меню Вид и выберите нужные столбцы и их порядок . Для того, чтобы отсортировать список по определенному столбцу, щелкните по заголовку нужный столбец.
Портативная версия:
Портативная версия программы представлена разработчиком работает без инсталляции на компьютер.
Английская версия:
Для перехода на Английскую версию, надо удалить файл cports_lng.ini, из папки с программой.
Что нового?
Versions History
Version 2.20:
CurrPorts now displays the process names (Some of them without the full path) for most processes when you run it without elevation ('Run As Administrator'). Also, the 32-bit version of CurrPorts now detects 64-bit processes properly.
Параметры командной строки:
Here's some examples:
Save all opened TCP/IP ports created by Internet Explorer browser to HTML file:
cports.exe /filter "include:process:iexplore" /shtml "c:\temp\ports.html"
Add all opened ports information to ports.txt (as tab-delimited text file). This example only works when running it from a command-prompt window.
cports.exe /stab "" >> c:\temp\cports1.txt
Start CurrPorts with filter that will only display the opened ports of Internet Explorer and FireFox:
cports.exe /filter "include:process:firefox;include:process:iexplore"
Closing a Connection From Command-Line
Starting from version 1.09, you can close one or more connections from command-line, by using /close parameter.
The syntax of /close command:
/close {Process Name}
For each parameter, you can specify "*" in order to include all ports or addresses. The process name is an optional parameter. If you specify a process, only the ports of the specified process will be closed.
Examples:
Close all connections with remote port 80 and remote address 192.168.1.10:
/close * * 192.168.1.10 80
Close all connections with remote port 80 (for all remote addresses):
/close * * * 80
Close all connections to remote address 192.168.20.30:
/close * * 192.168.20.30 *
Close all connections with local port 80:
/close * 80 * *
Close all connections of Firefox with remote port 80:
/close * * * 80 firefox.exe
Translating CurrPorts To Another Language
CurrPorts allows you to easily translate all menus, dialog-boxes, and other strings to other languages.
In order to do that, follow the instructions below:
Run CurrPorts with /savelangfile parameter:
cports.exe /savelangfile
A file named cports_lng.ini will be created in the folder of CurrPorts utility.
Open the created language file in Notepad or in any other text editor.
Translate all menus, dialog-boxes, and string entries to the desired language.
After you finish the translation, Run CurrPorts, and all translated strings will be loaded from the language file.
If you want to run CurrPorts without the translation, simply rename the language file, or move it to another folder.
Дополнительная информация:
В главном окне CurrPorts отображает список всех открытых в данный момент TCP и UDP портов. Вы можете выбрать один или несколько элементов, а затем закройте выбранного соединения, скопируйте порты информации в буфер обмена или сохранить в HTML / XML / текстовый файл. Если вы не хотите, чтобы просмотреть все доступные столбцы, или вы хотите изменить порядок столбцов на экране и в файлах сохранения, выберите "Выбрать колонки" в меню Вид и выберите нужные столбцы и их порядок . Для того, чтобы отсортировать список по определенному столбцу, щелкните по заголовку нужный столбец.
Портативная версия:
Портативная версия программы представлена разработчиком работает без инсталляции на компьютер.
Английская версия:
Для перехода на Английскую версию, надо удалить файл cports_lng.ini, из папки с программой.
Что нового?
Versions History
Version 2.20:
CurrPorts now displays the process names (Some of them without the full path) for most processes when you run it without elevation ('Run As Administrator'). Also, the 32-bit version of CurrPorts now detects 64-bit processes properly.
Параметры командной строки:
Here's some examples:
Save all opened TCP/IP ports created by Internet Explorer browser to HTML file:
cports.exe /filter "include:process:iexplore" /shtml "c:\temp\ports.html"
Add all opened ports information to ports.txt (as tab-delimited text file). This example only works when running it from a command-prompt window.
cports.exe /stab "" >> c:\temp\cports1.txt
Start CurrPorts with filter that will only display the opened ports of Internet Explorer and FireFox:
cports.exe /filter "include:process:firefox;include:process:iexplore"
Closing a Connection From Command-Line
Starting from version 1.09, you can close one or more connections from command-line, by using /close parameter.
The syntax of /close command:
/close
For each parameter, you can specify "*" in order to include all ports or addresses. The process name is an optional parameter. If you specify a process, only the ports of the specified process will be closed.
Examples:
Close all connections with remote port 80 and remote address 192.168.1.10:
/close * * 192.168.1.10 80
Close all connections with remote port 80 (for all remote addresses):
/close * * * 80
Close all connections to remote address 192.168.20.30:
/close * * 192.168.20.30 *
Close all connections with local port 80:
/close * 80 * *
Close all connections of Firefox with remote port 80:
/close * * * 80 firefox.exe
Translating CurrPorts To Another Language
CurrPorts allows you to easily translate all menus, dialog-boxes, and other strings to other languages.
In order to do that, follow the instructions below:
Run CurrPorts with /savelangfile parameter:
cports.exe /savelangfile
A file named cports_lng.ini will be created in the folder of CurrPorts utility.
Open the created language file in Notepad or in any other text editor.
Translate all menus, dialog-boxes, and string entries to the desired language.
After you finish the translation, Run CurrPorts, and all translated strings will be loaded from the language file.
If you want to run CurrPorts without the translation, simply rename the language file, or move it to another folder.
Скачать программу CurrPorts 2.77 Portable [Ru/En] (2015) через торрент
Загрузил: 16 декабря 2023 23:58
Статус: Проверено
Размер: 405.53 kB [Как скачать?]
Раздают: 153 Качают: 203 Скачали: 507
Начало раздачи: | 16 декабря 2023 в 23:58 |
Раздает: | Скрыт |
Друзья! Огромная просьба, оставляйте свои комментарии, если скачали программу CurrPorts 2.77 Portable [Ru/En] (2015) через торрент бесплатно! Внесите свою лепту в развитие сайта!
Похожие раздачи
Название
Размер
Раздают
Качают
Топ 10
- Windows 7 Максимальная Ru x86-x64 Orig w. BootMenu by OVGorskiy® 10.2016 1DVD
- Windows XP Pro SP3 VLK Rus (x86) v.16.4.24 by VIPsha [Ru]
- Yandere Simulator [PC]
- Windows XP Pro SP3 VL Ru x86 by Sharicov (v.19.06.2017) [Ru]
- ru_windows_7_home_premium sp 1 Upd original
- Microsoft Windows 7 Ultimate Ru x64 SP1 7DB by OVGorskiy® 06.2016 [Ru]
- Мумия [BDRip] [Лицензия]
- Планета обезьян: Война [BDRip] [Лицензия]
- Microsoft Office 2016 Professional Plus VL 16.0.4266.1001 (x86/x64) RePack by D!akov [Ru/Multi]
- Варкрафт [BDRip] [Лицензия]
- Топ 100 »
ИнтЕресности