Below is the content. Here is a link to the site. http://ucwiki01:8080/xwiki/wiki/urbanismo/view/Main/Accudemia I think we are using another tool now for the autologin so it isn’t clear text and I don’t think the FullScreen app is applicable anymore either. If you just hit F11 in Firefox it will make it go full screen now.
Eric
Sign-In Stations
Firefox Configuration for Sign-In Stations
Login to the computer that you are wanting to use as a Sign-In Station
Open Firefox
Open the Firefox Menu
Select Options -> Options
Click the Privacy Tab
Click the Firefox will: dropdown box
Select Use custom settings for history
Uncheck the Remember my browsing and download history checkbox
Uncheck the Remember search and form history checkbox
Click OK
Setup a Workstation as a Sign-In Station
Goto the Accudemia Website
Login With Your System User Account
Go to Sign-In Stations->Computers
Click on the "Make me a sign in station" button
Select the Center you want to sign in to
Put the PC number in the Name: details
Click Save Changes
Logout
When you logout you should see the sign-in for that center.
Setting Up Sign-in Stations to login Automatically
All Accudemia sign-in stations at the Urban Campus are currently setup to autologin with the attend Active Directory account. This is setup with "6 Add Local Solutions" Job in Altiris under the Accutrack condition. The script to add is below minus the password which is located in Keepass.
REM Configure Auto Login
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultUserName /t REG_SZ /d attend /f
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultPassword /t REG_SZ /d "password" /f
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoAdminLogon /t REG_SZ /d 1 /f
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v ForceAutoLogon /t REG_SZ /d 1 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v CachePrimaryDomain /t REG_SZ /d DMACC /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AltDefaultDomainName /t REG_SZ /d DMACC /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultDomainName /t REG_SZ /d DMACC /f)))
Auto Launch Sign-in Station
After you get the autologin setup you can now setup the workstation to open Firefox to the Accudemia webpage in Full Screen mode.
- Open Firefox on the workstation, click on the Firefox tab at the top and then select Add-Ons. Under the Search all add-ons do a search for fullscreen. You should then see an add-on called FF Fullscreen 7, Install this add on by clicking the Install Button. After this is installed Firefox should go full screen, to exit full screen hit the F11 key and close Firefox.
- Right-Click on the desktop and select New->Shortcut, then browse and select "C:\Program Files\Mozilla Firefox\firefox.exe" and hit Next. Change the name of the Shortcut to Accudemia and hit Finish. This shortcut should now appear on your desktop. Right-click the shortcut and hit Properties. Under the Shortcut Tab select Target and change it so it reads ''"C:\Program Files\Mozilla Firefox\firefox.exe" http://dmacc.accudemia.net'' then hit OK.
- Right-click on the Accudemia shortcut you just created and select Copy. Now open up Windows Explorer and browse to C:\users\attend\appdata\roaming\microsoft\windows\start menu\program\startup and paste this shortcut in this folder.
- Now if you have made this PC a sign-in station, setup attend to auto login and setup accudemia to auto launch you should be able to reboot the computer and Accudemia will come up in full screen mode with the sign-in ready without you doing anything.