Thursday, October 17, 2013

Only 1 user cannot send email to a certain email

1.Open NK2 edit software
2.Open  user’s .dat (autocomplete) file in this location \\77$$$wks$$$\c$\Users\userID\AppData\Local\Microsoft\Outlook\RoamCache
3.Search for MAILTO address settings
4.Change to SMTP / or delete entry that is causing the issue
5.Before saving changes ,make sure outlook is closed
6.If cannot contact user, use right click tools and kill process for outlook.exe
7.Save the .dat files (usually there are 2 auotcomplete files, and delete the old version
8. Restart the machine and test

Windows Media Player - "server execution failed"

Method 1:
1. Click Start, click Accessories, the right click on Command Prompt and choose "run as administrator", then type regsvr32 vbcript.dll, and then hit enter.
2. Click Start, click Accessories, the right click on Command Prompt and choose "run as administrator", then type regsvr32 jscript.dll, and then hit enter.
2. Now type exit and hit enter. Now try media player and it should work.

Method 2:
Stop Windows Media Player Network Sharing service and check if it helps.
a. Click Start, type services.msc in the Start Search box, right-clickservices.msc, and then click Run as administrator.
b. Right click on Windows Media Player Network Sharing. Click onstop.

Method 3:
Run the following command in elevated command promt and check if it helps.
a) Go to Start Menu
b) Under All Programs, go toAccessories.
c) Right click on Command Promptand select Run as administrator
d) Type net localgroup "Administrators" "NT Authority\Local Service" /add
e) Press Enter.

Method 4:
Run the Windows media player troubleshooter and check.
Open the Windows Media Player Settings troubleshooter
http://windows.microsoft.com/en-US/windows7/Open-the-Windows-Media-Player-Settings-troubleshooter

Script to reinstall SCCM 2012 client

--------------------------------

'uninstall client
-----------------
c:\windows\ccmsetup\ccmsetup.exe \uninstall


'check ccmsetup logs
--------------------
'c:\windows\ccmsetup\logs\ccmsetup.log = CcmSetup is exiting with return code 0


'delete smscfg
--------------
del C:\Windows\SMSCFG.ini


'copy client
------------
roboCOPY "\\XXXXXsccm1\e$\Program Files\Microsoft Configuration Manager\Client" c:\client
roboCOPY "\\XXXXXsccm1\e$\Program Files\Microsoft Configuration Manager\Client\i386" c:\client\i386
roboCOPY "\\XXXXXsccm1\e$\Program Files\Microsoft Configuration Manager\Client\x64" c:\client\x64


'stop services
--------------
net stop Windows Management Instrumentation


'rename repository to repository.old
------------------------------------
ren c:\windows\System32\Wbem\Repository Repository.old


'restart services
-----------------
net start Windows Management Instrumentation


'install client
---------------
c:\client\ccmsetup.exe /MP:XXXXXsccm2.gsn.local SMSMP=XXXXXsccm2.gsn.local


'check ccmsetup logs
--------------------
'c:\windows\ccmsetup\logs\ccmsetup.log = CcmSetup is exiting with return code 0


'successfull msg box
--------------------
'msgbox "SCCM Client installation Successful"

printer drivers and packages

----------------------------
printui /s /t2

1) printer not listed in list
2) printer not mapping automatically to machine
3) printer doesn't install after choosing from list, need to manualy add IP

STEP 1
------
Locate to Computer Configuration-> Administrative Templates-> Printers.
In right pane, double-click  the "Point and Print Restrictions".

In the popup window, select "Enabled", then in "Options" select "When installing drivers for a new connection:" to "Do not show warning or elevation prompt " and the "When updating drivers for existing connection:" also to " Do not show warning or elevation prompt ":

STEP 2
------
Locate to User Configuration-> Administrative Templates-> Control Panel-> Printers.
In right pane, double-click  the "Point and Print Restrictions".

Printer offline/keeps getting offline

-------------------------------------
Method 1
--------
1. Click Start, click Run, type "Services.msc" (without the quotation marks) in the open box and click OK.
2. Double-click "Printer Spooler" in the Services list.
3. Click Stop and click OK.

Method 2
--------
go to printers and devices
right click on printer
go to printer properties
go to Ports tab
with your IP highlighted select "Configure Port"
look at the SNMP Status Enabled checkbox
if checked, uncheck it

Friday, June 1, 2012

ODBC missing in Control Panel/Admin Tools?

1st Method
1. Start > Run > regedit
2. HKCU>Control Panel >don't load
3. Delete odbccp32.cpl
4. Data Sources appears in Control Panel/Admin Tools

2nd Method
1. Start > Run >
2. Type odbccp32.cpl and Enter

 

Thursday, February 9, 2012

Unlock registry edit from SOE group policy settings

1. Start > Run > gpedit.msc
2. User Configuration > right click > Add/Remove Templates
3. Add “system.adm”
4. User Configuration > Administrative Templates > System
5. Change “Prevent access to registry editing tools” to “Not Configured”