Click here to Skip to main content
15,886,137 members

Comments by Matt Comb (Top 10 by date)

Matt Comb 7-Apr-17 2:52am View    
Neither Windows, NTFS nor FAT calculate a file hash at the time a file is created or modified. Having a Hash registry of this nature is the only way that there would be a faster solution than scanning files and calculating hashes manually.There are some file systems that support it but these are not available for Windows.
Matt Comb 1-Apr-16 17:11pm View    
Can you state what exactly is not working, if you have admin privileges and can locate the .net folder, you will be able to register a service. Not sure what you are struggling with here
Matt Comb 31-Mar-16 1:45am View    
PS can I get my 25 points back :)
Matt Comb 31-Mar-16 1:44am View    
Sounds like you may have to elevate permissions... the user running that script needs to run it as admin
Matt Comb 28-Mar-16 10:07am View    
The path above was for a specific version of .Net as I described: "where v4.0.30319 is the version of .Net you are targeting for the service."

The service you are creating must be targeting a specific version of .Net when it builds, you should use that version in the file path, and also consider the .Net may be 32 and 64 bit versions.