I wouldn't mind objecting on the grounds I answered the question.
Main Topics
Browse All TopicsI have been asked by a client to write an application to run on a Samsung Q1, which is running Vista Business as the operating system. The problem I have is they also want the Q1 locked down so only my application can run and it automatically runs just my app on start up and no access to the operating sstem etc.
Can someone help me by explaining if this is possibly and how to do it?
The Samsung Q1 will not be networked, just stand alone.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Sorry, here is a step by step for each of the things I listed before.
Password Protecting The Bios:
Boot machine & enter the bios either by pressing del or F1, the system should tell you the button to press to get into the bios.
Once there search around for password protection. Usually PC's have two options, one to password protect the bios and one to password protect the system from booting. You only want to protect the bios as the other will require a password to be entered every time the system is booted.
Once you have set the password, save changes and reboot. You can test it worked by going back into the bios, you should be prompted to enter the password.
If by the off chance you have forgotten the password or something like that it can usually be flushed by changing a jumper on the main board ... see the manufactures documentation for this one.
Setting Low Access Users & Auto Login:
I can't give you 100% details on this one because I don't use Vista but the premise should be the same no matter what OS you run.
You need to find the User Manager, in XP this can be found by right clicking on my computer & choosing Manage. This will bring up computer management. Under system tools you should find Local Users & Groups. Expand this out and choose the Users folder. In here you will need to create a default user. Right click on the users folder and select new user. Enter in a name eg User and you can also enter full name & description. Leave the password section blank, untick user must change password at next logon, tick user cannot change password, and password never expires. Click OK and you should have created a basic user account.
If by chance the system says the password doesnt meet the minimum requirements, put in a password like user123.
To make the system auto-login using this user open the run command & type: control userpasswords2
On this page there should be a check box to say users need to enter a password to log in. Uncheck this and click ok. The system will then ask which account you want to log in by default. Enter the one you have just created along with the password if it required you to use one.
Once this has been set the system should auto-login using this account.
Replacing Explorer.exe:
If something wont work in Vista it would probably be this one but it will give you the gist.
If you have a standard installation of windows you should find located in C:\Windows\ a file called explorer.exe. This is windows as we know it. When windows starts it launches this program which gives you your desktop & everything. If you dont want the desktop but want your program to start rename the explorer.exe to explorer.old and put your program in the c:\windows folder and rename it to explorer.exe.
If it doesnt allow you to rename explorer.exe try booting the machine into safe mode by pressing F8 while the machine is booting. Once in safe mode repeat the process above.
Computer Security Policy:
This can be accessed by going to Start --> Programs --> Administrative Tools --> Local Security Policy.
Step through each policy and have a read what it does then decide if you want to set it. You can usually choose who this policy gets applied to as well.
If Administrative Tools isnt there it can be found in the control panel (Start --> Settings --> Control Panel --> Administrative Tools)
You will also have to disable the ability for users to run task manager (Control + Alt + Delete and Contorl + Shift + Escape).
Had a quick glance at this site which looks like it has the information you want:
http://www.vistax64.com/tu
Looks like it's a setting in the local security policy that I talked about before. Also looks like it may have a few other things you may be interested in.
Business Accounts
Answer for Membership
by: Enigma2001Posted on 2009-06-28 at 18:29:22ID: 24733201
Create a crippled user account and set the machine to automatically log on as that user. Go through the Local Security Policy and remove their right to pretty much anything.
Im not familiar with Vista, but in XP you use to be able to replace the explorer.exe with your own application. But locking it down so you cant do anything in the OS is fine. Then just put the script in a folder on your machine which you have set the permissions to read access for the crippled account and then add a run statement.
& and remember to password protect the bios. No point doing anything if someone can just boot off a USB.
Hope that helps a bit