How to do this task in VB.NET?

OSVBNET 1,386 Reputation points
2021-05-11T22:41:31.753+00:00

Hey all,
There's a command I run in Command Prompt or batch file but I need to run this from inside VB.NET
I don't want to invoke command prompt which will cause a Command Prompt window to appear, not a nice and pro way for the app.
Any idea how to run this from within VB.NET?

fsutil behavior set disabledeletenotify NTFS 0

Thanks and be safe :)

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,668 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sam of Simple Samples 5,531 Reputation points
    2021-05-11T23:49:32.603+00:00

    If you can be more specific about what you need to do then we can be more specific. Without details I assume you can use the Process Class. The following are relevant articles.


0 additional answers

Sort by: Most helpful