Wednesday, September 5, 2012

Automatic Numbering in Word Tables




All you have to do is highlight the cells to be numbered and click the Numbering button.

Thursday, June 28, 2012

how to unlock scott user in oracle 10g

login with sqladmin account or other account

SQL> alter user scott account unlock;
User altered.
SQL> alter user scott identified by tiger;
User altered.

Friday, April 27, 2012

The IP address XXX.XXX.XXX.XXX you have entered for this network adapter is already assigned to another adapter

  1. Click Start, click Run, type cmd.exe, and then press ENTER.
  2. Type set devmgr_show_nonpresent_devices=1, and then press ENTER.
  3. Type Start DEVMGMT.MSC, and then press ENTER.
  4. Click View, and then click Show Hidden Devices.
  5. Expand the Network Adapters tree.
  6. Right-click the dimmed network adapter, and then click Uninstall.
Thanks Microsoft 

How to remove hidden network adapter


  1. Click Start, click Run, type cmd.exe, and then press ENTER.
  2. Type set devmgr_show_nonpresent_devices=1, and then press ENTER.
  3. Type Start DEVMGMT.MSC, and then press ENTER.
  4. Click View, and then click Show Hidden Devices.
  5. Expand the Network Adapters tree.
  6. Right-click the dimmed network adapter, and then click Uninstall.
Thanks Microsoft

Friday, March 23, 2012

unable to download attachement

The best thing you can do is run IE 8 without add-ons. To do so click Start -> All Programs -> Accessories -> System Tools, and then click Internet Explorer (No Add-ons).

Thursday, March 22, 2012

Difference between LED and LCD

The LCD television is a flat-panel television which utilizes a Liquid Crystal Display technology. It has two layers of glass which are polarized and stuck together. The liquid crystals are held in one of the layers. These liquid crystals pass, or block the light, to produce images on the screen when the electric current passes through it.

The crystals do not produce their own light. The light comes from the series of fluorescent lamps at the back of the screen. There are millions of shutters arranged in a grid, which open and close to release and trap some of the light that is not needed to create images. Then each shutter is paired with a colored filter which produces a sub-pixel. These are so small, that when they combine, they create a single pixel, which appears to be a single spot of color on the screen. With the help of the fluorescent lamps, the images created by the liquid crystals become visible to the viewer.

LCD television produces high image quality. They can be made very thin, which makes them less space-consuming, and the user can hang them anywhere. This makes them appealing to buyers.

LED TV’s are actually very much like LCD TV’s. They also have a flat-screen which utilizes Liquid Crystal Display technology. The only difference is their source of light, which is at the back of the screen. The LCD TV uses fluorescent lamps, and the LED TV uses LED (Light Emitting Diodes).

There are two types of LED backlighting. One is referred to as Edge lighting, and the other is called Full-Array lighting. With the Edge lighting, the series of diodes are arranged along the outside edges of the screen. When there is power, the light is distributed across the screen. Alternatively, in Full-Array lighting, there are several rows of diodes behind the entire surface of the screen. They provide more control over brightness and dimming, because the diodes can be turned on and off independently.

LED TV’s are LCD TV’s with a new backlight system. They are newly developed for LCD’s, because Light Emitting Diodes are said to give more balance in color saturation, and use less power than the fluorescent lamps. LED TV’s are the newest version, and that’s why they are currently more expensive than the standard LCD TV’s.

LED TV’s are still LCD TV’s. They are just considered to be the newer LCD TV version because of the new backlight system used. The LED TV uses Light Emitting Diodes, while the standard LCD TV uses fluorescent lamps. Although they both still use Liquid Crystal Display technology. The main difference is the part behind their screen, which is the backlight.

Wednesday, March 21, 2012

How to change system time for specific Users group via group policy

Local Computer Policy\Computer Configuration\Windows Settings\Security Settings\Local Policies\User Rights Assignment\Change the System Time
add the specific users group to change the system time.



Monday, March 12, 2012

how to add gateway for existing local area connection

netsh interface ip set address name="Local Area Connection" Gateway=192.168.1.10 gwmetric=Automatic

call recording for Samsung Wave 5253 phones in India

1. when calling press & hold the lock key
2. then press menu button and select voice recorder
3. press the record option
4. ok

Thursday, March 1, 2012

Uninstall McAfee AntiVirus and Agent using Script

@ECHO OFF
REM McAfee Removal Script
REM

ECHO Removing AntiSpyware
"C:\Program Files\McAfee\VirusScan Enterprise\scan32.exe" /UninstallMAS
"C:\Program Files (x86)\McAfee\VirusScan Enterprise\scan32.exe" /UninstallMAS

REM Kill McTray & Trusted Validation
ECHO Killing processes
taskkill.exe /f /t /im mctray.exe
taskkill.exe /f /t /im mfevtps.exe

ECHO Removing VirusScan 8.0
msiexec.exe /x {5DF3D1BB-894E-4DCD-8275-159AC9829B43} REMOVE=ALL REBOOT=R /q

