Tuesday, November 29, 2011

HP Laserjet 1010 drivers for Windows 7 how it install

install windows vista drivers in windows 7 os
Hello just plug the USB printer in Win 7, it is detected but does not: 1 - Download the driver forwindows vista , run the executable that will decompress in a folder . 2 - Go into Device Manager to update a driver under 'peripheral 1284.4 "by selecting either the same location of the new driver, point to the folder you previously extracted.
3 - Restart the computer to restart the print spooler service if ever the printer does not work immediately.
4 - The printer is now functional on Windows 7!.


or


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

Saturday, November 26, 2011

How to set path using bat file

Type the below command in notepad and save the file to .bat file extenstion.

cmd /k "set path=%path%;"c:\Program Files\Java\jdk1.5.0\bin"&&z:"

Friday, November 25, 2011

Add computer to Domain - Delegate control user rights

1. Click Start, click Run, type dsa.msc, and then click OK.
2. In the task pane, expand the domain node.
3. Locate and right-click the OU that you want to modify, and then click
Delegate Control.
4. In the Delegation of Control Wizard, click Next.
5. Click Add to add a specific user or a specific group to the Selected users
and groups list, and then click Next.
6. In the Tasks to Delegate page, click Create a custom task to delegate,
and then click Next.
7. Click Only the following objects in the folder, and then from the list,
click to select the following check boxes: . Computer objects
. Create selected objects in this folder
. Delete selected objects in this folder

8. Click Next.
9. In the Permissions list, click to select the following check boxes:. Reset
Password
. Validated write to DNS host name
. Read and write Account Restrictions
. Validated write to service principal name

10. Click Next, and then click Finish.
11. Close the "Active Directory Users and Computers" MMC snap-in.

Thursday, November 24, 2011

office 2010 Unable to Drag Cell Corner in Excel to Automatically Increment Values

In Excel 2010

  • Click on File on top left corner
  • Click Options again on the left hand side (above the Exit ) button
  • It brings up the Excel Options dialog box and select the Advanced section on left.
  • The relevant settings are highlighted in the image below

image

windows xp network Access Denied

Go to control panel- Administrative Tools - services - restart workstation service

Tuesday, November 22, 2011

User name creation with Windows Server 2008

set xfold=F:\Labs\Firstyearlab
set xname=%1

net user %xname% new@123 /add
md %xfold%\%xname%

rmtshare \\servername\%xname%$=%xfold%\%xname% /USERS:1 /GRANT Administrator:F /GRANT %xname%:C

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

save this file as .bat and put in c drive. open dos prompt run

eg. c:> user.bat newusername
then create user successfully

Monday, November 21, 2011

Dosbox Full screen for TC and configuration



Open the config file

prog.files ----> dosbox----> options----->dosbox optons


full screen values
--------------------------

fullscreen=true
fulldouble=false
fullresolution=1440*900
windowresolution=1440*900
output=overlay
autolock=true
sensitivity=100
waitonerror=true
priority=higher,normal
mapperfile=mapper-0.74.map
usescancodes=true

to run TC in full screen
----------------------------

[autoexec]
# Lines in this section will be run at startup.
# You can put your MOUNT lines here.
mount c c:\
c:
cd tc\bin
tc