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
 
Back
Top