Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Bodim.lk out now !
Manoj Suranga Bandara
Updated:
Yesterday at 3:05 AM
Power Lifting Lever Belt
SkullVamp
Updated:
Jun 13, 2026
Ad icon
port.lk Domain for sale
Lankan-Tech
Updated:
Jun 13, 2026
Colombo
Kaduwela - Two Storey House for Sale
dilrasan
Updated:
Jun 11, 2026
Ad icon
Wechat qr verification
Pawan2005
Updated:
Jun 11, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
Computers & Internet
Tips & Tricks
Create a Custom System Admin Panel in Windows XP or Vista
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="BLACKLIST_MEMBER" data-source="post: 3799285" data-attributes="member: 79414"><p>Has it ever annoyed you to have separate windows for Device Manager, Services, Disk Management and the other administration panels? Today we'll learn how we can combine them all into a single administration panel where we can easily access all the tools.</p><p></p><p>It's actually quite easy, since most of the admin panels are implemented as plugins for Microsoft Management Console, a wrapper framework that we'll use to create our own custom administration panel.</p><p></p><p>Create Your Custom Admin Panel</p><p></p><p>Open up mmc.exe through the start menu search or run box, which should bring up an empty window called Console1 that looks similar to this.</p><p></p><p><img src="http://img507.imageshack.us/img507/7360/image163le7.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Choose "Add/Remove Snap-in" from the File menu.</p><p></p><p><img src="http://img507.imageshack.us/img507/2133/image164pg5.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>On the left-hand side you'll see lots of familiar items like Computer Management and Device Manager. Select the ones you want on the left-hand pane, and then click the Add button. (You have to add them one at a time)</p><p></p><p><img src="http://img211.imageshack.us/img211/3756/image165ia9.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>You'll be presented a dialog where you can choose which computer you would like the snap-in to manage. You can use this for easy access to other computers over the network. Note that you can add the same snap-in multiple times, and choose a different computer to manage for each item you add.</p><p></p><p>For our purposes, just click the Finish button.</p><p></p><p><img src="http://img211.imageshack.us/img211/7027/image166mf0.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>You'll notice a very interesting item in the list… the "Link to Web Address" item… this will allow you to add the URL to a web-based administration panel (like your wireless router's admin page)</p><p></p><p><img src="http://img211.imageshack.us/img211/2011/image167mm0.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>You'll be prompted first for the URL, and then on the next page you'll be prompted to give it a useful name.</p><p></p><p><img src="http://img211.imageshack.us/img211/2642/image168rq0.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>You'll notice that you can also add folders, and organize them however you'd like. For our purposes, we're all finished, so click the OK button.</p><p></p><p><img src="http://img211.imageshack.us/img211/6249/image169zh3.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Now you should see the administration panel, and be able to easily access any of the admin pages via the items on the left-hand pane.</p><p></p><p><img src="http://img211.imageshack.us/img211/6784/image170fy2.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>You can even use the web-based links to view items… you'll remember I added howtogeek.com as the URL, and it shows right up when you click on that item. Of course it would make more sense to use something like your wireless router's administration page as a link here.</p><p></p><p><img src="http://img211.imageshack.us/img211/5058/image171dw9.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Next we'll need to save this administration panel, but first take a trip to File \ Options and give it a name, and even change the icon if you don't like the default one.</p><p></p><p><img src="http://img211.imageshack.us/img211/5135/image172yy1.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>(Optional) If you want to finalize the admin panel so that it doesn't prompt you to save changes when you close it, you can change Console mode to "User mode - full access", and then check the box for "Do not save changes to this console". This will prevent any changes from being made to the console.</p><p></p><p><img src="http://img521.imageshack.us/img521/8226/image175ds0.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>And now the final step…. go to File \ Save As, and save it to some location that you'll be able to easily find it, like the Desktop. (You could drag it to the Quick Launch if you wanted to)</p><p></p><p><img src="http://img521.imageshack.us/img521/1802/image173gy6.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>You'll now have a shiny new icon that you can launch your administration panel with. Keep in mind that this isn't a shortcut… it's the actual administration panel file.</p><p></p><p><img src="http://img521.imageshack.us/img521/3005/image174hw8.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Update: If you want to re-author (make changes) to an administration panel that you have set to "User Mode" above, you can simply right-click on the icon and choose "Author".</p><p></p><p><img src="http://img521.imageshack.us/img521/4716/image176ey3.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p><strong>Note:</strong> You can open up multiple instances of your administration panel, very useful. This will also work perfectly on Windows XP or any edition of Windows Server. Windows 7?? :S ekanam alewalle</p></blockquote><p></p>
[QUOTE="BLACKLIST_MEMBER, post: 3799285, member: 79414"] Has it ever annoyed you to have separate windows for Device Manager, Services, Disk Management and the other administration panels? Today we'll learn how we can combine them all into a single administration panel where we can easily access all the tools. It's actually quite easy, since most of the admin panels are implemented as plugins for Microsoft Management Console, a wrapper framework that we'll use to create our own custom administration panel. Create Your Custom Admin Panel Open up mmc.exe through the start menu search or run box, which should bring up an empty window called Console1 that looks similar to this. [IMG]http://img507.imageshack.us/img507/7360/image163le7.png[/IMG] Choose "Add/Remove Snap-in" from the File menu. [IMG]http://img507.imageshack.us/img507/2133/image164pg5.png[/IMG] On the left-hand side you'll see lots of familiar items like Computer Management and Device Manager. Select the ones you want on the left-hand pane, and then click the Add button. (You have to add them one at a time) [IMG]http://img211.imageshack.us/img211/3756/image165ia9.png[/IMG] You'll be presented a dialog where you can choose which computer you would like the snap-in to manage. You can use this for easy access to other computers over the network. Note that you can add the same snap-in multiple times, and choose a different computer to manage for each item you add. For our purposes, just click the Finish button. [IMG]http://img211.imageshack.us/img211/7027/image166mf0.png[/IMG] You'll notice a very interesting item in the list… the "Link to Web Address" item… this will allow you to add the URL to a web-based administration panel (like your wireless router's admin page) [IMG]http://img211.imageshack.us/img211/2011/image167mm0.png[/IMG] You'll be prompted first for the URL, and then on the next page you'll be prompted to give it a useful name. [IMG]http://img211.imageshack.us/img211/2642/image168rq0.png[/IMG] You'll notice that you can also add folders, and organize them however you'd like. For our purposes, we're all finished, so click the OK button. [IMG]http://img211.imageshack.us/img211/6249/image169zh3.png[/IMG] Now you should see the administration panel, and be able to easily access any of the admin pages via the items on the left-hand pane. [IMG]http://img211.imageshack.us/img211/6784/image170fy2.png[/IMG] You can even use the web-based links to view items… you'll remember I added howtogeek.com as the URL, and it shows right up when you click on that item. Of course it would make more sense to use something like your wireless router's administration page as a link here. [IMG]http://img211.imageshack.us/img211/5058/image171dw9.png[/IMG] Next we'll need to save this administration panel, but first take a trip to File \ Options and give it a name, and even change the icon if you don't like the default one. [IMG]http://img211.imageshack.us/img211/5135/image172yy1.png[/IMG] (Optional) If you want to finalize the admin panel so that it doesn't prompt you to save changes when you close it, you can change Console mode to "User mode - full access", and then check the box for "Do not save changes to this console". This will prevent any changes from being made to the console. [IMG]http://img521.imageshack.us/img521/8226/image175ds0.png[/IMG] And now the final step…. go to File \ Save As, and save it to some location that you'll be able to easily find it, like the Desktop. (You could drag it to the Quick Launch if you wanted to) [IMG]http://img521.imageshack.us/img521/1802/image173gy6.png[/IMG] You'll now have a shiny new icon that you can launch your administration panel with. Keep in mind that this isn't a shortcut… it's the actual administration panel file. [IMG]http://img521.imageshack.us/img521/3005/image174hw8.png[/IMG] Update: If you want to re-author (make changes) to an administration panel that you have set to "User Mode" above, you can simply right-click on the icon and choose "Author". [IMG]http://img521.imageshack.us/img521/4716/image176ey3.png[/IMG] [B]Note:[/B] You can open up multiple instances of your administration panel, very useful. This will also work perfectly on Windows XP or any edition of Windows Server. Windows 7?? :S ekanam alewalle [/QUOTE]
Insert quotes…
Verification
Awruddata maasa keeyada?
Post reply
Top
Bottom