Cannot enable "Show Accessories" on Start Menu

B

Boby George

I am having problem displaying "Show Accessories" on the Start Menu. I
did set the cmiShowAccessories attribute through the advanced properties
of the User Interface Core. I also enabled Accessories/Communications
Programs and Accessories/System Tools. But it still does not show up on
the Start Menu.I build this configuration based on a VPC2004 Macro.
Please suggest what I can do to fix this. And I am using FP2007 Build 2.
I haven't started using the evaluation version since I am still waiting
for my OEM version.

It looks like I cannot attach the SLX file. Server complaints article is
too big and not to retry. Let me know if you like to have the SLX file,
and how to give it to you.

Thanks,

Boby
 
B

Boby George

Attached is a response file that can be used with XPECMD tool to create
the SLX configuration that I used for testing. You do have to modify the
server name in the response file.

Thanks,

Boby
 
B

Boby George

Looks like the attachment did not stick. Trying again.

Problem: I am having problem displaying "Show Accessories" on the Start
Menu. I did set the cmiShowAccessories attribute through the advanced
properties of the User Interface Core. I also enabled
Accessories/Communications Programs and Accessories/System Tools. But it
still does not show up on the Start Menu.I build this configuration
based on a VPC2004 Macro. Please suggest what I can do to fix this. And
I am using FP2007 Build 2. I haven't started using the evaluation
version since I am still waiting for my OEM version.

It looks like I cannot attach the SLX file. Server complaints article is
too big and not to retry. Let me know if you like to have the SLX file,
and how to give it to you.

Attached is a response file that can be used with XPECMD tool to create
the SLX configuration that I used for testing. You do have to modify the
server name in the response file.

Thanks,

Boby

Boby said:
Attached is a response file that can be used with XPECMD tool to
create the SLX configuration that I used for testing. You do have to
modify the server name in the response file.

Thanks,

Boby


dbopen sdgswdev03
new cfg Configuration
new myInst Instance
minvis 100

myInst = 'inst:^Virtual PC 2004 Helper Macro'
cfg.Instances.Add myInst

myInst = 'inst:^NT Hardware Detect'
cfg.Instances.Add myInst

myInst = 'inst:^NT Loader'
cfg.Instances.Add myInst

myInst = 'inst:^English Language Support'
cfg.Instances.Add myInst

myInst = 'inst:^Windows Logon (Standard)'
cfg.Instances.Add myInst

myInst = 'inst:^FAT Format'
cfg.Instances.Add myInst

myInst = 'inst:^NTFS Format'
cfg.Instances.Add myInst

myInst = 'inst:^Explorer Shell'
cfg.Instances.Add myInst

myInst = 'inst:^User Interface Core'
cfg.Instances.Add myInst
myInst.Properties("cmiShowDesktopIcons") = "True"
myInst.Properties("cmiEnableDragDrop") = "True"
myInst.Properties("cmiShowFavorites") = "True"
myInst.Properties("cmiShowNetworkConnections") = "True"
myInst.Properties("cmiShowMyDocuments") = "True"
myInst.Properties("cmiShowSearch") = "True"
myInst.Properties("cmiShowRun") = "True"
myInst.Properties("cmiShowMyNetworkPlaces") = "True"
myInst.Properties("cmiShowMyComputer") = "True"
myInst.Properties("cmiShowMyRecentDocuments") = "True"
myInst.Properties("cmiShowControlPanel") = "True"
myInst.Properties("cmiShowPrintersFaxes") = "True"
myInst.Properties("cmiNoHelpFiles") = "True"
myInst.Properties("cmiShowAccessories") = "True"
myInst.Properties("cmiNumOfPrograms") = 0
myInst.Properties("cmiShowTaskBarContext") = "True"
myInst.Properties("cmiShowFoldersContext") = "True"
myInst.Properties("cmiShowShutDown") = "True"
myInst.Properties("cmiShowLogOff") = "True"
myInst.Properties("cmiLockTaskBar") = "True"
myInst.Properties("cmiShowNotifications") = "True"
myInst.Properties("cmiShowAllPrograms") = "True"

myInst = 'inst:^Task Manager'
cfg.Instances.Add myInst

myInst = 'inst:Accessories/Communications Programs'
cfg.Instances.Add myInst

myInst = 'inst:^Accessories/System Tools'
cfg.Instances.Add myInst

myInst = 'inst:^Add Hardware Control Panel'
cfg.Instances.Add myInst

myInst = 'inst:^Add/Remove Programs Control Panel'
cfg.Instances.Add myInst

myInst = 'inst:^Base Support Binaries'
cfg.Instances.Add myInst

myInst = 'inst:^Command Window Property Page'
cfg.Instances.Add myInst

myInst = 'inst:^Date/Time Control Panel'
cfg.Instances.Add myInst

myInst = 'inst:^Desktop Wallpaper'
cfg.Instances.Add myInst

myInst = 'inst:^Device Manager'
cfg.Instances.Add myInst

myInst = 'inst:^Display Control Panel'
cfg.Instances.Add myInst

