| ERROR_INSTALL_PACKAGE_OPEN_FAILED | 1619 | This installation package could not be opened. Verify that the package exists and is accessible, or contact the application vendor to verify that this is a valid Windows Installer package. |
Showing posts with label troubleshooting. Show all posts
Showing posts with label troubleshooting. Show all posts
Saturday, April 13, 2019
MsiExec code 1619: corrupt media
MsiExec code 1619: is probably due to lack of access / corrupt media? check the access list & media itself ...
Sunday, September 28, 2014
Android on Ubuntu & tricks with Thinkpad laptop
Want to install android on a virtual machine on your Ubuntu? Well it's not that hard, have a look at this tutorial which simply tells you how to do it :-)
http://www.howtogeek.com/164570/how-to-install-android-in-virtualbox/
Important Update : Talking about it being easy, if you are having a Lenovo or Asus laptop remember to download the special iso file made for laptops with special hardware. android-x86-4.0-r1-thinkpad.iso in my case. Also after you are finished installing and you do not have the mouse in the Virtual box windows when u start the Android, read this article at PC world which helps you with that :-P
http://www.pcworld.com/article/2048220/hybrid-hijinks-how-to-install-android-on-your-pc.html
It basically only is saying the following which is useful for you : "Click Machine in VirtualBox’s toolbar, and select Disable Mouse Integration. Dialog boxes may appear; if so, click through them and continue. Disabling mouse integration allows you to manually control whether your mouse is controlling your primary OS or Android-x86. Pressing the right Ctrl button on your keyboard switches between the two operating systems. To swipe, click and hold the mouse button, and then move the mouse.
With that taken care of, you’re free to explore Android on your PC!"
http://www.howtogeek.com/164570/how-to-install-android-in-virtualbox/
Important Update : Talking about it being easy, if you are having a Lenovo or Asus laptop remember to download the special iso file made for laptops with special hardware. android-x86-4.0-r1-thinkpad.iso in my case. Also after you are finished installing and you do not have the mouse in the Virtual box windows when u start the Android, read this article at PC world which helps you with that :-P
http://www.pcworld.com/article/2048220/hybrid-hijinks-how-to-install-android-on-your-pc.html
It basically only is saying the following which is useful for you : "Click Machine in VirtualBox’s toolbar, and select Disable Mouse Integration. Dialog boxes may appear; if so, click through them and continue. Disabling mouse integration allows you to manually control whether your mouse is controlling your primary OS or Android-x86. Pressing the right Ctrl button on your keyboard switches between the two operating systems. To swipe, click and hold the mouse button, and then move the mouse.
With that taken care of, you’re free to explore Android on your PC!"
Monday, March 15, 2010
How to open ODF files by MS Office
Open Document Format (ODF) is an open standard file format OpenOffice.org and others use. File extensions include .odt (text), .ods (spreadsheet), and .odp (presentation). By default, Microsoft Office does not open these file formats; however, it is possible with a plugin.
In case of Office 2003, Download and install the Sun ODF Plugin.You can downloadthe Sun ODF Plugin from here
In case of Office 2007,
- First you need to Install Service Pack 1 for Office 2007.
- Install Sun ODF Plugin for Microsoft Office.
- Open ODT document via File > Open, or by double-clicking the ODT file and when prompted for the application to open it with, choose Word.
If you don’t have administrator privileges to install software, you can try an online converter such as Zamzar or Media Convert. You can also upload ODT documents to Google Docs orZoho Writer.
If you want to open ODT documents locally but want to stay away from MS Office, try the lightweight, cross-platform Abiword or the full-blown suite of OpenOffice.org.
Thursday, August 20, 2009
Sound problem with Ubuntu, HP 2530p
Before you go on, I should update this post with the good news that Ubuntu 9.10 supports the sound card on HP 2530p :-)
-----
Well HP 2530p sound card got a little bit trouble with Linux. For me everything was fine and recognized(I mean the sound card) but I just didn't have any sound out of my damn speakers ... my problem got fixed by adding following command to the modprobe.d(This is for Ubuntu) :
At Terminal Run,
#sudo gedit /etc/modprobe.d/options
add the following code,
options snd-hda-intel enable_msi=1 single_cmd=1 model=laptop
Other Linux :
For sound to work you need to add the following line to your /etc/modprobe.conf (or your distributions equivalent) file:
options snd-hda-intel enable_msi=1 single_cmd=1 model=laptop
Source (Edited for Ubuntu)
-----
Well HP 2530p sound card got a little bit trouble with Linux. For me everything was fine and recognized(I mean the sound card) but I just didn't have any sound out of my damn speakers ... my problem got fixed by adding following command to the modprobe.d(This is for Ubuntu) :
At Terminal Run,
#sudo gedit /etc/modprobe.d/options
add the following code,
options snd-hda-intel enable_msi=1 single_cmd=1 model=laptop
Other Linux :
For sound to work you need to add the following line to your /etc/modprobe.conf (or your distributions equivalent) file:
options snd-hda-intel enable_msi=1 single_cmd=1 model=laptop
Source (Edited for Ubuntu)
Sunday, June 28, 2009
Windows was unable to find a certificate to log you on to the network>MyNetwork
I am able to connect to the internet(I can load pages, messenger, everything) through my router but windows is giving me the message"Windows was unable to find a certificate to log you on to the network -> MyNetwork".
"Windows was unable to find a certificate to log you on to the network>My Network"That's caused by improperly setting the encryption to WPA-RADIUS instead of WPA-PSK on the client. The router and the client are both trying to find a RADIUS server with which to authenticate. Since you don't have one, it complains using Microsoft techno babble. Change the encryption to WPA-PSK (pre-shared key) on both ends.
"Windows was unable to find a certificate to log you on to the network>My Network"That's caused by improperly setting the encryption to WPA-RADIUS instead of WPA-PSK on the client. The router and the client are both trying to find a RADIUS server with which to authenticate. Since you don't have one, it complains using Microsoft techno babble. Change the encryption to WPA-PSK (pre-shared key) on both ends.
Saturday, June 06, 2009
Returning Backspace as previous page button in Firefox @ Linux
Are you sick of pressing the back button at Firefox in Linux ? well, me too. So if you want to go back to the previous page by just pressing Backspace, then you gotto do some digging ;-)
The feature was removed to fix a bug. The bug that was caused by fixing the previous bug, which is that the backspace does not behave like it should has been fixed too (Thank heavens!)
But then, until the bug fix propagates to a Firefox build available on Ubuntu, one has to resort to a little scratching to fix the matter. Here’s how you resurrect the backspace button in Firefox 2.0 (worked for 3.o.10 today):
Type “about:config” in the address bar of Firefox and press Enter.
`Filter` for ‘browser.backspace_action’ and change its value to 0 (zero)
Friday, April 17, 2009
Installing Windows XP on the Asus EEE 1000HE
Installing Windows XP on the Asus EEE pc using a single USB flash drive.

