Jarom

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

simplewmiview.png


SimpleWMIView to program wyświetlający wyniki zapytań kierowane do systemu w języku WQL. W praktyce pozwoli przede wszystkim uzyskać informacje o procesach, usługach, programach autostartu, statusie sieci, użytkownikach oraz sprzęcie, wyświetlając je w formie czytelnych tabel. Jest to aplikacja kierowana do osób szczególnie zainteresowanych WQL – istnieje wiele konkurencyjnych propozycji aplikacji do gromadzenia wspomnianych danych, które nie wymagają obsługi wykorzystującej odpowiednie zapytania; przez to opisywaną aplikację należy raczej odradzić osobom początkującym.

Aby uzyskać w okienku odpowiedź na interesujące nas pytanie, w pierwszej kolejności konieczne jest stworzenie odpowiedniego zapytania, które zostanie wprowadzone do aplikacji. Dokonujemy tego z poziomu górnego paska, gdzie znajdziemy pole na wpisanie treści zapytania, jak również dodatkowe opcje w formie rozwijanych list. Listę przykładowych poleceń WQL znajdziemy na stronie producenta, ale także innych witrynach w Internecie. Większość z nich ma zrozumiałą formę, która nie wymaga zagłębiania się w dokumentację, np. „Win32_UserAccount” wyświetla informacje o kontach użytkowników komputera. Wszystkie informacje prezentowane są zawsze w formie podobnej tabeli. Jest ona wyjątkowo prosta, ale gwarantuje to jej czytelność. Można ją dodatkowo zwiększyć, wykorzystując dostępne w opcjach kolorowanie tła nieparzystych wierszy oraz wyświetlanie krawędzi poszczególnych komórek.

Przydatna w użyciu może być także wbudowana wyszukiwarka – co ciekawe, w przeciwieństwie do całej aplikacji, jej opcje w większości są w języku polskim (program wykorzystuje zapewne typowe wyrażenia znane w systemie, które poniekąd automatycznie są tłumaczone na odpowiednią wersję językową, zgodnie z systemem użytkownika).

Uwaga!
Po rozpakowaniu pliku archiwum, program nie wymaga instalacji.
Źródło: programosy.pl

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

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


Spolszczenie: brak
 

Jarom

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

Zmiany od wersji 1.32
  • Version 1.35:
    • Added 'Auto Complete Classes Combo-Box' option. When it's turned on, you can type a string in the classes field, and the combo-box will show only the available classes that contain the string you typed, instead of showing the list of all classes.
  • Version 1.33:
    • You can now send the data to stdout by specifying empty string as filename, for example:
      SimpleWMIView.exe /scomma "" | more
Historia wcześniejszych wersji tego programu
  • Version 1.32:
    • Added new quick filter options: 'Find records with all words (space-delimited list)' and 'Find records with all strings (comma-delimited list)'
    • Added new quick filter combo-box: 'Show only items match the filter' and 'Hide items that match the filter'.
  • Version 1.31:
    • Fixed bug: 'Copy Selected Items' worked improperly when setting the 'Unicode/Ascii Save Mode' to 'Always UTF-8'.
    • Added /cfg command-line option, which instructs SimpleWMIView to use a config file in another location instead if the default config file, for example:
      SimpleWMIView.exe /cfg "%AppData%\SimpleWMIView.cfg"
  • Version 1.30:
    • Added option to specify user name and password (for remote computer).
  • Version 1.25:
    • 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 WMI options and SimpleWMIView will instantly filter the WMI table, showing only lines that contain the string you typed.
  • Version 1.22:
    • Fix bug: When using /SaveDirect command-line option, the file was always saved according to the default encoding, instead of using the selected encoding in Options -> Save File Encoding.
  • Version 1.21:
    • Added 'Save All' menu item.
  • Version 1.20:
    • Added /update command-line option, which automatically show the result of current WMI query immediately after SimpleWMIView starts, so there is no need the press the update button.
  • Version 1.17:
    • Added option to choose another font (name and size) to display in the main table.
    • Added 64-bit version for getting WMI information that is not available for 32-bit applications running in 64-bit systems (like Win32_ShadowCopy)
  • Version 1.16:
    • Added 'Align Numeric Columns To Right' option.
    • Added 'Select All' and 'Deselect All' buttons to the 'Choose Column' window.
  • Version 1.15:
    • You can now choose the desired encoding (ANSI, UTF-8, UTF-16) to save the csv/xml/text/html files. (Under the Options menu)
  • Version 1.12:
    • Added 'New SimpleWMIView Instance' under the File menu, for opening a new window of SimpleWMIView.
  • Version 1.11:
    • The total query time (in Milliseconds) in now displayed in the bottom status bar.
  • Version 1.10:
    • Added 'Auto Update On Class/Query Change' option.
  • Version 1.09:
    • The properties window is now resizable.
  • Version 1.08:
    • Added /SaveDirect command-line option for using with the other save command-line options (/scomma, /stab, /sxml, and so on...), which allows you to export the WMI data directly to a file, instead of accumulating all data in memory and then save them to file in the end.
  • Version 1.07:
    • Added 'Copy Sorted Column Data' option, which copies to the clipboard the text of all selected items, but only the column that is currently sorted.
  • Version 1.06:
    • Added option to export to JSON file.
  • Version 1.05:
    • Added 'Put Icon On Tray' option.
  • Version 1.01:
    • The current WMI class/query and the remote computer name are now displayed in the window title.
  • Version 1.00 - First release.

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

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

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37927
Reakcje/Polubienia
33983
SimpleWMIView 1.41
What's new in SimpleWMIView 1.41
July 13, 2020
  • Added 'Copy Clicked Cell' option to the right-click context menu, which copies to the clipboard the text of cell that you right-clicked with the mouse.
  • Fixed to save the 'Case Sensitive' option of the Quick Filter in the .cfg file.


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

64 bit:
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry