Skip to content

Commit bfa5ae6

Browse files
committed
Added psexec binaries to list
1 parent bbc6fed commit bfa5ae6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CommandSpy.exe

0 Bytes
Binary file not shown.

CommandSpy/MainWindow.xaml.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ private void MainWindow_Loaded(object sender, RoutedEventArgs e)
9191
"print.exe",
9292
"printbrm.exe",
9393
"psr.exe",
94+
"psexec.exe",
95+
"psexec64.exe",
96+
"psexesvc.exe",
9497
"rasautou.exe",
9598
"reg.exe",
9699
"regasm.exe",

CommandSpy/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.0.0.0")]
55-
[assembly: AssemblyFileVersion("1.0.0.0")]
54+
[assembly: AssemblyVersion("1.0.1.0")]
55+
[assembly: AssemblyFileVersion("1.0.1.0")]

0 commit comments

Comments
 (0)