Knowledge Base for Windows
Trying to understand Bill’s technology…
27th
JUN
KB833167: How to solve Volume Shadow Copy issue 0×80042319
Posted by MLK under Windows Events
Description/Problem:
This error occurs when the creation of the Volume Shadow Copy times out. This is more common during periods of high disk activity, or on disks that are heavily fragmented.
- Check that you Service pack level is at least Service Pack 1 (for Windows 2003)
- Check if Volume Shadow Copy Service is up and running
- Re-registering the Volume Shadow Copy service DLL’s:
- net stop vss
- net stop swprv
- regsvr32 ole32.dll
- regsvr32 vss_ps.dll
- vssvc /register
- regsvr32 /i swprv.dll
- regsvr32 /i eventcls.dll
- regsvr32 es.dll
- regsvr32 stdprov.dll
- regsvr32 vssui.dll
- regsvr32 msxml.dll
- regsvr32 msxml3.dll
- regsvr32 msxml4.dll
- Reboot server
- After reboot open Command Line (CMD) and execute:
- vssadmin list writers
Solution:
KB833167
10th
JUN
KB943729: New Group Policy preferences in Windows Server 2008
Posted by MLK under Windows Security
Description/Problem:
Short information about new Group Policy preferences in Windows Server 2008 and how to enable down-level computers to process these new items. Group Policy preferences are made up of more than 20 new Group Policy client-side extensions. New preferences are included in the Group Policy Management Editor window of the Group Policy Management Console.
Solution:
KB943729
2nd
JUN
KB240309: How to Fully Disable Antivirus Software
Posted by MLK under Windows Security
Description/Problem:
Next helpful article which shows you how to help lower security settings or how to turn off security features on a computer/server. You can make these changes to work around a specific problem with some security solutions such as Symantec, McAfee, … .
Solution:
KB240309
2nd
CMD: How to delete Temporary Internet Files and Cookies cache
Posted by MLK under Windows Scripts
- Create/open new CMD or BAT file (ex. Script.cmd or Script.bat)
- Include this code into the file:
- @ECHO OFF
- rd “%userprofile%\local settings\temporary internet files\content.ie5″ /s/q
- rd “%userprofile%\local settings\history\history.ie5″ /s/q
- del “%userprofile%\cookies\*.*” /s/q/f
- EXIT
- Save this batch file
- Open Group Policy Editor
- Add this batch file as Logoff script:
- Local Computer Policy - User Configuration - Windows Settings - Scripts (Logon/Logoff)
- Local Computer Policy - User Configuration - Windows Settings - Scripts (Logon/Logoff)
About Me
Categories
- Active Directory (23)
- SAN Storages (2)
- SharePoint Services (6)
- Terminal Services (8)
- Windows Cluster (8)
- Windows Domain (20)
- Windows eBooks (2)
- Windows Events (9)
- Windows IIS/ISA (11)
- Windows Network (14)
- Windows Registry (10)
- Windows Scripts (6)
- Windows Security (26)
- Windows SQL (3)
- Windows Tools (13)
- Windows Update (10)
Archives
- December 2008 (3)
- November 2008 (7)
- October 2008 (3)
- September 2008 (4)
- August 2008 (1)
- July 2008 (2)
- June 2008 (4)
- May 2008 (6)
- April 2008 (7)
- March 2008 (6)
- February 2008 (3)
- January 2008 (8)
- December 2007 (4)
- November 2007 (9)
- October 2007 (4)
- July 2007 (2)
- May 2007 (8)
- April 2007 (1)
- March 2007 (3)
- February 2007 (2)
- January 2007 (13)
- November 2006 (15)
- October 2006 (31)
WebLinks
- Command-line reference
- CompDocs
- Event.ID
- HP Drivers Index
- Keyboard Layouts
- MS Events and Errors
- MS Knowledge Base
- MS Security Bulletin
- Petri IT KBase
- RegEx Library
- Scott’s WebLog
- Secunia
- SecurityFocus
- SecurityTracker
- SharePoint Blog
- Terminal Services Blog
- WSUS Manual
- WSUS TechNet Blog
- WSUS WikiDoku
- WU Catalog
- WU Troubleshooting