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
  • Network problem

    question sysadmin help
    2
    0 Votes
    2 Posts
    6 Views
    L
    The number of things you can try is, unfortunately, nearly endless. Here's a few things off the top of my head: Could it be hardware? Some clone machines that have interrupt conflicts or flaky hard drives sometimes work, but work slowly. The hardware doesn't fail, just takes 3 retries to do everything. Check and see how many protocols you have set up. You likely only need TCP/IP, but maybe IPX for playing games too. Make sure the "default" protocol is the same for all the boxes (TCP/IP my recommendation), and remove anything you don't need. Some network cards don't play nice together. 100BaseT cards are like $20 ea, I'd just buy new cards for everything, get all the same brand. I like DLink there cheap and you can always find the right drivers. HTH
  • Windows 2000 performance monitor

    json performance help
    2
    0 Votes
    2 Posts
    6 Views
    S
    May be your problem is that the buffers are not aligned to 8 bytes (in NT4 they had to be aligned to 32 bits) Check Event log for event 1016
  • network disc mapping

    question sysadmin help
    2
    0 Votes
    2 Posts
    8 Views
    M
    That means you're already logged in to \\computer as a different user.
  • default browser under Win95/98

    windows-admin linux tutorial
    2
    0 Votes
    2 Posts
    8 Views
    L
    just right-click on a .html file with the shift key held down and when the "open with" dialog pops up, choose your bustom web browser as the default. That might work.
  • BeOS?

    question
    2
    0 Votes
    2 Posts
    8 Views
    P
    I did some development on it last year. Waste of time - the project killed the company. Poor documentation, cruddy tools, and no longer supported by the creator. Why waste your time on it?
  • How to hide Service Control Manager?

    tutorial question
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • Domain Workstations

    help
    2
    0 Votes
    2 Posts
    7 Views
    U
    Maybe ping all that you see and ignore those who don't answer?!
  • Process hide

    help tutorial question
    3
    0 Votes
    3 Posts
    8 Views
    M
    Paul K. a recommandé d'utiliser RegisterServiceProcess(), qui est correct. Mais rendez-vous compte qu'il y a un autre effet - votre programme ne termine pas quand (j'ai besoin de changer à l'anglais pour les terms techniques) when the user logs off. S'il n'est pas acceptable que le programme coure après log-off, il fait répondre au message WM_ENDSESSION et terminer le programme vous-même.
  • Tapping HTTP signal

    help
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • Windows 2000 Install crash

    help
    4
    0 Votes
    4 Posts
    11 Views
    L
    Thank you I will try that I also saw some mentioning about a possibility that the network card also may cause these problems I will try your suggestion and will post the progress. pardon my ignorance.. What are Reference Drivers. Thanks in advance Alfadhly
  • Reading Network-Seetings

    c++ delphi sysadmin windows-admin question
    2
    0 Votes
    2 Posts
    7 Views
    G
    For NT HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip should be somthing similar for Win9x HTH
  • Open Source for Windows NT

    com
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Win32

    3
    0 Votes
    3 Posts
    8 Views
    L
    I am sorry about the previous post, this is my first time and I was confused. Many people will give you long lectures about differences and there will be many variations of the answer but I think there is no clear definition. People say that 32-bit operating systems have this and that and some people say that the processor has this and that but there are usually many inconsistencies in those answers. I think that classifying operating systems and processors is just not as easy as many people would like it to be. ================== The original message was: Win32 is a 32 bit operating system. I wanna ask why are the # of bits of OS important for a programmer. Whats exactly the difference between a 32 bit OS and 16 bit OS. Shahzad