From f23e14db99554d93cfe9a5b847cd15be12fc8602 Mon Sep 17 00:00:00 2001 From: diversenok Date: Sat, 16 Apr 2022 01:20:10 +0200 Subject: [PATCH] [RunAsS4U] Release v2.0 --- NtUtils | 2 +- Readme.md | 6 +++--- RunAsS4U/RunAsS4U.dproj | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NtUtils b/NtUtils index a08ba4c..62e078b 160000 --- a/NtUtils +++ b/NtUtils @@ -1 +1 @@ -Subproject commit a08ba4c484149866db5a0b83cbebdd15974cbd66 +Subproject commit 62e078b73c50b8f5e016fb5ca940c2037d3eb085 diff --git a/Readme.md b/Readme.md index 565d086..8718cef 100644 --- a/Readme.md +++ b/Readme.md @@ -2,6 +2,6 @@ This project is a collection of random system tools for Windows that are interesting enough to publish but too small or simple to put into a dedicated repository. -Tool | Description ------------- | ----------- -**RunAsS4U** | RunAsS4U allows administrators to start processes under other users without knowing their passwords. It relies on the Service for User (S4U) logon in its operation. +Tool | Description | Release Link +------------ | ----------- | :----------: +**RunAsS4U** | RunAsS4U allows administrators to start processes under other users without knowing their passwords. It relies on the Service for User (S4U) logon in its operation. | [v2.0](https://github.com/diversenok/NtTools/releases/tag/v2.0-RunAsS4U) diff --git a/RunAsS4U/RunAsS4U.dproj b/RunAsS4U/RunAsS4U.dproj index d5397ca..eb7779b 100644 --- a/RunAsS4U/RunAsS4U.dproj +++ b/RunAsS4U/RunAsS4U.dproj @@ -68,7 +68,7 @@ System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace) RunAsS4U 1033 - CompanyName=diversenok;FileDescription=RunAsS4U - run programs as other users without knowing passwords;FileVersion=1.0.0.0;InternalName=;LegalCopyright=diversenok;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments= + CompanyName=diversenok;FileDescription=RunAsS4U - run programs as other users without knowing passwords;FileVersion=2.0.0.0;InternalName=;LegalCopyright=diversenok;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=2.0.0.0;Comments= true true 3