Creating a IE Shell

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hey all! I received some great input as to an issue my company is coming up
with. However, not being much a developer myself, its abit confusing. So, I
had fundmental question about using an IE shell. Does that work within a
client setup to log into a domain? As in, the users who would be working
within the shell would need to log on to a domain first? Also, does anyone
have any recommendation as instructions, books, etc. for someone with little
development skills attempting to create an IE shell? Thanks in advance!
 
NWren,
Hey all! I received some great input as to an issue my company is coming up
with. However, not being much a developer myself, its abit confusing. So, I
had fundmental question about using an IE shell. Does that work within a
client setup to log into a domain?

YUou can still have Winlogon logging to a domain and then launching a proper user shell through [HKCU\Software\Microsoft\Windows
NT\CurrentVersion\Winlogon\"Shell"] key.
As in, the users who would be working
within the shell would need to log on to a domain first? Also, does anyone
have any recommendation as instructions, books, etc. for someone with little
development skills attempting to create an IE shell? Thanks in advance!

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnxpembed/html/custshell.asp
http://msdn.microsoft.com/library/en-us/dnxpesp1/html/tchDifferentShellsForDifferentUsers.asp
 
Thanks again!!

KM said:
NWren,
Hey all! I received some great input as to an issue my company is coming up
with. However, not being much a developer myself, its abit confusing. So, I
had fundmental question about using an IE shell. Does that work within a
client setup to log into a domain?

YUou can still have Winlogon logging to a domain and then launching a proper user shell through [HKCU\Software\Microsoft\Windows
NT\CurrentVersion\Winlogon\"Shell"] key.
As in, the users who would be working
within the shell would need to log on to a domain first? Also, does anyone
have any recommendation as instructions, books, etc. for someone with little
development skills attempting to create an IE shell? Thanks in advance!

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnxpembed/html/custshell.asp
http://msdn.microsoft.com/library/en-us/dnxpesp1/html/tchDifferentShellsForDifferentUsers.asp
 
Back
Top