Health.Zone Web Search

Search results

  1. Results from the Health.Zone Content Network
  2. Windows Security Log - Wikipedia

    en.wikipedia.org/wiki/Windows_Security_Log

    Windows Security Log. The Security Log, in Microsoft Windows, is a log that contains records of login/logout activity or other security-related events specified by the system's audit policy. Auditing allows administrators to configure Windows to record operating system activity in the Security Log. The Security Log is one of three logs viewable ...

  3. Winlogon - Wikipedia

    en.wikipedia.org/wiki/Winlogon

    Winlogon ( Windows Logon) is the component of Microsoft Windows operating systems that is responsible for handling the secure attention sequence, loading the user profile on logon, creates the desktops for the window station, and optionally locking the computer when a screensaver is running (requiring another authentication step).

  4. Windows Script Host - Wikipedia

    en.wikipedia.org/wiki/Windows_Script_Host

    Windows Script Host may be used for a variety of purposes, including logon scripts, administration and general automation. Microsoft describes it as an administration tool. WSH provides an environment for scripts to run – it invokes the appropriate script engine and provides a set of services and objects for the script to work with.

  5. KiXtart - Wikipedia

    en.wikipedia.org/wiki/KiXtart

    KiXtart is developed by Ruud van Velsen of Microsoft Netherlands. It is now provided as careware. Development started in 1991 to provide login scripting for the Microsoft LAN Manager environment. It has rich built-in functionality for easy scripting and provides access to ADSI, ADO, WMI, etc. The language can be used to display information, set ...

  6. Batch file - Wikipedia

    en.wikipedia.org/wiki/Batch_file

    Scripts. A batch file is a script file in DOS, OS/2 and Microsoft Windows. It consists of a series of commands to be executed by the command-line interpreter, stored in a plain text file. A batch file may contain any command the interpreter accepts interactively and use constructs that enable conditional branching and looping within the batch ...

  7. Event Viewer - Wikipedia

    en.wikipedia.org/wiki/Event_Viewer

    Open Windows Event Log; Expand out Windows Logs; Select the log file that is of interest (In the example below, the Security event log is used) Right-click on the Event Log and select Filter Current Log... Change the selected tab from Filter to XML; Check the box to Edit query manually' Paste the query into the text box. Sample queries can be ...

  8. Windows Script File - Wikipedia

    en.wikipedia.org/wiki/Windows_Script_File

    A Windows Script File ( WSF) is a file type used by the Microsoft Windows Script Host. It allows mixing the scripting languages JScript and VBScript within a single file, or other scripting languages such as Perl, Object REXX, Python, or Kixtart if installed by the user. These types of scripts may also be used to link many other external ...

  9. VBScript - Wikipedia

    en.wikipedia.org/wiki/VBScript

    VBScript can also be used to create applications that run directly on a workstation running Microsoft Windows. The simplest example is a script that makes use of the Windows Script Host (WSH) environment. Such a script is usually in a stand-alone file with the file extension.vbs.