![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Re: Lost contents of START/ALL PROGRAMS/ADMINISTRATIVE TOOLS folder
"Frank K." <fkozerski@comcast.net> wrote:
>Would someone please list the contents. This is in Win XP SP2. > >Thanks -- Frank Open your Start Menu Right click in an empty area... PROPERTIES CUSTOMIZE Find Admin tools and choose how to display it |
|
|||
|
Re: Lost contents of START/ALL PROGRAMS/ADMINISTRATIVE TOOLS folder
"Frank K." <fkozerski@comcast.net> wrote in message
news:e78CKCNlIHA.1212@TK2MSFTNGP05.phx.gbl... > Would someone please list the contents. This is in Win XP SP2. > > Thanks -- Frank > You might want to try the registry fix available here. Courtesy of Kelly Theriot, MS-MVP Line 54, left hand column, Restore Administrative Tools http://www.kellys-korner-xp.com/xp_tweaks.htm Good luck Nepatsfan |
|
|||
|
Re: Lost contents of START/ALL PROGRAMS/ADMINISTRATIVE TOOLS folder
"PD43" <pauld1943@comcast.net> wrote in message news:f2b7v31r9b469ljr029tt0i3rjt6hq762e@4ax.com... > "Frank K." <fkozerski@comcast.net> wrote: > >>Would someone please list the contents. This is in Win XP SP2. >> >>Thanks -- Frank > > Open your Start Menu > > Right click in an empty area... > > PROPERTIES > > CUSTOMIZE > > Find Admin tools and choose how to display it. ADMINISTRATIVE TOOLS displays, but it is empty. I need a list of programs that should show, like EVENT VIEWER, etc. |
|
|||
|
Re: Lost contents of START/ALL PROGRAMS/ADMINISTRATIVE TOOLS folder
"Nepatsfan" <nepatsfan@SBXXXIX.com> wrote in message news:usGbrjQlIHA.5368@TK2MSFTNGP04.phx.gbl... > "Frank K." <fkozerski@comcast.net> wrote in message > news:e78CKCNlIHA.1212@TK2MSFTNGP05.phx.gbl... >> Would someone please list the contents. This is in Win XP SP2. >> >> Thanks -- Frank >> > > > You might want to try the registry fix available here. > > Courtesy of Kelly Theriot, MS-MVP > Line 54, left hand column, Restore Administrative Tools > http://www.kellys-korner-xp.com/xp_tweaks.htm > > Good luck > > Nepatsfan Saving and running the .reg file did not work, even after reboot. |
|
|||
|
Re: Lost contents of START/ALL PROGRAMS/ADMINISTRATIVE TOOLS folder
"Frank K." <fkozerski@comcast.net> wrote in message
news:uW3$wcTlIHA.5088@TK2MSFTNGP02.phx.gbl... > > "Nepatsfan" <nepatsfan@SBXXXIX.com> wrote in message > news:usGbrjQlIHA.5368@TK2MSFTNGP04.phx.gbl... >> "Frank K." <fkozerski@comcast.net> wrote in message >> news:e78CKCNlIHA.1212@TK2MSFTNGP05.phx.gbl... >>> Would someone please list the contents. This is in Win XP SP2. >>> >>> Thanks -- Frank >>> >> >> >> You might want to try the registry fix available here. >> >> Courtesy of Kelly Theriot, MS-MVP >> Line 54, left hand column, Restore Administrative Tools >> http://www.kellys-korner-xp.com/xp_tweaks.htm >> >> Good luck >> >> Nepatsfan > > Saving and running the .reg file did not work, even after reboot. > Here are two options you can use. One will copy the default shortcuts into your Administrative Tools folder. The second will help you create the shortcuts manually. Option 1. Go to this web site and download the desktop.zip file. http://home.comcast.net/~nepatsfan2005/desktop.zip Extract the contents of this folder into your Administrative Tools folder. Option 2. Go to your Start menu and navigate to the Administrative Tools folder. Right click on it and select Open from the menu. In the Administrative Tools folder, right click an open spot in the right hand pane and select New -> Shortcut from the menu. Enter the following in the location box. C:\WINDOWS\system32\Com\comexp.msc Click the Next button. Name this new shortcut Component Services. Hit the Finish button. Follow the same procedure to create shortcuts with the following information. Location = %SystemRoot%\system32\compmgmt.msc /s Name = Computer Management Location = %SystemRoot%\system32\odbcad32.exe Name = Data Sources (ODBC) Location = %SystemRoot%\system32\eventvwr.msc /s Name = Event Viewer Location = %SystemRoot%\system32\perfmon.msc /s Name = Performance Location = %SystemRoot%\system32\services.msc /s Name = Services Finally, open Notepad. Copy and Paste the following into Notepad. Save it as Desktop.ini in the Administrative Tools folder. [LocalizedFileNames] Component Services.lnk=@C:\WINDOWS\system32\comres.dll,-661 Computer Management.lnk=@%SystemRoot%\system32\shell32.dll, -22023 Event Viewer.lnk=@%SystemRoot%\system32\shell32.dll,-22029 Performance.lnk=@%SystemRoot%\system32\shell32.dll ,-22055 Data Sources (ODBC).lnk=@%SystemRoot%\system32\shell32.dll,-22025 Services.lnk=@%SystemRoot%\system32\shell32.dll,-22059 [.ShellClassInfo] LocalizedResourceName=@%SystemRoot%\system32\shell 32.dll,-21762 Good luck Nepatsfan |
|
|||
|
Re: Lost contents of START/ALL PROGRAMS/ADMINISTRATIVE TOOLS folder
Thanks, that did it.
Frank "Nepatsfan" <nepatsfan@SBXXXIX.com> wrote in message news:uGryJWZlIHA.3400@TK2MSFTNGP03.phx.gbl... > "Frank K." <fkozerski@comcast.net> wrote in message > news:uW3$wcTlIHA.5088@TK2MSFTNGP02.phx.gbl... >> >> "Nepatsfan" <nepatsfan@SBXXXIX.com> wrote in message >> news:usGbrjQlIHA.5368@TK2MSFTNGP04.phx.gbl... >>> "Frank K." <fkozerski@comcast.net> wrote in message >>> news:e78CKCNlIHA.1212@TK2MSFTNGP05.phx.gbl... >>>> Would someone please list the contents. This is in Win XP SP2. >>>> >>>> Thanks -- Frank >>>> >>> >>> >>> You might want to try the registry fix available here. >>> >>> Courtesy of Kelly Theriot, MS-MVP >>> Line 54, left hand column, Restore Administrative Tools >>> http://www.kellys-korner-xp.com/xp_tweaks.htm >>> >>> Good luck >>> >>> Nepatsfan >> >> Saving and running the .reg file did not work, even after reboot. >> > > Here are two options you can use. One will copy the default shortcuts into > your Administrative Tools folder. The second will help you create the > shortcuts manually. > > Option 1. > > Go to this web site and download the desktop.zip file. > > http://home.comcast.net/~nepatsfan2005/desktop.zip > > Extract the contents of this folder into your Administrative Tools folder. > > Option 2. > > Go to your Start menu and navigate to the Administrative Tools folder. > Right click on it and select Open from the menu. > In the Administrative Tools folder, right click an open spot in the right > hand pane and select New -> Shortcut from the menu. > Enter the following in the location box. > > C:\WINDOWS\system32\Com\comexp.msc > > Click the Next button. > Name this new shortcut Component Services. > Hit the Finish button. > > Follow the same procedure to create shortcuts with the following > information. > > Location = %SystemRoot%\system32\compmgmt.msc /s > Name = Computer Management > > Location = %SystemRoot%\system32\odbcad32.exe > Name = Data Sources (ODBC) > > Location = %SystemRoot%\system32\eventvwr.msc /s > Name = Event Viewer > > Location = %SystemRoot%\system32\perfmon.msc /s > Name = Performance > > Location = %SystemRoot%\system32\services.msc /s > Name = Services > > Finally, open Notepad. Copy and Paste the following into Notepad. Save it > as Desktop.ini in the Administrative Tools folder. > > [LocalizedFileNames] > Component Services.lnk=@C:\WINDOWS\system32\comres.dll,-661 > Computer Management.lnk=@%SystemRoot%\system32\shell32.dll, -22023 > Event Viewer.lnk=@%SystemRoot%\system32\shell32.dll,-22029 > Performance.lnk=@%SystemRoot%\system32\shell32.dll ,-22055 > Data Sources (ODBC).lnk=@%SystemRoot%\system32\shell32.dll,-22025 > Services.lnk=@%SystemRoot%\system32\shell32.dll,-22059 > [.ShellClassInfo] > LocalizedResourceName=@%SystemRoot%\system32\shell 32.dll,-21762 > > Good luck > > Nepatsfan > > > > > |
|
|||
|
Re: Lost contents of START/ALL PROGRAMS/ADMINISTRATIVE TOOLS folder
You're welcome. Thanks for taking the time to let us know the problem is fixed.
Nepatsfan "Frank K." <fkozerski@comcast.net> wrote in message news:eCGRBQrlIHA.2304@TK2MSFTNGP05.phx.gbl... > Thanks, that did it. > > Frank > > "Nepatsfan" <nepatsfan@SBXXXIX.com> wrote in message > news:uGryJWZlIHA.3400@TK2MSFTNGP03.phx.gbl... >> "Frank K." <fkozerski@comcast.net> wrote in message >> news:uW3$wcTlIHA.5088@TK2MSFTNGP02.phx.gbl... >>> >>> "Nepatsfan" <nepatsfan@SBXXXIX.com> wrote in message >>> news:usGbrjQlIHA.5368@TK2MSFTNGP04.phx.gbl... >>>> "Frank K." <fkozerski@comcast.net> wrote in message >>>> news:e78CKCNlIHA.1212@TK2MSFTNGP05.phx.gbl... >>>>> Would someone please list the contents. This is in Win XP SP2. >>>>> >>>>> Thanks -- Frank >>>>> >>>> >>>> >>>> You might want to try the registry fix available here. >>>> >>>> Courtesy of Kelly Theriot, MS-MVP >>>> Line 54, left hand column, Restore Administrative Tools >>>> http://www.kellys-korner-xp.com/xp_tweaks.htm >>>> >>>> Good luck >>>> >>>> Nepatsfan >>> >>> Saving and running the .reg file did not work, even after reboot. >>> >> >> Here are two options you can use. One will copy the default shortcuts into >> your Administrative Tools folder. The second will help you create the >> shortcuts manually. >> >> Option 1. >> >> Go to this web site and download the desktop.zip file. >> >> http://home.comcast.net/~nepatsfan2005/desktop.zip >> >> Extract the contents of this folder into your Administrative Tools folder. >> >> Option 2. >> >> Go to your Start menu and navigate to the Administrative Tools folder. >> Right click on it and select Open from the menu. >> In the Administrative Tools folder, right click an open spot in the right >> hand pane and select New -> Shortcut from the menu. >> Enter the following in the location box. >> >> C:\WINDOWS\system32\Com\comexp.msc >> >> Click the Next button. >> Name this new shortcut Component Services. >> Hit the Finish button. >> >> Follow the same procedure to create shortcuts with the following information. >> >> Location = %SystemRoot%\system32\compmgmt.msc /s >> Name = Computer Management >> >> Location = %SystemRoot%\system32\odbcad32.exe >> Name = Data Sources (ODBC) >> >> Location = %SystemRoot%\system32\eventvwr.msc /s >> Name = Event Viewer >> >> Location = %SystemRoot%\system32\perfmon.msc /s >> Name = Performance >> >> Location = %SystemRoot%\system32\services.msc /s >> Name = Services >> >> Finally, open Notepad. Copy and Paste the following into Notepad. Save it as >> Desktop.ini in the Administrative Tools folder. >> >> [LocalizedFileNames] >> Component Services.lnk=@C:\WINDOWS\system32\comres.dll,-661 >> Computer Management.lnk=@%SystemRoot%\system32\shell32.dll, -22023 >> Event Viewer.lnk=@%SystemRoot%\system32\shell32.dll,-22029 >> Performance.lnk=@%SystemRoot%\system32\shell32.dll ,-22055 >> Data Sources (ODBC).lnk=@%SystemRoot%\system32\shell32.dll,-22025 >> Services.lnk=@%SystemRoot%\system32\shell32.dll,-22059 >> [.ShellClassInfo] >> LocalizedResourceName=@%SystemRoot%\system32\shell 32.dll,-21762 >> >> Good luck >> >> Nepatsfan >> >> >> >> >> > > |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|