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
  • Windows System Folder

    question
    2
    0 Votes
    2 Posts
    3 Views
    J
    you could try changing the %SystemRoot% variable at startup. This way windows programs would not be missing much i think. .lnk shortcuts will have to be updated though. .NET or not .NET? MFC is the question......
  • enumerate ip address in a LAN

    question sysadmin
    3
    0 Votes
    3 Posts
    2 Views
    G
    Thx a lot. :-D
  • NT checking a process that has 'hung'

    help debugging question
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • empty name folder cannot be deleted

    sysadmin help tutorial question
    2
    0 Votes
    2 Posts
    3 Views
    T
    The most likely cause was that the directory was renamed with the ascii alt-code for space which is (ALT+255). If you ftp in you should be able to type in rmdir ALT+255 to delete the directory. Hope this helps .. Travis D. Mathison --- --- After three days without programming, life becomes meaningless ...
  • Mouse Button Messages

    json question
    3
    0 Votes
    3 Posts
    3 Views
    R
    Ah, I see. Thanks, Mike!
  • Closing DOS BOX

    question
    2
    0 Votes
    2 Posts
    2 Views
    S
    There is a way, I know that icecast shuts down properly when the x is clicked. check out the icecast source at www.icecast.org Stephen Caldwell Blackfission, CEO http://blackfission.myip.org:81
  • XP visual styles

    question csharp c++ wpf
    3
    0 Votes
    3 Posts
    6 Views
    J
    There's a program in beta called StyleBuilder XP, its shareware $20, it does XP themes. TGT Soft they also make StyleXP for preview/applying XP Themes. I prefer its interface over the XP interface simply because i can switch color styles on the same page :) James Sonork ID: 100.11138 - Hasaki "Not be to confused with 'The VD Project'. Which would be a very bad pr0n flick. :-D" - Michael P Butler Jan. 18, 2002
  • Start>Run... Huh?

    help question career
    12
    0 Votes
    12 Posts
    4 Views
    P
    My fixit to general problems like this -- it to run Norton's WinDoctor (part of Norton Utilities). It seems to just run thru and make sure things are "right". I strongly recommend it...
  • PostMessage()

    question html com help
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • MapViewOfFileEx

    performance question
    2
    0 Votes
    2 Posts
    2 Views
    M
    jan larsen wrote: Does anybody out there know an address which can be used for Win95?, or even better: on both platforms Sorry, the allowable ranges don't overlap. Advanced Windows says 0x80000000 to 0xBFFFFFFF for 9x, 0x00010000 to 0x7FFEFFFF for NT. --Mike-- "COM didn't solve the old version of DLL hell - it just provided us with a new and improved version of hell."   -- John Simmons, 1/22/2002 My really out-of-date homepage Sonork - 100.10414 AcidHelm Big fan of Alyson Hannigan.
  • Uniquely ID a machine?

    windows-admin tutorial question
    6
    0 Votes
    6 Posts
    4 Views
    P
    well, to add some more information here. In order to access our system, one must install our client software. So "permissions" on a client machine would not be a problem. just doing a login is not sufficient. We would like to bar "problem users" from getting on to our system. Some of them will purchase a new membership after we shutdown a problem account. If we could identify their machine uniquely, we could stop them from accessing our system. We could not stop them from using another machine, but blocking a single machine is an effective deterrant. We've used various "cookie" type mechanisms -- placing markers on their machine either in the file system or in the registry. All of these tactics are detectable, and may be circumvented (and have been). We're just trying to prevent a very small number of extremely annoying people from using our system. There are a lot of "obvious" ID's that people suggest, but don't really do much: - IP - doesn't work, cannot control dynamic IP users - MAC address - dialup users don't have a unique one With the new XP, Microsoft has started to employ the same mechanisms we seek... But they don't share stuff like that. Thanks
  • Connect the iPaq with win2000

    help hardware tutorial workspace
    2
    0 Votes
    2 Posts
    2 Views
    M
    Hi Have you tried to upgrade to ActiveSync 3.5? I had similar issues with 3.1. Cheers Mike
  • Printer registry settings

    windows-admin question workspace
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Messed up registry

    sysadmin windows-admin question
    2
    0 Votes
    2 Posts
    3 Views
    L
    For Windows 2000 server, pressing the F8 key while boot up will get you to the 'safe mode command prompt' and 'scanreg /restore'.
  • ISAPI Extensions

    help sharepoint sysadmin performance question
    2
    0 Votes
    2 Posts
    2 Views
    M
    Open a DOS prompt, CD to the scripts dir, and rename the DLL. Then you'll be able to rebuild it. --Mike-- "COM didn't solve the old version of DLL hell - it just provided us with a new and improved version of hell."   -- John Simmons, 1/22/2002 My really out-of-date homepage Sonork - 100.10414 AcidHelm Big fan of Alyson Hannigan.
  • Any idea on how to enum ZIP files under XP ?

    c++ linux tutorial question
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • How to detect different Windows versions...

    tutorial question
    10
    0 Votes
    10 Posts
    2 Views
    J
    Steve T wrote: GetVersionEx() is not the one for kernel mode Just out of curiosity, why doesn't it work? Jon Sagara What about :bob:?
  • Add/Remove Programs

    question
    2
    0 Votes
    2 Posts
    2 Views
    N
    Remove it from the registry. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall Nish Sonork ID 100.9786 voidmain www.busterboy.org If you don't find me on CP, I'll be at Bob's HungOut
  • 10-connection limit on TCP/IP?

    sysadmin question
    6
    0 Votes
    6 Posts
    4 Views
    R
    There is a ten-connection limit on the Workstation/Professional editions, but it doesn't apply to IIS connections. It is intended, I believe, to limit RAS users on small networks. As an interesting sidenote, I attended a training meeting in Phoenix with Microsoft when they were handing out copies of Win2K Beta3, and found myself chatting at lunch with one of the engineers. He mentioned in passing that the Workstation and Server products were essentially the same animal, but optimized in the Registry for different roles. That leads me to believe that a sufficiently clever person (myself not included) might be able to open up this restriction to accomodate his/her needs. It's worth a look...
  • Increase the volume?

    json question
    4
    0 Votes
    4 Posts
    2 Views
    M
    MMRESULT waveOutSetVolume( HWAVEOUT hwo, DWORD dwVolume ); MMRESULT midiOutSetVolume( HMIDIOUT hmo, DWORD dwVolume ); Kind regards Mustafa Demirhan http://www.macroangel.com Sonork ID 100.9935:zoltrix