Disable Welcome to Windows XP

  • Thread starter Thread starter Gavin Ross
  • Start date Start date
G

Gavin Ross

Does anyone know if there is a setting in GPO that can turn off the Welcome
to Windows XP Tour?

Thanks
Gavin...
 
Does anyone know if there is a setting in GPO that can turn off the Welcome
to Windows XP Tour?

Thanks
Gavin...
You can add the following command to your logon script: (1 line)

if exist %SystemRoot%\System32\reg.exe reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Applets\Tour" /V RunCount. /T REG_DWORD /F /D 0
 

Ask a Question

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.

Ask a Question

Back
Top