readme.txt

(13 KB) Pobierz


LastActivityView v1.16
Copyright (c) 2012 - 2016 Nir Sofer
Web site: http://www.nirsoft.net



Description
===========

LastActivityView is a tool for Windows operating system that collects
information from various sources on a running system, and displays a log
of actions made by the user and events occurred on this computer. The
activity displayed by LastActivityView includes: Running .exe file,
Opening open/save dialog-box, Opening file/folder from Explorer or other
software, software installation, system shutdown/start, application or
system crash, network connection/disconnection and more...

You can easily export this information into csv/tab-delimited/xml/html
file or copy it to the clipboard and then paste into Excel or other
software.



System Requirements
===================

This utility works on any version of Windows, starting from Windows 2000
and up to Windows 10. Both 32-bit and 64-bit systems are supported.



Known Limitations
=================

This tool gathers information from various sources, including the
Registry, the events log of Windows, the Prefetch folder of Windows
(C:\windows\Prefetch), the MiniDump folder of Windows
(C:\Windows\Minidump), and more...
The accuracy and the availability of the information displayed by
LastActivityView might be different from one system to another. For
example, if the user or a software makes changes in the Registry, the
action time displayed by LastActivityView might be wrong, because it's
based on the modified time of some Registry keys.
Also, for every type of action/event, there is some limitation according
to the way that the information is saved in the system. For example, the
'Select file in open/save dialog-box' action is limited for one action of
every file extension, so if the user opened 2 .doc files with the
open/save dialog-box, only the last one will be displayed.



Versions History
================


* Version 1.16:
  o For 'Run .EXE file' actions, the version information of the .exe
    file is now displayed in the 'More Information' column.

* Version 1.15:
  o Added option to show only the activity in the last xx
    seconds/minutes/hours/days (In 'Advanced Options' window).

* Version 1.12:
  o 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.11:
  o LastActivityView now uses the 8 date/time values stored in the
    Prefetch files of Windows 8 and Windows 10 ('Run .EXE file' action).

* Version 1.10:
  o Fixed LastActivityView to detect the 'Run .EXE file' action on
    Windows 10.

* Version 1.09:
  o Explorer context menu inside LastActivityView: When you
    right-click on a single item with a file or folder while holding down
    the shift key, LastActivityView now displays the context menu of
    Windows Explorer, instead of the LastActivityView context menu.

* Version 1.08:
  o Fixed bug: LastActivityView failed to remember the last
    size/position of the main window if it was not located in the primary
    monitor.

* Version 1.07:
  o Added 'Copy Files List' option.
  o Added 'Open Folder In Explorer' option.
  o Fixed to find the correct item when typing the string you want to
    search into the main List View.

* Version 1.06:
  o Fixed to show properly the folder path of 'View Folder In
    Explorer' action on Windows 8.1 .

* Version 1.05:
  o Added 'File Extension' column.
  o 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.

* Version 1.04:
  o Fixed to display date/time properly according to daylight saving
    time settings.

* Version 1.03:
  o Added secondary sorting: When clicking the 'Description' column
    header, the list is sorted by the Description, and then by the
    'Action time' column.

* Version 1.02:
  o User information is now displayed for 'User Logoff' event.
  o Fixed the flickering occurred while scrolling the actions/events
    list.

* Version 1.01:
  o 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.00 - First release.



Start Using LastActivityView
============================

LastActivityView doesn't require any installation process or additional
dll files. In order to start using it, simply run the executable file -
LastActivityView.exe

After you run LastActivityView, it scans your computer and displays all
actions and events found on your system.
You can select one or more items and then save them into
xml/html/csv/tab-delimited file (Ctrl+S) or copy them to the clipboard
(Ctrl+C), and then paste the data to Excel or other software.



Actions/Events List
===================

The following actions and events are currently supported by
LastActivityView:
* Run .EXE file: .EXE file run directly by the user, or by another
  software/service running in the background.
* Select file in open/save dialog-box: The user selected the specified
  filename from the standard Save/Open dialog-box of Windows.
* Open file or folder: The user opened the specified filename from
  Windows Explorer or from another software.
* View Folder in Explorer: The user viewed the specified folder in
  Windows Explorer.
* Software Installation: The specified software has been installed or
  updated.
* System Started: The computer has been started.
* System Shutdown: The system has been shut down, directly by the user,
  or by a software that initiated a reboot.
* Resumed from sleep: The computer has been resumed from sleep mode.
* Network Connected: Network connected, after previously disconnected.
* Network Disconnected: Network has been disconnected
* Software Crash: The specified software has been crashed.
* Software stopped responding (hang): The specified software stopped
  responding.
* Blue Screen: Blue screen event has been occurred on the system.
* User Logon: The user logged on to the system.
* User Logoff: The user logged off from the system. This even might
  caused by a software that initiated a reboot.
* Restore Point Created: Restore point has been created by Windows
  operating system.
* Windows Installer Started
* Windows Installer Ended



How to delete the information displayed by LastActivityView...
==============================================================

Since the release of LastActivityView utility, many people contact me
with the same question: How do I delete the information displayed by
LastActivityView ?

Unfortunately, there is no simple answer to this question because the
information is collected from multiple sources, and currently
LastActivityView doesn't provide an option to automatically delete this
information.
Also, some of the data collected by LastActivityView is essential to
normal functioning of Windows operating system and deleting it may cause
some problems.

In the following section, you can find the list of all sources that
LastActivityView uses to collect the activity information and how to
optionally delete them.
Be aware that deleting any data from your computer is on your own risk,
and I cannot give any kind of support for people who want to recover data
they deleted from their computer according to this article.


* Events log of Windows operating system: The following events are
  taken from the Events log of Windows: User Logon, User Logoff, Windows
  Installer Started, Windows Installer Ended, System Started, System
  Shutdown, Resumed from sleep, Restore Point Created, Network Connected,
  Network Disconnected, Software Crash, Software stopped responding (hang)
  Windows operating system doesn't allow you to delete individual items
  from the events log, but you can easily clear the entire events log. In
  order to to clear the entire events log, simply go to Control Panel ->
  Administrative Tools -> Event Viewer , and then choose to clear (Action
  -> Clear All Events) all major types of events logs (Application,
  Security, System...)


* Windows Prefetch Folder: The Prefetch folder of Windows is usually
  located under C:\windows\Prefetch and it's used by windows to optimize
  the performances of running applications. Every time that you run an
  executable (.exe) file, .pf file is generated under this folder.
  LastActivityView uses this folder for 'Run .EXE file' event.
  In order to delete all 'Run .EXE file' events shown by
  LastActivityView, simply delete all .pf files under the Prefetch folder.


* Open/Save MRU list in the Registry: Every time that you choose a
  filename in a standard open/save dialog-box of Windows, a new Registry
  entry is added under the following key:
  On Windows XP and previous systems:
  HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComD
  lg32\OpenSaveMRU
  On Windows 7/8/2008:
  HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComD
  lg32\OpenSavePidlMRU

  LastActivityView uses the above Registry keys for the 'Select file in
  open/save dialog-box' event.

  If you delete the entries under the above Registry keys (with RegEdit),
  Windows will not rememeber your last saved file/folder.


* Recent Folder: Every time that you open a file, a new shortcut to
  this file is added to the recent folder of Windows, located under
  C:\Documents and Settings\[User Profile]\Recent o...
Zgłoś jeśli naruszono regulamin