Subscribe to our RSS Feeds

COMPUTER TROUBLESHOOTING 27

0 Comments »
To add a picture system properties

If you want to put your own picture into the system properties box this is what to do:
Create or edit a picture and resize it to 180 (wide) pixels and 120 (high)
It is a good idea to have a similar background as the properties box sometimes Windows chooses one for you. On one of my photos it put a black background and I could not see my picture.
Save your file as oemlogo.bmp and save it in the System32 folder.

This is a picture I quickly resized, added text, and saved as oemlogo.bmp
3:30 PM

COMPUTER TROUBLESHOOTING 26

0 Comments »
TO ADD INFORMATION AT SYSTEM PROPERTIES:

Open notepad.
Copy this information into it:

[General]
Manufacturer=MANJUR ELAHI SAMI
Model=SAMIRATS
SupportURL=http://WWW.SAMIRATSBD.BLOGSPOT.COM


[Support Information]
Line1=SAMIRATS
Line2=THE ULTIMATE SEDATE HOSTER
Line3=http://WWW.SAMIRATSBD.BLOGSPOT.COM
Line4=MANJUR ELAHI SAMI.
Line5=SAMIRATS.BLOG@GMAIL.COM


Now after all those = signs you can write whatever you like. For example you can put the correct model and manufacturer of your computer.
Then save it as oeminfo.ini You have to write the file name in yourself.
I usually save it to the desktop so I can find it and edit it more.
Now all you have to do is copy and paste that file into your system32 folder which is located in C:\WINDOWS\system32
Now open your Systems Properties box and it will be change.
3:28 PM

COMPUTER TROUBLESHOOTING 25

0 Comments »
Create a desktop shortcut Of Windows registry editor (regedit)
If you are like me and always accessing the window registry to edit it , then you really need this shortcut on the desktop.

The usual way to get into the registry editor is to go to the start menu, open the run dialog box, then type in regedit, and finally press enter. Why would you do all that when you can simply click on a icon on your desktop or even have the registry editor icon in the quick launch toolbar.
Here's how to create a desktop shortcut to open the registry editor:

Go to the blank desktop and right click for a menu to appear.
Choose New from the menu.
Then choose shortcut.
Now we need to type an item location or browse for one.
Type regedit and then press nest.
Now type a name that you want to call the shortcut. For example regedit.
Then press finish and your shortcut to the registry editor will be on the desktop.
2:13 PM

COMPUTER TROUBLESHOOTING 24

0 Comments »
Restrict user's to access shutdown button

This tip is very interesting for home and some small office users, who wants to restrict user's ability to shutdown their computer. You can hide the Shutdown button from the Start menu using registry editor and also restrict access to shutdown, if a user clicks on Ctrl+Alt+Del.
Follow the given steps to hide system shutdown button from start menu:
To use this feature, you will need to be logged into your computer with
administrative rights.


Click Start button and type regedit in Run option then press Enter for next.

Here locate the location to:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion \Policies\Explorer

Here in right side panel, right click to create a new DWORD value with name NoClose.


Now assign number 1 to its value data box.
Now close the registry editor and restart your computer after any changes to go into effect.
But next time, if you want to unhide the shutdown button then simply change the value data box to 0 or delete this DWORD item.
Again close the registry editor and restart your computer after any changes to go into effect.
1:30 PM