Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. System Administration for Windows

System Administration for Windows

Scheduled Pinned Locked Moved Visual Basic
csharpquestion
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mostafa Siraj
    wrote on last edited by
    #1

    Hi All, I want to write some program that control windows behavior, like hiding the desktop, disabling Ctrl+Alt+Delete, Hide Start Menu, and all this stuff, how can i make it under .NET and plz give me a detailed answer coz am new to this field thanks in advance

    D 1 Reply Last reply
    0
    • M Mostafa Siraj

      Hi All, I want to write some program that control windows behavior, like hiding the desktop, disabling Ctrl+Alt+Delete, Hide Start Menu, and all this stuff, how can i make it under .NET and plz give me a detailed answer coz am new to this field thanks in advance

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      You don't. This is all controlled using Group Policies. Get the Windows XP Resource kit and you'll find all this stuff documented. BTW, you can't disable Ctrl-Alt-Delete. You CAN, however, disable the stuff in the box that shows up. Again, all controlled through policies.

      Dave Kreskowiak Microsoft MVP - Visual Basic

      M 1 Reply Last reply
      0
      • D Dave Kreskowiak

        You don't. This is all controlled using Group Policies. Get the Windows XP Resource kit and you'll find all this stuff documented. BTW, you can't disable Ctrl-Alt-Delete. You CAN, however, disable the stuff in the box that shows up. Again, all controlled through policies.

        Dave Kreskowiak Microsoft MVP - Visual Basic

        M Offline
        M Offline
        Mostafa Siraj
        wrote on last edited by
        #3

        Well, so can i edit this policies -i mean in the group policy- through programming, i know that i can reach this stuff through MMC and then editing the policies throught the MMC wizards, but can i have my own wizards which do the same??? thanks for ur answer

        D 1 Reply Last reply
        0
        • M Mostafa Siraj

          Well, so can i edit this policies -i mean in the group policy- through programming, i know that i can reach this stuff through MMC and then editing the policies throught the MMC wizards, but can i have my own wizards which do the same??? thanks for ur answer

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          You could, but why reinvent the wheel? The policies are mostly just registry entries and controlling security on those entries. The code to manipulate the registry and security is not that hard. The hard part, and very tedious, is figuring out what registry entries to change and what values to put into them. Again, all documented in the Windows XP Resource Kit.

          Dave Kreskowiak Microsoft MVP - Visual Basic

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups