Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Top Posters

Who's Online (2)

Powered by Vanilla. Made with Bootstrap.
[C#]Startup File Killer [Source]
  • Xin
    Posts: 3,251
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;

    namespace Wipe_Startup
    {
    class Program
    {
    static void Main(string[] args)
    {
    string userfile;

    userfile = Console.ReadLine();

    string startupfolder = Environment.GetFolderPath(Environment.SpecialFolder.Startup) + \"\\"\" + userfile;


    }
    }
    }
    Xin