Thread: C++ Net Logon help

  1. #1
    Covenent Killer
    Join Date
    Jul 2005
    Posts
    26

    C++ Net Logon help

    Can anyone help me in implementing a C++ program in the lusrmgr program found under system32? I know that you can customize each person to logon in a different way, but I want to be able to have my password program open up at logon, and when all the credentials are met, certain files appear... and when the wrong passcode is entered, the files do not appear.

    I was thinking that where the net logon function is, instead of a batch file, you could put the .exe. Inside the program, when the passcode is met, the program would run a batch file revieling the folders.

    Can anyone clear this up and tell me how to do something like this?

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    >> ...when all the credentials are met, certain files appear... and when the wrong passcode is entered, the files do not appear
    On NT/2000/XP you use file security and permission to control user access to files. Let the OS handle logon's and password management.

    gg

  3. #3
    Covenent Killer
    Join Date
    Jul 2005
    Posts
    26
    only can be done in 2000/NT/XP Pro... In XP Home you cant change user logon permissions due to limited functions. XPH is not designed for networking... and we only have one user. I want to use the program to protect one folder... JUST one.

  4. #4
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    I would suggest using a file enryption tool then.
    Google("file encryption freeware OR shareware");

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. time measure (net and gross) with pthreads under linux
    By mynickmynick in forum Linux Programming
    Replies: 12
    Last Post: 12-01-2008, 07:39 AM
  2. Net cpu usage of pthreads?!
    By mynickmynick in forum C++ Programming
    Replies: 15
    Last Post: 09-26-2008, 07:59 AM
  3. sending info through ports over the net for games
    By coconutkid in forum Networking/Device Communication
    Replies: 20
    Last Post: 11-21-2004, 09:07 AM
  4. Visual studio.net cause logon problem
    By beely in forum Tech Board
    Replies: 7
    Last Post: 11-09-2003, 03:25 PM
  5. Net Framework Installation
    By Sorensen in forum C# Programming
    Replies: 2
    Last Post: 01-15-2002, 11:25 AM