TECHNOLOGY UPDATES

Showing posts with label Windows. Show all posts
Showing posts with label Windows. Show all posts

Thursday, July 30, 2009

IIS Request Viewer showing Win32 error: -2147024735

IIS Request Viewer showing error :
OpenTraceLogFile () failed (Win32 error: -2147024735 - designated path invalid.)

Solution as follows....

Go to "my computer" properties
>> Advanced tab
>> Click "Environment Variables"
>> Edit Temp variable as c:\temp
>> Apply settings

The IIS Diagnostics Toolkit is a compiled set of tools aimed at reducing the overall time to resolve problems with Internet Information Services (IIS) products.


Download : IIS Diagnostics Toolkit for 32-bit systems

Thursday, January 15, 2009

How to configure ( enable-disable ) Windows XP for log on automatically?

You can configure Windows XP to automate the logon process

   1. (click Start, then Run to get to the 'Run' box), then in the run box execute this command:
      control userpasswords2
   2. You will see a check box labeled 'Users must enter a user name and password to use this computer'.
      Remove the check from this check box.
   3. Click on OK.
   4. You'll be prompted to enter the user name and password you wish to automatically log on with, and then click OK.

Friday, September 12, 2008

Remove loading http://runonce.msn.com/runonce2.aspx

How to stop loading http://runonce.msn.com/runonce2.aspx in internet explorer 7 ?

It is because of the pending of registration.

Make following registry editing (Backup registry first)

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




Related : Internet Explorer 8 Beta 2 is released

Monday, June 16, 2008

How to change the Registered Owner Organization in Windows Vista ?

Do the following steps


Click on the Windows Vista Start Button and type in Regedit in the start menu instant search box and hit Enter.

This will opens the Windows registry editor and navigate to HKEY_LOCAL_MACHINE/ SOFTWARE/Microsoft/Windows NT/CurrentVersion.

Modify the registry keys RegisteredOwner and RegisteredOrganization in the right pane of Windows registry editor window.

Reboot your computer and check for the changes.

Monday, February 11, 2008

How can I enable / disable the Ctrl Alt Del from logon screen ?

Do the following ...

Start the registry editor (regedit.exe)

Move to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon

Double click on DisableCAD (create of type REG_DWORD if it does not exist)

Set to 1 if you don't want to have to press Ctrl-Alt-Del, and set to 0 if you do. Click OK

Close the registry editor

Reboot the machine

Wednesday, January 9, 2008

Can we use windows live writer for blogspot.com ?

parrots27

 

I tried with beta but it was not working. some errors are there. now i am using build 12.XX .

I think this live writer is easy that the web editor . I didn't try with other blogging services. Lot imageof plugging are available for the live writer.

You can download it from http://get.live.com/writer/overview

try Windows live writer today itself.  

 

 

Table created with live writer

Head 1 Head 2
txt 1 Text2

 

Map from microsoft virtual Earth using WL Writer.

Map image

Thursday, November 15, 2007

How to take print screen of active window?

Conttent is moved. page will automatically redirect

Monday, November 12, 2007

How to capture screen as jpg image without any software ?




• In the required portion press ‘print screen key’
• Take paint software and give paste
• The screen will come to that place
• Save that with a jpg extension at the required location in pc

Monday, October 22, 2007

How to clear windows paging file at shutdown ?



Windows uses this file as virtual memory / extra ram. Microsoft has implemented a feature that will clear the page file but they do not have it enabled by default. Please note, this will significantly increase the amount of time it takes to shut down your computer. We don't necessarily recommend this tweak,

Do the following registory change for the result.

(backup your registory before editing )

A ) Start the registry editor (regedit.exe)

B) Move to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management


c) If the value ClearPageFileAtShutdown does not exist, from the Edit menu select New - DWORD value and enter a name of ClearPageFileAtShutdown

e) Double click on ClearPageFileAtShutdown and set to 1

f) Reboot the machine and next time you shutdown the pagefile will be cleared

Saturday, October 20, 2007

How to backup the Windows Registry?





You must have take the registry backup before you edit it.

Open registry editor ( go to run and type “regedit” )

Then select “export” from file menu.

Select the location which you want to save.

Give a name indicating the backupdate.

Tuesday, October 9, 2007

How to Start your computer in safe mode?




Click Start and then click Shut Down. (if it is on )

Select Restart, and then click OK.
Press F8 to get the menu (while windows starting )
Use the arrow keys to highlight the appropriate safe mode option, and then press ENTER.
It will login to Safe mode.

If you restart the computer it will come to normal mode

Thursday, October 4, 2007

How can I browse local drives with administrator privileges?

It’s for computer administrator and system persons with admin rights. !

You can open / browse (files and folders) with admin rights from limited user logging

Steps as follows….

Got to command prompt and type runas /user:localhost\administrator "mmc compmgmt.msc"

it will open computer management.

Select "disk management" under StorageIn right panel you can see the local drives. Just right

click and open the drive which you want to access