Re: User Interface Setup Issues
Posted: 08-30-2004, 06:58 AM
1. I would suggest you to turn off Fast User Switching (just disable the
service) if it is acceptable for you platform.
Your problem is described here:
http://support.microsoft.com/default...&Product=winxp
2. Well... Screen saver apps are launched by Desktop (their reg.key are
under [HKCU\Control Panel\Desktop]"SCRNSAVE.EXE"="...\*.scr").
I guess for the custom shell users you would want to launch an active screen
saver app manually.
KM
> Hello all,User
> Thank you in advance for any help. First let me describe what we are
> doing. We have a single board computer with a touch screen display. We
> _don't_ have a keyboard or a mouse. We are using the, "Friendly Logon
> Interface" component so the user need only touch the screen to login asone
> of several users. We are _not_ using the, "Windows XP Visual Style"shell.
> component, because we want the windows classic theme. In addition for
> everyone _but_ the administrator we are replacing the shell with our own
> application. The Administrator account is still the windows explorer
>XP
> Here are the issues I'm seeing, some possible work a rounds, and what I
> would love to know how to do
>
> 1. The scroll bars on the welcome screen are not present if the "Windows
> Visual Style" is _not_ included in the configuration.that
>
> [Work a round]
> I can include the Windows XP Visual Style component however; this means
> before I change the shell to our application I need to change the displayno
> theme back to the classic windows theme. The only way I found to do this
> auto-magically is the fallowing VBS code.
>
> set shell=createobject("wscript.shell")
> shell.run """C:\Windows\Resources\Themes\Windows Classic.theme"""
> WScript.Sleep 1000
> shell.sendkeys "{ENTER}"
> wscript.quit
>
> [Problem]
> First, this is ugly and also it is possible that the user could interfere
> with this process. If the user does interfere we would need to delete the
> user and create them again because with the shell being changed there is
> way to switch them back.
>
> [What would be nice]
> It would be nice if I could just turn on the scroll bar some how. Does
> anyone know if there is a registry setting for that?
>
> 2. A minor issue is that the screen saver doesn't kick on for users that
> have their shell changed to point at our application. Does anyone have a
> recommendation on how we could fix this.
>
> Thank you again for any help.
>
> Cheers
>
> Chad




Linear Mode


Posts: n/a