Please note this tutorial works on all computers not just the Asus EEE PC.
To complete this tutorial you need a 32bit version of Windows XP or Windows Vista installed on your home PC.
What you'll need:
USB_PREP8 (alternative download)
PeToUSB (alternative download)
Bootsect.exe (alternative download)
Special Note: If you use the program Nlite be sure to keep the manual installation files as the USB_prep8 script relies on these files.
Extract the files in Bootsect.zip
The next step is to extract USB_prep8 and PeToUSB.
Next copy the PeToUSB executable into the USB_prep8 folder.
Inside of the USB_prep8 folder double click the executable named usb_prep8.cmd.
The window that opens will look like this:
Press any key to continue
You next window will look like this:
These settings are preconfigured for you all you need to do now is click start.
Click Yes and go on ...

Once the format is complete DO NOT close the window just leave everything as it is and open a command prompt from your start menu (type cmd in the search bar or run box depending on your version of windows.).
Inside of the command windows go to the directory you have bootsect.exe saved.
(use the cd directoryname command to switch folders)
Now type "bootsect.exe /nt52 F:" NOTE F: is the drive letter for my USB stick if yours is different you need to change it accordingly. What this part does is write the correct boot sector to your USB stick, this allows your PC to boot from the USB stick without it nothing works.
Please note: When running the bootsect.exe command you cannot have any windows open displaying the content of your USB stick, if you have a window open bootsect.exe will be unable to lock the drive and write the bootsector correctly.
If all went well you should see "Bootcode was successfully updated on all targeted volumes."(screen shot below)
Now you can close this command prompt (don't close the usbprep8 one by mistake) and the petousb window.
You window you see now should look like this:

Mine looked like this : (T: as temp drive, F: as my USB and the XP directory as I:\, which was a virtual drive)
If it doesn't try pressing enter.
Now you need to enter the correct information for numbers 1-3.
Press 1 and then enter. A folder browse window will open for you to browse to the location of you XP setup files (aka your cdrom drive with xp cd in)
Press 2 and enter a letter not currently assigned to a drive on your PC
Press 3 and enter the drive letter of your USB stick
Press 4 to start the process.
The script will ask you if its ok to format drive T:. This is just a temp drive the program creates to cache the windows installation files. Press Y then enter.
Once it's done formating press enter to continue again
You can now see the program copying files to the temp drive it created. Once this is done press enter to continue again.
Next you will see a box pop up asking you to copy the files to USB drive yes/no you want to click yes.
and then you will observe copying operation ...
Once the script has completed copy files a popup window asking if you would like to USB drive to be preferred boot drive U: select YES on this window.
Now select yes to unmount the virtual drive.
Ok we are done the hard part, close the usbprep8 window.
Now make sure your EEE pc is configured with USB as the primary boot device.
Insert your USB drive and boot up the EEE.
On the startup menu you have two options, select option number 2 for text mode setup.
From this point on it is just like any other windows XP installation delete/recreate the primary partition on your EEE pc and format it using NTFS. Make sure you delete ALL partitions and recreate a single partition or you will get the hal.dll error message.
Once the text mode portion of setup is complete it will boot into the GUI mode (you can press enter after the reboot if your too excited to wait the 30 seconds)
Once the GUI portion of setup is complete you will again have to boot into GUI mode this will complete the XP installation and you will end up at you XP desktop. It is very important that you DO NOT REMOVE THE USB STICK before this point. Once you can see your start menu it is safe to remove the usb stick and reboot your pc to make sure everything worked.
This method has advantages over all current no cdrom methods of installing XP to the EEE. You do not have to copy setup files in DOS to the SSD and install from there. It gives you access to the recovery console by booting into text mode setup, and it gives you the ability to run repair installations of XP if you have problems later on.
I hope this worked out for you and please post feedback to the comments section.
Please note due to the amount of comments this article has received you must now click on "Post a Comment" below the existing comments to view the most recent feedback in a popup window.
Learnt at this Source but implemented for 1000HE with extera notes that you should take care of for this version by ME

Please note this tutorial works on all computers not just the Asus EEE PC.
To complete this tutorial you need a 32bit version of Windows XP or Windows Vista installed on your home PC.
What you'll need:
USB_PREP8 (alternative download)
PeToUSB (alternative download)
Bootsect.exe (alternative download)
Special Note: If you use the program Nlite be sure to keep the manual installation files as the USB_prep8 script relies on these files.
Extract the files in Bootsect.zip
The next step is to extract USB_prep8 and PeToUSB.
Next copy the PeToUSB executable into the USB_prep8 folder.
Inside of the USB_prep8 folder double click the executable named usb_prep8.cmd.
The window that opens will look like this:
You next window will look like this:
Inside of the command windows go to the directory you have bootsect.exe saved.
(use the cd directoryname command to switch folders)
Now type "bootsect.exe /nt52 F:" NOTE F: is the drive letter for my USB stick if yours is different you need to change it accordingly. What this part does is write the correct boot sector to your USB stick, this allows your PC to boot from the USB stick without it nothing works.
Please note: When running the bootsect.exe command you cannot have any windows open displaying the content of your USB stick, if you have a window open bootsect.exe will be unable to lock the drive and write the bootsector correctly.
If all went well you should see "Bootcode was successfully updated on all targeted volumes."(screen shot below)
You window you see now should look like this:
Mine looked like this : (T: as temp drive, F: as my USB and the XP directory as I:\, which was a virtual drive)
Now you need to enter the correct information for numbers 1-3.
Press 1 and then enter. A folder browse window will open for you to browse to the location of you XP setup files (aka your cdrom drive with xp cd in)
Press 2 and enter a letter not currently assigned to a drive on your PC
Press 3 and enter the drive letter of your USB stick
Press 4 to start the process.
The script will ask you if its ok to format drive T:. This is just a temp drive the program creates to cache the windows installation files. Press Y then enter.
Insert your USB drive and boot up the EEE.
On the startup menu you have two options, select option number 2 for text mode setup.
From this point on it is just like any other windows XP installation delete/recreate the primary partition on your EEE pc and format it using NTFS. Make sure you delete ALL partitions and recreate a single partition or you will get the hal.dll error message.
Once the text mode portion of setup is complete it will boot into the GUI mode (you can press enter after the reboot if your too excited to wait the 30 seconds)
Once the GUI portion of setup is complete you will again have to boot into GUI mode this will complete the XP installation and you will end up at you XP desktop. It is very important that you DO NOT REMOVE THE USB STICK before this point. Once you can see your start menu it is safe to remove the usb stick and reboot your pc to make sure everything worked.
This method has advantages over all current no cdrom methods of installing XP to the EEE. You do not have to copy setup files in DOS to the SSD and install from there. It gives you access to the recovery console by booting into text mode setup, and it gives you the ability to run repair installations of XP if you have problems later on.
I hope this worked out for you and please post feedback to the comments section.
Please note due to the amount of comments this article has received you must now click on "Post a Comment" below the existing comments to view the most recent feedback in a popup window.
Learnt at this Source but implemented for 1000HE with extera notes that you should take care of for this version by ME
Labels:
BIOS,
Eee laptops,
Hardware,
laptop,
OS,
troubleshooting,
usb,
usb OS,
windows,
xp
My Review, Eee style ...
My review of my new brand Asus Eee 1000HE ...
The Asus Eee 1000HE comes in dimensions of 266mm(W) x 191.2mm(D) x 28.5mm~ 38mm(H) and weights 1.45 kg. You can find it in black, white, blue, pink and silver but I have not heard anyone ever seen that silver out of picture. The computer's design can make every single person confess to its beauty and stately at the same time. The shining black lid gives her a gorgeous look and at the same time can be counted as one of its cons(-). Although the shining black is fascinatingly beautiful, it can get easily the fat from your fingerprints very easily on her and it is not the best thing you want to see on a black beauty. But you don't need to worry as it comes with a cool soft handkerchief to clean it.
The screen is a 10” LED Backlight WSVGA screen (1024x600) and I really liked it. The best resolution you get 1024x600 while actually you can have 1024x768 but don't bother it doesn't fit the screen. I mean the resolution is good enough for Windows but not for Linux. For Linux it actually is a little bit too small ... Specially for the terminal, you dont get to see all the info on the screen by default unless you change the fonts size.
The most fascinating part of this pc is its battery. It does have a 6-Cell Li-ion Battery which is being advertised to last 9.5 hrs, and of course it is mentioned that operation lifetime subject to product model, normal usage conditions and configurations. Learn more about battery life >> My experience showed around 7-8 hours battery life which is lovely to go around with a charger free laptop and enjoy it :-) I should mention battery life under Linux OS is less than Windows.
If I want to keep talking about the stuffs around this black beauty I would have to talk about the I/O devices which can be mentioned as followed :
1 x VGA Port (D-sub 15-pin for external monitor)
3 x USB 2.0 => (2 on the right and one on the left side)
1 x LAN RJ-45
2 x Audio Jack (Head Phone / Mic-in)
Card Reader: MMC/ SD(SDHC)
On the top, the keyboard is not the best keyboard I have had(IBM) but it is okay I guess. With a double Fn buttons which the extera one is not placed well enough. Also another negative point of this keyboard is a replaced and smaller shift button beside the new Fn one that makes things worse and takes its time to get used to it. The keyboard also suffers from lack of direct Page up,Page down, Home and End button ... I do doubt the good quality and solid built of it as well. It just doesnt look very stable and a quality keyboard ... But come on the whole damns thing is very cheap and even the keyboard is not that bad ...
The touchpad is the other pros of this machine. It is kind of an Apple touchpad with poorer quality. You can scroll with 2 fingers and this will mostly prevent a lot of bugs that nearly every single other brand notebook suffers from. They all mix up Zooming in and out in the browsers and it is really bothersome ...
And the last and not the least is a tiny little 1.3M pixel webcamera which is just okay and will never reach Apple webcam quality(IT IS CHEAP :-D).
Now that we covered the outfit, lets get in the beautiful box then ;-)
The CPU is a Intel® Atom N280, the memorry is by default a 1 GB DDR2(which I made it 2 GB) and finally the H.D.D which is a 160GB HDD plus 10GB Eee online Storage. The Eee Storage service is complimentary for the first 18 months. You can register account information for 6 months extension (depend on country). The computer also has very good Wifi and Bluetooth units. The device enjoys having WLAN 802.11b/g/n and Bluetooth2.1 + EDR.
The worst part of the computer was a very NOT STANDART Bios which took me 2 hours to find out how to boot my computer from USB. The complicated non standard BIOS configuration does not recogonize USB memorry as a removable device but a H.D.D !!! So it leads to this that you should first choose the USB as the first Hard Disk and then choose to boot from this hard disk from the boot menu.
My computer in Norway came out with Win XP Home edition. My problem with it was that it did not have an English version and I had to choose between Danish, Swedish, Norwegian or Samisk !!! Well I formatted the whole disk and installed a XP pro on it from USB(Tutorial comes in the next post) for emergency use and a nice Fedora Linux as my first O.S. :-)
That's it and I can come to conclusion here ... Although I underlined all the negetaive points I found but this is my dream pc after my IBM crashed last November(3 years old). Since then I had changed 4 different computers and was not sattisfied with any of them and thansk to a very good customer service of an IT shop here in Norway, I could give them back in 30 days trying period :-) The machine is small, light, good looking and has nearly everything I need.
The Asus Eee 1000HE comes in dimensions of 266mm(W) x 191.2mm(D) x 28.5mm~ 38mm(H) and weights 1.45 kg. You can find it in black, white, blue, pink and silver but I have not heard anyone ever seen that silver out of picture. The computer's design can make every single person confess to its beauty and stately at the same time. The shining black lid gives her a gorgeous look and at the same time can be counted as one of its cons(-). Although the shining black is fascinatingly beautiful, it can get easily the fat from your fingerprints very easily on her and it is not the best thing you want to see on a black beauty. But you don't need to worry as it comes with a cool soft handkerchief to clean it.
The screen is a 10” LED Backlight WSVGA screen (1024x600) and I really liked it. The best resolution you get 1024x600 while actually you can have 1024x768 but don't bother it doesn't fit the screen. I mean the resolution is good enough for Windows but not for Linux. For Linux it actually is a little bit too small ... Specially for the terminal, you dont get to see all the info on the screen by default unless you change the fonts size.
The most fascinating part of this pc is its battery. It does have a 6-Cell Li-ion Battery which is being advertised to last 9.5 hrs, and of course it is mentioned that operation lifetime subject to product model, normal usage conditions and configurations. Learn more about battery life >> My experience showed around 7-8 hours battery life which is lovely to go around with a charger free laptop and enjoy it :-) I should mention battery life under Linux OS is less than Windows.
If I want to keep talking about the stuffs around this black beauty I would have to talk about the I/O devices which can be mentioned as followed :
1 x VGA Port (D-sub 15-pin for external monitor)
3 x USB 2.0 => (2 on the right and one on the left side)
1 x LAN RJ-45
2 x Audio Jack (Head Phone / Mic-in)
Card Reader: MMC/ SD(SDHC)
On the top, the keyboard is not the best keyboard I have had(IBM) but it is okay I guess. With a double Fn buttons which the extera one is not placed well enough. Also another negative point of this keyboard is a replaced and smaller shift button beside the new Fn one that makes things worse and takes its time to get used to it. The keyboard also suffers from lack of direct Page up,Page down, Home and End button ... I do doubt the good quality and solid built of it as well. It just doesnt look very stable and a quality keyboard ... But come on the whole damns thing is very cheap and even the keyboard is not that bad ...
The touchpad is the other pros of this machine. It is kind of an Apple touchpad with poorer quality. You can scroll with 2 fingers and this will mostly prevent a lot of bugs that nearly every single other brand notebook suffers from. They all mix up Zooming in and out in the browsers and it is really bothersome ...
And the last and not the least is a tiny little 1.3M pixel webcamera which is just okay and will never reach Apple webcam quality(IT IS CHEAP :-D).
Now that we covered the outfit, lets get in the beautiful box then ;-)
The CPU is a Intel® Atom N280, the memorry is by default a 1 GB DDR2(which I made it 2 GB) and finally the H.D.D which is a 160GB HDD plus 10GB Eee online Storage. The Eee Storage service is complimentary for the first 18 months. You can register account information for 6 months extension (depend on country). The computer also has very good Wifi and Bluetooth units. The device enjoys having WLAN 802.11b/g/n and Bluetooth2.1 + EDR.
The worst part of the computer was a very NOT STANDART Bios which took me 2 hours to find out how to boot my computer from USB. The complicated non standard BIOS configuration does not recogonize USB memorry as a removable device but a H.D.D !!! So it leads to this that you should first choose the USB as the first Hard Disk and then choose to boot from this hard disk from the boot menu.
My computer in Norway came out with Win XP Home edition. My problem with it was that it did not have an English version and I had to choose between Danish, Swedish, Norwegian or Samisk !!! Well I formatted the whole disk and installed a XP pro on it from USB(Tutorial comes in the next post) for emergency use and a nice Fedora Linux as my first O.S. :-)
That's it and I can come to conclusion here ... Although I underlined all the negetaive points I found but this is my dream pc after my IBM crashed last November(3 years old). Since then I had changed 4 different computers and was not sattisfied with any of them and thansk to a very good customer service of an IT shop here in Norway, I could give them back in 30 days trying period :-) The machine is small, light, good looking and has nearly everything I need.
Monday, March 16, 2009
XP Pro logs off immediately after you log in
Got a problem that both in Windows itsself and in Safe Mode you can not login ? It logs off right after entering your username & password, well here is your way out of it :
Problem: Computer Logs off out when you login
Cause: Search Assistant (search bar aside the clock in windows)
3 Steps.
1.- Get into the recovery console (with boot disks, you can get them from microsoft page).
2.- Get the file userinit.exe from another NOT INFECTED computer. (located in windows/system32 folder)
3.- Overwrite the userinit.exe original file (from the infected computer) with the new one (use a cd or disk to transport it) (COMMAND: COPY e:/userinit.exe c:/windows/system32/userinit.exe)
4.- Rename the userinit.exe to wsaupdater.exe
5.- Exit and ENJOY.
Source : http://www.opentechsupport.net/forums/archive/topic/20552-1.html
Problem: Computer Logs off out when you login
Cause: Search Assistant (search bar aside the clock in windows)
3 Steps.
1.- Get into the recovery console (with boot disks, you can get them from microsoft page).
2.- Get the file userinit.exe from another NOT INFECTED computer. (located in windows/system32 folder)
3.- Overwrite the userinit.exe original file (from the infected computer) with the new one (use a cd or disk to transport it) (COMMAND: COPY e:/userinit.exe c:/windows/system32/userinit.exe)
4.- Rename the userinit.exe to wsaupdater.exe
5.- Exit and ENJOY.
Source : http://www.opentechsupport.net/forums/archive/topic/20552-1.html
Wednesday, September 20, 2006
Laptop Maintenance
1) Clean Your Hard Drive
Over the course of a month it is easy to accumulate a lot of unnecessary files on your laptop hard drive. Take the time once a month to go through your hard drive and examine the files there. Determine which should be saved elsewhere for future reference and which can be trashed. If you download programs on a regular basis to try new things or just to have access to new programs for projects, properly un-install those programs when no longer needed. A cleaner hard drive runs smoother.
2) Defrag Your Hard Drive
Defragging your hard drive is another step to ensuring your laptop will run more efficiently. Taking the time to defrag once a month will allow your programs to run more quickly and make better use of the space on your hard drive. When you defrag your laptop hard drive on a monthly basis you should notice fewer software crashes or freeze ups and programs will run better.
3) Keep Your Laptop Clean
Cleaning your laptop helps prevent overheating and those nasty dust bunnies from building up inside your laptop fans and exposed ports. Cleaning the screen also means you'll always view your data clearly and it's much easier on the eyes. Keeping your case free of dust and dirt buildup will help your laptop by preventing that dirt from getting inside the laptop.
4) Full Back-Up
Full back-ups should be conducted on a monthly basis and you should have a secure, fire-proof location to store your back-up. There are a variety of software and hardware options available. You should chose the method that is easy and can be done without fuss on a monthly basis. It may require trying different methods before you find the best back-up system for your needs.
More: Prevent Data Loss
5) Software Updates
Just as you keep your anti-virus and firewall software up-to-date, you should also keep your software programs updated. For many programs the updates will address security issues which help keep your laptop and data protected while on the road.
Source : About.com
Cartoon : Photosearch.com
Cartoon : Photosearch.com
Monday, December 12, 2005
Registery Learning : Fixing Taskbar @ its place
Here is another trick which can be useful for computers which are used in public places. If you are sick of seeing people comming around & move your Taskbar or resize it in the way they want, then this trick works for you.
This manipulation of registery just disable any changes on the taskbar. It means your taskbar would be stuck in its place and no one would be able to change it.
1. Run Registery Editor.
2. Go to :
HKEY_CURRENT_USER > Software >Microsoft > Windows > Current Version >Explorer> Advanced
3. Right click on the right window of registery editor. Choose New & then select BinaryValue. Name it "TaskbarSizeMove". Then, Right click on TaskbarSizeMove, go to modify>modifyBinaryData. Afterwards, enter " 00 00 00 01".
Hope it would be useful.
Shahab.
This manipulation of registery just disable any changes on the taskbar. It means your taskbar would be stuck in its place and no one would be able to change it.
1. Run Registery Editor.
2. Go to :
HKEY_CURRENT_USER > Software >Microsoft > Windows > Current Version >Explorer> Advanced
3. Right click on the right window of registery editor. Choose New & then select BinaryValue. Name it "TaskbarSizeMove". Then, Right click on TaskbarSizeMove, go to modify>modifyBinaryData. Afterwards, enter " 00 00 00 01".
Hope it would be useful.
Shahab.
Subscribe to:
Posts (Atom)