Skip to main content

Posts

Showing posts from July, 2012

How to disable PST in environment?

How to disable PST? Push following Dword registry value via GPO. HKEY_LOCAL_MACHINE\Software\Microsoft\Office\12.0\Outlook\DisablePST Set the Value to "1" to disable and "0" to allow. This will have to be pushed to each workstation. With that DWORD value there, the options for both creating and opening Outlook Data Files, and the "Archive" option in the File menu is removed. Office versions Office 9 is stand for Office 2000 Office 10 is stand for Office 2002 Office 11 is stand for Office 2003 Office 12 is stand for Office 2007 Office 14 is stand for Office 2010

FIXING WMI.

Fixing Broken WMI manually is always difficult & time consuming. I have created one bath file which does all for me. Here we go. copy following content in notepad & rename as .bat net stop winmgmt  c:  cd %windir%\system32\wbem  rd /S /Q repository  regsvr32 /s %systemroot%\system32\scecli.dll  regsvr32 /s %systemroot%\system32\userenv.dll  mofcomp cimwin32.mof  mofcomp cimwin32.mfl  mofcomp rsop.mof  mofcomp rsop.mfl  for /f %%s in (’dir /b /s *.dll’) do regsvr32 /s %%s  for /f %%s in (’dir /b *.mof’) do mofcomp %%s  for /f %%s in (’dir /b *.mfl’) do mofcomp %%s  mofcomp -n:root\cimv2\applications\exchange wbemcons.mof  mofcomp -n:root\cimv2\applications\exchange smtpcons.mof  mofcomp exmgmt.mof  mofcomp exwmi.mof  net start winmgmt     Note : Use on own risk.

Shared folder got converted into the Recyle Bin on Windows File and Print server.

Technical: You can almost convert any folder into anything for example. To Convert Folder Into Contol Panel , Rename With Adding  .{ 21EC2020-3AEA-1069-A2DD-08002B30309D} To Convert Folder Into Recycle Bin , Rename With Adding .{ 645FF040-5081-101B-9F08-00AA002F954E} To Convert Folder Into My Computer , Rename With Adding. { 20D04FE0-3AEA-1069-A2D8-08002B30309D} To Convert Folder Into Internet Explorer , Rename With Adding. { 871C5380-42A0-1069-A2EA-08002B30309D} You need to rename folder again using following command. Example Folder Avinash got converted in Recycle in to bring Avinash folder in normal attribute. Run following command. Ren Avinash .{645FF040-5081-101B-9F08-00AA002F954E} Avinash But problem we were facing was not that simple because it was virus infection which transmits with Autorun.inf Please find following URL which has detailed information autorun.inf cleanup. Run command on drive for example C Drive. “ C:\attrib -s -r -h *.*” This will visible all Autorun files. h