Windows Vista and Windows Server 2008 Service Pack 2 Customer Preview Program (CPP)
Written by ShaDow on December 3rd, 2008 with no comments.
Read more articles on Vista SP2 and otherSoftware.
You are currently browsing the articles from MS Windows Vista Compatible Software matching the category
Written by ShaDow on December 3rd, 2008 with no comments.
Read more articles on Vista SP2 and otherSoftware.
Written by ShaDow on December 2nd, 2008 with no comments.
Read more articles on Vista SP2 and otherSoftware.
Written by ShaDow on December 1st, 2008 with 1 comment.
Read more articles on Vista SP2 and otherSoftware.
Written by ShaDow on October 31st, 2008 with no comments.
Read more articles on Vista SP2 and otherSoftware and Downloads.
Written by ShaDow on October 26th, 2008 with no comments.
Read more articles on Vista SP2 and Vista News and otherSoftware.
@echo off
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\WindowsUpdate\VistaSp2 /f > NUL 2>&1
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ Windows\CurrentVersion\WindowsUpdate\VistaSP2 /f > NUL 2>&1
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\WindowsUpdate\VistaSp2 /v Beta1 /t REG_SZ /d C21A5C64-2530-CC19-042F-9ABDB4ED27F9 /f
IF NOT %errorlevel% == 0 ( goto ERROR)
:SUCCESS
@echo.
echo ======================================
echo Windows Vista SP2 registry keys successfully set.
echo Please check for updates on Windows Update.
echo ==========================================
@echo.
goto END
:ERROR
@echo.
echo ==========================================
echo ERROR setting the Windows Vista SP2 registry keys
echo Please run this script as Administrator (right-click, 'Run as Administrator').
echo ==========================================
@echo.
goto END
:END
pause
pause
Written by ShaDow on October 25th, 2008 with no comments.
Read more articles on Vista SP2 and otherSoftware and Windows vista tips and Downloads.