G Gavin Ross Jul 30, 2005 #1 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...
G Guest Jul 30, 2005 #2 Hi, I wish =). There is a workaround. However, you will have to maybe script it as a VBScript to modify the registry http://support.microsoft.com/default.aspx?scid=kb;en-us;311489 Cheers, Lara
Hi, I wish =). There is a workaround. However, you will have to maybe script it as a VBScript to modify the registry http://support.microsoft.com/default.aspx?scid=kb;en-us;311489 Cheers, Lara
J Jerold Schulman Jul 31, 2005 #3 Does anyone know if there is a setting in GPO that can turn off the Welcome to Windows XP Tour? Thanks Gavin... Click to expand... 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
Does anyone know if there is a setting in GPO that can turn off the Welcome to Windows XP Tour? Thanks Gavin... Click to expand... 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