JaiZBlog

"If you have an apple and I have an apple and we exchange these apples then you and I will still each have one apple. But if you have an idea and I have an idea and we exchange these ideas, then each of us will have two ideas." ...GBS

Subscribe
16 December 2007

Vista Control Panel Issue

Posted by Jaisal Abdurrahman

When trying to open Control Panel,its just opened and disappear again before even showing any Icons ,and dis appeares the printers icons also.after several restarts, it works for a while then returns the same problem....
Solution :-

Download and install the following Vista hot fix.


Image and video hosting by TinyPic

Today i have installed three Hp 4600n printer in a network,and configured it in windows vita clients.on next moment i got calls from users , they are facing problem when printing multiple pages ..prints only first page then giving message to select tray with red light..when pressing green button to continue the job, prints a error page (Unable to store job..) rather than the rest pages.
Hard to figure out the problem.Vista auto detects the driver.played in printer setting ,disabled ram disk .... but no hope.printer acting strange things ..at last i figured out that the problem is in driver. Vista auto detects only the PCL5 driver ..no way to update the driver.
so i installed printer in server as share printer ...when trying to access printer from clients , automatically installs the PCL6 driver in clients too. choosed PCL6 driver instead of PCL5... ..
now printers are working greatly...........

13 December 2007

Disable Alt+Ctrl+Del requirement for logon

Posted by Jaisal Abdurrahman

This policy is enabled default on workstations and servers that are joined to a domain.
Using the following command can disable this policy ....

Go to Start > Run and type "control passwords2" without quotes.
From the user accounts menu go to advanced tab then disable "require users to press Alt+Ctrl+Delete"as shown in figure..


Image and video hosting by TinyPic

11 December 2007

Fix set Home page failure in IE7 or Vista

Posted by Jaisal Abdurrahman

While setting a single home page (other than MS) in Internet Options, it fails.each
time IE starts up, it goes to http://go.microsoft.com/fwlink/?LinkId=74005
rather than the home page which is set manually. Once IE is up,it will work by clicking home icon.

To solve this issue, save the part between the lines below and paste into
Notepad. Save as Runonce.reg

---------------------Runonce.reg--------------------
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"RunOnceHasShown"=dword:00000001
"RunOnceComplete"=dword:00000001

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

Right click Runonce.reg and choose Merge.

To change all Windows users at once use

---------------------Runonce2.reg--------------------
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main]
"RunOnceHasShown"=dword:00000001
"RunOnceComplete"=dword:00000001

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