Skip to content

System Admin

General discussions on System Administration and support. Are you your company's IT expert?

This category can be followed from the open social web via the handle system-admin@forum.codeproject.com

3.7k Topics 12.3k Posts
  • DirectX Version vs. OS Version

    visual-studio graphics game-dev announcement
    9
    0 Votes
    9 Posts
    2 Views
    J
    Mike Nordell wrote: IIRC DX3 came with NT4sp3. That sounds correct now :) James Simplicity Rules!
  • Can I trnsfer data to other computer in filter driver?

    sysadmin question
    6
    0 Votes
    6 Posts
    3 Views
    M
    The Filemon use a timer in user mode part Ouch, didn't know that. You should probably have a look at: www.ntfsd.org www.ntdev.org ++luck
  • Windows 2000 NTFS Custom File attributes

    c++ question
    2
    0 Votes
    2 Posts
    2 Views
    M
    Have a look at MSDN Magazine (online somewhere at Microsoft.com). There was an article about it a few years ago. There's also code from product support. Keywords might be "NTFS5".
  • WinXP annoyance....

    sysadmin question
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • User Profiles in Windows2000

    tools json question
    2
    0 Votes
    2 Posts
    3 Views
    A
    check the 'LoadUserProfile' from Platform SDK BOOL LoadUserProfile( HANDLE hToken, // user token LPPROFILEINFO lpProfileInfo // profile ); :rose:
  • URGENT - Shutdown Icon Removal

    windows-admin help question
    2
    0 Votes
    2 Posts
    2 Views
    A
    In Administrative Tools -> Local Security Policy -> User Right Assignment , configure the "Shut down the system" policy ( W2k,XP,.NET ):rose:
  • How to create file object in driver routine

    question tutorial
    2
    0 Votes
    2 Posts
    4 Views
    T
    Look at ZwCreateFile or NtCreateFile in the DDK - this is essentially what the CreateFile routine in the windows subsystem maps to.
  • The open files

    question help
    3
    0 Votes
    3 Posts
    3 Views
    I
    A ha... I want to monitor all files which are openning in system. Ex: I open t.txt and i run h.exe then my program will monitor: t.txt and h.exe in a list ... Only Love!
  • Running background apps

    2
    0 Votes
    2 Posts
    2 Views
    A
    You could make it a service. There's a couple of articles here on codeproject about that... - Anders Money talks, but all mine ever says is "Goodbye!"
  • programming linux

    linux learning
    3
    0 Votes
    3 Posts
    3 Views
    B
    try some of the site at the osdn network [www.osdn.com] They have loads of stuff there.:-D "Never tell people how to do things. Tell them what to do, and they will surprise you with their ingenuity." - General George S. Patton Jr.
  • XP developer edition vs. professional

    visual-studio question
    2
    0 Votes
    2 Posts
    3 Views
    M
    Your talking about office right? If so pro has the following: Word Excel Outlook PowerPoint Access and developer has: Word Excel Outlook PowerPoint Access FrontPage SharePoint Team Services Developer Tools -:suss:Matt Newman / Anti-Linux Activist:suss: -Sonork ID: 100.11179:BestSnowman †
  • Realtime file folder mirror on block level

    help question
    6
    0 Votes
    6 Posts
    4 Views
    T
    Excellent. Now you are safe.:)
  • Windows 2000 Files

    help com sysadmin windows-admin linux
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • reading linux partitions

    linux tutorial lounge
    5
    0 Votes
    5 Posts
    2 Views
    B
    Thanks. Just what I need :-D "Never tell people how to do things. Tell them what to do, and they will surprise you with their ingenuity." - General George S. Patton Jr.
  • OS loader for Win2k

    linux question
    6
    0 Votes
    6 Posts
    4 Views
    V
    There are other commercial boot managers (such as PowerQuest BootMagic), but you could install GRUB on the first hard-disk. Enter linux, login as root, and type /sbin/grub I understand that your Win2k drive is the primary one (/dev/hda) and the Linux drive is the secondary one (/dev/hdb). Enter the following commands: root (hd1) or root (hd1,1) . setup (hd0) Unfortunately, you will still depend on the secondary drive to be present (for GRUB to load the config files). If, however, you need to boot without it, at startup, GRUB will enter the commandline mode if it doesn't find the config files. You could manually enter the following commands to boot Win2k: root (hd0,0) chainloader +1 boot Or, you could install LILO (it's also free). If you decide to do so, please e-mail me. Valentin Istrate
  • XP login dialog

    com adobe tutorial question
    7
    0 Votes
    7 Posts
    4 Views
    B
    Yep[/ there is a setting to get around this. Well.. I never had a problem with it on my own machine but I do vagually remember having to tick a box somewhere to get the screensaver to work... I'll have a look when I get home to my own machine "Never tell people how to do things. Tell them what to do, and they will surprise you with their ingenuity." - General George S. Patton Jr.
  • remote shutdown in NT

    tutorial question
    2
    0 Votes
    2 Posts
    4 Views
    A
    BOOL InitiateSystemShutdown( LPTSTR lpMachineName, // computer name LPTSTR lpMessage, // message to display DWORD dwTimeout, // length of time to display BOOL bForceAppsClosed, // force closed option BOOL bRebootAfterShutdown // reboot option );
  • WinCE,Win.NET,WinXP

    csharp question
    3
    0 Votes
    3 Posts
    2 Views
    M
    Thanks:) Mazy "So,so you think you can tell, Heaven from Hell, Blue skies from pain,... How I wish,how I wish you were here." Wish You Were Here-Pink Floyd-1975
  • Windows XP question

    question css help
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • automatically install network components?

    question sysadmin tutorial
    4
    0 Votes
    4 Posts
    5 Views
    R
    coolvcguy wrote: These kind of practices are being done by company's like ISPWIZARD.COM and AOL. These companies will never be permitted to do business with my company. Automated attacks on my network settings, regardless of how benevolently they are intended, will be treated as viruses, and exterminated. The marketplace will take care of the problem; get your resume in order.