myInst = 'inst:^Network Setup Wizard'
cfg.Instances.Add myInst

myInst = 'inst:^Registry Editor'
cfg.Instances.Add myInst

myInst = 'inst:^System Control Panel'
cfg.Instances.Add myInst

myInst = 'inst:^CDFS'
cfg.Instances.Add myInst

myInst = 'inst:^Basic TCP/IP Networking'
cfg.Instances.Add myInst

myInst = 'inst:^TCP/IP Networking with Client for MS Networks'
cfg.Instances.Add myInst

myInst = 'inst:^TCP/IP Networking with File Sharing and Client for MS Networks'
cfg.Instances.Add myInst

myInst = 'inst:^Dr. Watson Debugger'
cfg.Instances.Add myInst

myInst = 'inst:^TCP/IP Utilities'
cfg.Instances.Add myInst

myInst = 'inst:^Windows Installer Service'
cfg.Instances.Add myInst

myInst = 'inst:^Terminal Services'
cfg.Instances.Add myInst

myInst = 'inst:^Error Reporting'
cfg.Instances.Add myInst

myInst = 'inst:^Event Log'
cfg.Instances.Add myInst

myInst = 'inst:^Microsoft Management Console (MMC)'
cfg.Instances.Add myInst

myInst = 'inst:^Telnet Client'
cfg.Instances.Add myInst

myInst = 'inst:^Telnet Server'
cfg.Instances.Add myInst

myInst = 'inst:^Telnet Server Administration'
cfg.Instances.Add myInst

myInst = 'inst:^Generic USB Input Device Support'
cfg.Instances.Add myInst

myInst = 'inst:^Compression and Expansion Tools'
cfg.Instances.Add myInst

myInst = 'inst:^Copy and Compare Tools'
cfg.Instances.Add myInst

myInst = 'inst:^Safe Mode Support'
cfg.Instances.Add myInst

myInst = 'inst:^System Event Notification Service (SENS)'
cfg.Instances.Add myInst

myInst = 'inst:^Volume Mounting Utility'
cfg.Instances.Add myInst

myInst = 'inst:^Windows Image Acquisition User Interface'
cfg.Instances.Add myInst

myInst = 'inst:^Client Printing Support'
cfg.Instances.Add myInst

myInst = 'inst:^Local Printing Support'
cfg.Instances.Add myInst

myInst = 'inst:^Server Printing Support'
cfg.Instances.Add myInst

myInst = 'inst:^Map Network Drives/Network Places Wizard'
cfg.Instances.Add myInst

myInst = 'inst:^Safely Remove Hardware Program'
cfg.Instances.Add myInst

myInst = 'inst:^Disk Management MMC Snap-In'
cfg.Instances.Add myInst

myInst = 'inst:^FAT Format/Tools'
cfg.Instances.Add myInst

myInst = 'inst:^Legacy DOS Utilities'
cfg.Instances.Add myInst

myInst = 'inst:^Logical Disk Manager Configuration Library'
cfg.Instances.Add myInst

myInst = 'inst:^Misc. File System Utilities'
cfg.Instances.Add myInst

myInst = 'inst:^NTFS Format Tools'
cfg.Instances.Add myInst

myInst = 'inst:^NTFS Management Utility'
cfg.Instances.Add myInst

myInst = 'inst:^Removable Storage MMC Snap-In'
cfg.Instances.Add myInst

myInst = 'inst:^Filter Manager'
cfg.Instances.Add myInst

myInst = 'inst:^UDFS'
cfg.Instances.Add myInst

myInst = 'inst:^Format Common User Interface'
cfg.Instances.Add myInst

myInst = 'inst:^Medium Changer Class Driver'
cfg.Instances.Add myInst

myInst = 'inst:^Removable Storage Service'
cfg.Instances.Add myInst

myInst = 'inst:^Net.exe Utility'
cfg.Instances.Add myInst

myInst = 'inst:^TCP/IP Arp Command'
cfg.Instances.Add myInst

myInst = 'inst:^TCP/IP NetStat Command'
cfg.Instances.Add myInst

myInst = 'inst:^TCP/IP PathPing Command'
cfg.Instances.Add myInst

myInst = 'inst:^Computer Name User Interface'
cfg.Instances.Add myInst

myInst = 'inst:^Network Diagnostics'
cfg.Instances.Add myInst

myInst = 'inst:^Network Monitor Driver'
cfg.Instances.Add myInst

myInst = 'inst:^Network Routing'
cfg.Instances.Add myInst

myInst = 'inst:^Other TCP/IP Services'
cfg.Instances.Add myInst

myInst = 'inst:^Domain Participation'
cfg.Instances.Add myInst

myInst = 'inst:^Files and Settings Transfer Wizard'
cfg.Instances.Add myInst

myInst = 'inst:^Class Installers / Hardware Compatibility'
cfg.Instances.Add myInst

myInst = 'inst:^Generic Device Driver Support'
cfg.Instances.Add myInst

myInst = 'inst:^Administration Support Tools'
cfg.Instances.Add myInst

save cfg "FULL_CFG.SLX"


dbclose
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top