ECHO Removing VirusScan 8.5
msiexec.exe /x {35C03C04-3F1F-42C2-A989-A757EE691F65} REMOVE=ALL REBOOT=R /q

ECHO Removing VirusScan 8.7
msiexec.exe /x {147BCE03-C0F1-4C9F-8157-6A89B6D2D973} REMOVE=ALL REBOOT=R /q

ECHO Remove McAfee Agent
"C:\Program Files\McAfee\Common Framework\frminst.exe" /forceuninstall /silent
"C:\Program Files (x86)\McAfee\Common Framework\frminst.exe" /forceuninstall /silent
"c:\Program Files\Network Associates\Common Framework\frminst.exe" /forceuninstall /silent

REM Remove McAfee Registry Keys
ECHO Removing Registry Keys
REG DELETE HKLM\SYSTEM\CurrentControlSet\services\McShield /f
REG DELETE HKLM\SYSTEM\CurrentControlSet\services\McTaskManager /f
REG DELETE HKLM\SYSTEM\CurrentControlSet\Services\mfeapfk /f
REG DELETE HKLM\SYSTEM\CurrentControlSet\Services\mfeavfk /f
REG DELETE HKLM\SYSTEM\CurrentControlSet\Services\mfebopk /f
REG DELETE HKLM\SYSTEM\CurrentControlSet\Services\mfehidk /f
REG DELETE HKLM\SYSTEM\CurrentControlSet\Services\mferkdet /f
REG DELETE HKLM\SYSTEM\CurrentControlSet\Services\mfetdik /f
REG DELETE HKLM\SYSTEM\CurrentControlSet\Services\mfevtp /f
REG DELETE HKLM\SOFTWARE\McAfee /f

Tuesday, February 7, 2012

User name creation Using patch file

set xfold=E:\Staff\ECE
set xname=%1
set pass=%2
net user %xname% %pass% /add /domain
md %xfold%\%xname%

rmtshare \\srvname\%xname%$=%xfold%\%xname% /USERS:3 /GRANT "domain\username":F /GRANT %xname%:C

echo Y |cacls %xfold%\%xname% /E /R Everyone /P Administrator:F %xname%:C

Map network drive from Shared resources

net use K: \\filesrv\share$ /user:domainname\Username Password

Thursday, February 2, 2012

Batch file for Shortcuts

Mysqlserver.bat
cmd /k "y:&&set path=%path%;"C:\Program Files\MySQL\MySQL Server 5.5\bin"&&mysqld&&mysql -u root -p"

Java&Jade.bat
cmd /k "set path=%path%;C:\Program Files\Java\jdk1.5.0\bin;C:\Program Files\Java\jdk1.6.0_23\bin;C:\Program Files\Java\jdk1.6.0_26\bin;&&set classpath="\\newton\jade$\http.jar;\\newton\jade$\iiop.jar;\\newton\jade$\jade.jar;\\newton\jade$\jadeTools.jar;\\newton\jade$\migration.jar;\\newton\jade$\commons-codec-1.3.jar;"&&y:"



Fortigate Mac based user name creation

go to CLI window

type the following
creation:

Config system dhcp reserved_address
show
edit nameoftheuser
set ip 195.168.6.85
set mac 00:01:02:03:04
set type regular
end

Deletion:

config system dhcp reserved_address
delete nameoftheuser
end

Wednesday, February 1, 2012

How to Use Network Shortcuts in IE via Group Policy

open Group policy management Console
Go to User configuration/Policies/Windows Settings/Internet Explorer Maintenance/URL/favorites and links

add the link file:////fileservername/filename.bat
then close the Group Policy Management console

go to run type cmd and use the command "gpupdate /force"

Tuesday, January 31, 2012

HP LaserJet 1010 driver for windows 7

LaserJet 1010 is just a generic PCL 5 printer on a DOT4 usb port. Which means that any other generic PCL 5 printer's driver will work fine.

1. go to Control Panel\Hardware and Sound\Devices and Printers
2. Add a printer, add a local printer
3. Use an existing port - DOT4 001
4. Choose HP 3050's driver from the list

Monday, January 30, 2012

Failed To Initialize Common Updater Subsystem. Make Sure The Mcafee Framework Service is Running

1. Open regedit, and locate [HKEY_CLASSES_ROOT\Interface\{0000000C-0000-0000-C000-000000000046}] If it doesn't exist then create it.
2. Double-Click the default value, and type IStream as the value.
3. Locate [HKEY_CLASSES_ROOT\Interface\{0000000C-0000-0000-C000-000000000046}\NumMethods] If it doesn't exist then create it.
4. Double-Click the default value, and type 14 as the value.
5. Locate [HKEY_CLASSES_ROOT\Interface\{0000000C-0000-0000-C000-000000000046}\ProxyStubClsid32] If it doesn't exist then create it.
6. Double-Click the default value, and type {00000320-0000-0000-C000-000000000046} as the value.
7. Close regedit and try updating again.