C
catwomen
Does anyone know how to disable F8 key is XP and XP pro
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Michael Solomon (MS-MVP Windows Shell/User) said:What is the "gateway" software to which you refer and have you checked with
the software application's tech support on this issue?
--
Michael Solomon MS-MVP
Windows Shell/User
Backup is a PC User's Best Friend
DTS-L.Org: http://www.dts-l.org/
cancatwomen said:Thanks for the reply. The gateway software requires that I run control
userpassword2 and set the the system to auto login.
As soon as I do this f8 works . and ideas.
Oh there is no need to apologize. I need the help.
there must be a way to disable safe mode
Jim
password
catwomen said:Thank for the time spent on this issuse. I am a little surprised that MS
removed boot=0 options.
Perhaps do a bat file that checks the service is running and shutdown off if
not.
@echo off
sc query messenger|find "RUNNING"
If errorlevel 1 If Not Errorlevel 2 Shutdown -s -f -c "System shutdown
because Gateway not running. Possible cause is the system booted in safe
mode"
The service name above is messenger service. Replace with your own. It may
need to be assigned as a logon script because most autoruns don't run in
safe mode.
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.