tansqrx
Jul 20 2008, 08:10 AM
This is a sad tale of a man and his machine that would not start again. The story continues with a sorted affair between two operating systems and a battle to win the love of this man’s heart. My problems began last weekend when I started my computer after it had been off from the previous night. Everything went normally throughout the POST but once Windows XP started I heard the dreaded clicking from the hard drive. After several reboots and a Spinrite diagnostic I gave up and called the time of death around three in the afternoon. This is not all bad because I had the drive fully backed up with no loss of data. Actually this may be an opportunity to try something new. A few months back I purchased an MSDN subscription from Microsoft and I had access to all of the latest operating systems, including Vista. This would be an excellent time to start fresh and try out Vista at the same time. After all, Vista has been on market for well over a year and I have never had the opportunity to introduce myself. This should be fun… EDITORS NOTE: Anywhere you see a bold statement at the beginning of a paragraph; I would appreciate help if you have a solution to this particular problem. Now, on to the story. After I installed a new Seagate hard drive to replace the broken Western Digital (WD), I quickly dove into the Windows Vista install process. Everything went great and I was surprised at how fast and clean the process went since I had never installed Vista before. After the installation was complete and the machine rebooted for the last time, I was also impressed at the boot speed. Everything appeared to be fantastic. I logged on for the first time and I have to say that I was impressed. Vista really does look good. My first annoyance was the start menu and no icons on the desktop. I soon remedied that problem by switching almost everything to the classic view. It took a few minutes to discover all of the new hiding places for settings but I managed as most of the control panel structure follows XP’s lead. IE STOPS RESPONDING ALL THE TIME And then the first problem hit me straight in the noise. Internet Explorer starts half the time and stops responding after opening the other half. On a brand new install with no programs loaded this was a real irritation. Of course when this happens, you can’t just close the window, it takes a minute for it to respond and then ask if it should be restarted. In that same amount of time I could have already killed the process and opened a new window myself. Also for some reason it takes 10 seconds for the window to finally shut. It looks like this is certainly one thing they should have gotten right. I ended up downloading FireFox just to get on the Internet. WHERE IS MY UP ARROW? My next battle started during the mass software installation phase. To be quite honest I have my fair share of programs that I don’t always use frequently but when I need them I need them. This phase can take almost a day in itself. I noticed that of course the Windows Explorer had changed but I didn’t notice the missing up arrow or the go to parent directory button. XP has always had the back arrow but I never used it because I know where I am in the directory structure and shortcuts can break where you want to go. For instance, you follow a shortcut to My Documents and then want to go to the Users folder, just hit the up arrow. But now it is missing… UNABLE TO KILL PROCESSES After messing with Vista for about a day I started having application problems (besides of course IE which is still not working at this point). Apparently a few of my XP programs do not like to play nice with Vista. The main offenders are FireFox, plink (party of the Putty suite for SSH), and eMule. I have heard that power user don’t especially like Vista but before I started I chalked this up to just unfamiliarity of the operating system. After all a new operating system plays by different rules and it take some time to learn the rules. A new user, even a seasoned veteran, can get frustrated by not being able to do things as quickly as they did before. This next problem just made my head split open and a little demon pop out. I am normally a very quite person but I let out a loud verbal obscenity that all the neighbors could hear. FireFox had stopped working so I quickly opened up Task Manager and killed the process. The problem was that the process would not die! WTF? I tried several more times with no luck. I tried to restart FireFox and it would not open because another process by the same name was already open. It is understandable that the programmers behind FireFox wouldn’t want two process open at the same time but what happens when you can’t get rid of the first one? Perhaps this was a onetime bug and I restarted the computer. It came back up and I quickly downloaded Process Explorer from SysInternals. After a few minutes, sure enough FireFox had frozen again and I went to Process Explorer this time and had the same result. I then opened an Administrator command prompt and nothing once again happened. I restarted once again and started searching the web. I still haven’t found a definitive answer but some of Microsoft’s own posts suggest that this is the way Vista works and you have to live with it. Same song different verse. I opened plink in a command window and connected to one of my SSH servers. Now I love plink because it gets the job done and all I have to do is launch a batch file to get a fairly complication connection started. To be fair it has always been buggy and would crash under XP, sometimes very unexpectedly. I would simply start the session again and keep SSHing away. Near the end of my application reload I needed some files from the SSH server so I started the batch file and started happily downloading. After around 30 minutes, plink crapped out on me but as usually I was not surprised. I double clicked on the batch file to reestablish the connection but nothing happened. Now this is odd. I opened Task Manager (I should have learned my lesson by now shouldn’t I) and saw that plink was still running. Please refer to the above paragraph because it was like a bad dream that kept coming back. This time I had another nasty surprise; apparently the entire networking stack was also involved/crashed and I had no network connectivity. WTF! Restart the computer and repeat. Some song different verse. I opened eMule and started downloading a few “applications.” eMule crashed and guess what? I couldn’t kill the process. After experiencing this “feature” one too many times, I think Microsoft is STUPID for making this change. Now I will have to admit that the system never crashed during any of these application crashes and the GUI remained responsive at all times, which is the ultimate goal of any operating system, but what use is this if you have to restart the entire machine just because one application has crashed? After all I am the Administrator and I should have enough brain power when to decide to kill a process. So what if I want to kill a process? I may not have a good reason. Perhaps it looked at me wrong and I shoot the little SOB. It is still my box and I demand control over my own machine, otherwise I will have to restart every 45 minutes. CAN NOT CHANGE ATTRIBUTES FROM READ ONLY This is another what were they thinking? Apparently all of the folders on your hard drive are set to read only. I found out about this little nugget of goodness when I attached a removable hard drive to my machine and tried to change some files on it. It is not unusual for the operating system to set the files and folders to read only but I can’t permanently change the attributes. I open the properties to change the attributes and the UAC prompt pops up. I say yes and then remove the read only attribute. I close the property window, reopen it and the !@#$ thing is still read only! UAC This actually isn’t a problem. I commend Microsoft on this change and I gladly accept the extra feedback from the operating system. Now only if moving or deleting items from the start menu wasn’t a protected operation… SHUTDOWN PROGRAMS Sometimes you have a program that needs to run right before Windows shuts down. Interestingly enough this is a common operation and Microsoft has (apparently in the past) made API hooks and calls built into Windows to allow such things to work. What I am talking about is a wiping program that will clear your recycle bin, temp folders, and Internet Explorer cache before the machine is shutdown. It just so happens that I have found a great one that works wonderfully under XP but doesn’t exactly like Vista. The problem is that when the wiping is under way just before Windows Vista logs off the user, Vista detects it as a hung program and tries to kill the process. This is of course not what you want to happen and quickly leads to a BSOD. The next time you start the machine, Vista has done you a favor and removed the application from the shutdown order, grrrrrr. What puzzles me is that there is a well known time during shutdown that a program can request to remain open. The program will send an API command to Windows saying, yes I know you want to shut down but give me a few more moments, I will tell you when I am done. Under XP this works as expected with the wiping utility but Vista apparently ignores this request. I am happy to say that I have a wide smile on my face every time this happens and I am looking at a BSOD. Blue really does bring out the color of my eyes. CONCLUSION If you have made it this far then I commend you and hopefully you had a small laugh at my expense. It is always fun to laugh at others. In all honestly if you have any suggestions to the above problems that I am having please let me know. I have already given up on this install and I will be starting from scratch once I get some pressing work done. Perhaps I will take it much slower next time and isolate some of the problems. If that doesn’t work then I am going back to Windows XP and perhaps never install Vista again. I really like Vista, it is beautiful, and just a fast as XP. Apparently the down side is that Microsoft thinks every user has had half their brain removed due to a lobotomy or horrific car crash. If I decide that I want to kill a process then damn it I should be able to. I would seriously love to continue this conversation but it is getting hard to see the screen. eMule has crashed once again and is covering up half of the Microsoft Word document that I am typing in. IE is also crashed and I can see its outline behind this window also. Have fun while I restart once again (looks at watch, yep it’s been about 45 minutes)…
Comment/Reply (w/o sign-up)
turbopowerdmaxsteel
Jul 20 2008, 12:41 PM
I tried vista for 30 days and was quite satisfied with it. All the applications Internet Explorer, Firefox, XAMPP, Dreamweaver, Filezilla, etc, worked fine on my system. I did have a problem with a couple of applications. Cyberoam 24Online client's setup rendered the OS un-bootable after the mandatory re-boot. Somehow, the setup managed to delete/replace critical boot files. This application allows me to connect to the Internet through the LAN. I re-installed Vista and managed to workaround the problem by using a copy-paste version of the Application's Programs folder in XP. The absence of the Up button or more importantly, the assignment of the Backspace shortcut to Back command in Windows Explorer, did annoy me. But, the new Alt + Up shortcut seems workable. Besides, the highly interactive address bar also allows to quickly move to the ancestor directories. The bootup time of Vista is much less compared to that of XP. XP's bootup time increases quite a bit after installation of softwares which rely on services and various drivers (MS SQL server, etc). However, the effect of these softwares on Vista is minimal. The Shutdown glitch is a cause of concern, though. If I don't manually close uTorrent prior to shuting down Vista, the process gets killed. The torrents have to be re-checked before being resumed, and this takes quite a lot of time. I am not sure as to why you are having problems with Internet Explorer (Maybe some network problem?). Process killing through the Task Manager works fine too. You will see two firefox.exe processes in the list, if you run two instances of the browser.
Comment/Reply (w/o sign-up)
skoricd
Jul 20 2008, 12:54 PM
the only problem with vista that I had was that it yes sometimes does have more problems with applications not responding and things being slower, other than that I to was impressed with vista.
Comment/Reply (w/o sign-up)
khalilov
Jul 20 2008, 04:02 PM
QUOTE(skoricd @ Jul 20 2008, 03:54 PM)  the only problem with vista that I had was that it yes sometimes does have more problems with applications not responding and things being slower, other than that I to was impressed with vista. Its still new, give it time =). I still use XP but i'll switch to Vista once they clear every bug.
Comment/Reply (w/o sign-up)
Quatrux
Jul 21 2008, 06:27 AM
Vista already has a SP1 so I guess it's more stable than it was in the beginning, but I also still use XP SP3 and don't really have problems with it.
Comment/Reply (w/o sign-up)
yordan
Jul 22 2008, 10:54 PM
Ouch ! such a buch of bad news ! I was just considering bying a brand new system ; now the systems are sold with Vista installed. So, probably my progs will also stop working ! I also saw IE progressively stopping working, the situation becoming worse each time a new Windows update occured. Maybe the explanation is the same, the XP updates moving the OS towards vista, and the apps stopping working.
Comment/Reply (w/o sign-up)
xboxrulz
Jul 23 2008, 12:35 PM
Hmmm... interesting, never heard of such problems. However, I realized that my brother's system is starting to crash every sso often but I don't know is it because of SP3 or not. As for Vista, programs rarely crash on me on the system. xboxrulz
Comment/Reply (w/o sign-up)
tansqrx
Jul 23 2008, 11:19 PM
It has been about a week since I have installed Vista and I have some updates and more comments. Only a few days ago it was still a toss up to whether or not I was going to reinstall Windows XP. Then I was slightly more in favor of XP. Now it is still a toss up but the advantage has gone to Vista for staying. I have become a little bit more familiar with the system and some of my personal habits have changed so it is not as dreadful as it once was. CAN NOT CHANGE ATTRIBUTES FROM READ ONLY I have managed to move this to the resolved category. The knowledge base article at http://support.microsoft.com/kb/326549 does a good job at describing the problem. Basically Vista and XP both set the read-only attribute on folders and I went back to a XP machine to verify this. When in the context of a folder, read-only means nothing and is only a signal to the OS that the folder customization should be shown (i.e. those annoying .ini files that makes your Pictures folder show thumbnails and not straight file listings). While the default folder behavior is the same, the default file behavior is not. Vista will by default put a read-only attribute on all files where XP did not and this is the root cause of my problem. I tested this and found that when removing the read-only attribute from a folder, all read-only file attributes were cleared. The drive that I was having this particular problem came from my previous system so the owner of all the files was the old XP account so I also took ownership of the files. In the end the problem has been solved even though I consider it poor communication on Microsoft’s part. Here is in-depth explanation of what I done. 1. Right click the folder in question and select properties. 2. Click the security tab. 3. Click Advanced 4. Click Edit 5. Using the permissions dialogues, set USERS and any other applicable accounts to Full Control. 6. Delete the old XP account which is a Windows SSID. 7. Uncheck “Inherit from parent…” 8. Check “Replace permissions…” 9. Acknowledge all open dialogue boxes and wait for the permissions to be set. I had an entire hard drive to set so it took a few hours. The read-only attribute for the folders will remain but now you will at least be able to edit your files.
Comment/Reply (w/o sign-up)
iGuest-Mehran
Sep 13 2008, 12:03 PM
Decryption
Why I May Be Installing Windows Xp Sp3 Again
It didn`t work with me. I have fomrmated my hard disk but I had very my encrpyted files on another one(both NTFS). Since I`ve got my new system, I cannot access or preview them. I�ve tried for decrypte them but useless . I tried to chance the folder�s owner but it didn�t work out either. Does any one has an idea on how to decrypte that? Or how to restore the key� is it a file I can try to recover with those programs that rebuild formated files??? The files are very very important to me! Do you help me ? Thank you Best regards -question by Mehran
Comment/Reply (w/o sign-up)
laniczech
Dec 2 2008, 05:30 AM
I tried most and like windows 2000, best vista is second on my list, xp is last due mostly to impatience... except for the liteXP version i like it alot, why dont microsoft sell a lite version for gaming
Comment/Reply (w/o sign-up)
Quatrux
Dec 13 2008, 12:27 AM
To tell the truth again, because of drivers working not as good as on Vista on my laptop I had to move back to Vista, on XP, because it was 32 bit, I could only use 3 GB of RAM and not 4 GB as I have in my laptop, furthermore, because of drivers, the system in my opinion ran quite not as fast as I thought it would be, now then I moved back to Vista, everything seems to work alright and Samsung seems to develop better software for Vista than for XP for r560.. Well, I guess I'll need to get use to using Vista and learn how to control it, even though I think it's time for me to get back to Open SUSE then I'll find time, holidays are coming, tried a Live CD and seems the laptop has no problems running Linux, thats why I left some free space on my HDD  The only problem I'm facing is that I have Windows Vista Home Premium and I wonder is there a big difference with like Professional or upper version of Vista or I shouldn't be worrying about upgrading? I don't do much, all the software I need is installed on my system and it works, except for MultipleIE, I can't browse with IE6 to test my web pages :|
Comment/Reply (w/o sign-up)
tansqrx
Dec 12 2008, 10:21 PM
I have heard this before. If you want a better Vista experience then you should try Windows Server 2008. I have a MSDN subscription so I may load it into a virtual machine and give it a try.
Comment/Reply (w/o sign-up)
xboxrulz
Dec 11 2008, 10:57 PM
Make sure you're running SP1 of Vista. If you don't, then UAC will be very annoying. That and the fact that file transfers were vastly improved on SP1. I'm running Windows Server 2008 which is basically Vista with many tweakable settings and with UAC on and using a standard account, not an administrator. It works and feels like UNIX (but not UNIX) the way I like it. xboxrulz
Comment/Reply (w/o sign-up)
tansqrx
Dec 11 2008, 09:39 PM
UAC gets really annoying when I sort my start menu. Even though I’m on Vista I still set the start menu to classic view because it is much faster for me to find things. I then sort each program into categories such as Internet, Graphics, CD, Programming, System, Microsoft Office, and so on. The folders are then always sorted by alphabetical order. This way the start menu is short and precise and I know where to look based on the type of program no matter what it. Let’s say I install a new icon editing program that gets installed into the Programs folder under Iconsoft > Iconsoft Icon Editor. Programs usually install their shortcuts not on an account basis but on a machine basis so moving them is a protected act. Here how it plays out. 1. Move Iconsoft Icon Editor icon into the Graphics folder 2. Confirm the move (UAC icon showing continue) 3. Confirm UAC 4. Delete Iconsoft because I don’t want the 10 other links that were installed 5. Confirm the delete (UAC icon showing continue) 6. Confirm UAC Not too bad for just one program but I have the habit of doing this only once a month and by that time I have about 10 programs to rearrange. This is not a deal breaker by any means, just annoying.
Comment/Reply (w/o sign-up)
FirefoxRocks
Dec 10 2008, 11:58 PM
QUOTE(tansqrx @ Dec 10 2008, 04:22 PM)  UAC
I am running UAC now but it can still be slightly annoying. It was off for several months but I turned it back on. I have learned that if I reorganize my start menu or some other task that requires hundreds of UAC acknowledgments then I will just turn it off and then back on. I also have a few regularly used programs that have to start under Administrator privileges so waiting for the extra 5 seconds it takes to display the UAC screen is the slightly annoying part. I still think it is a good idea but it should be faster. Issue still “slightly” open. I would recommend NEVER turning off the UAC unless you have a real reason to. This is especially bad during program installation as files could copy in weird places with the UAC turned off. Also, I don't know how ANYONE would find the UAC annoying. At most (by default Windows installation), I have only encountered 2 consecutive UAC prompts to do something, which is to delete a file in system folders. Otherwise, I have not noticed the UAC that much, which should really happen more often.
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : installing, windows, xp, sp3
- Windows 2000
update to 2009 specs (8)
What Do You Guys Think Of Windows 7?
The 'WoW' Starts 'NoW' (32) What do you guys think of windows 7? Screenshots Have been posted on wikipedia
(www.wikipedia.org/wiki/Windows_7) and I Must admit Im Not really Impressed, Looks Like a dumbed
down version of vista...? what are your Opinions?....
Windows Black Edition
(13) Which version of windows is microsoft releasing after Vista?I heard that it is releasing microsoft
windows black /. Does anybody know about it?....
Windows 7
(14) when will microsoft release windows7? does it have any cool features or new feature? can anyone tell
me more about this ? thanks.......
Windows Xp Service Pack 3 - Updates
(19) its been a couple or more year, Microsoft haven't release a 3rd version of their service pack,
for Micorsoft's Windows XP. In the late 2007, Microsoft had announce of the release of their
Service Pack 3 for Microsoft Windows XP. Windows XP Service Pack 3 (SP3) is currently in
development. As of January 2008, Microsoft's web site indicates a "preliminary" release date to
be in the first half of 2008.A feature set overview has been posted by Microsof and details new
features available separately as standalone updates to Windows XP, as well as features backpor....
How To Login To An Expired Windows Vista System
based on How To Login To An Expired Windows Xp System (2) I just read How To Login To An Expired Windows Xp System . This gave me a nice Windows Vista
mini-tutorial. Notice!!! I'm not advertising piracy!! It's just a matter of having
the rights to access your files, and it doesn't approve that it restores the full function of
Windows Vista, and besides How To Login To An Expired Windows Vista System 1) Login until you go
unto the windows where it says that the Windows has expired. 2) Click on the purchase new serial
key. (yehey!!! /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="s....
Windows 98 Transfer
Just plug it in? (5) Ok as the other topic said, I am planning to purchase a new computer sometime soon. We have Windows
98 on the old machine and I don't want to throw it out just yet. I need Internet Explorer 6/5.5
for web page testing and obviously I can't run both Windows Internet Explorer 7 and 6 on Windows
XP. So I am planning to transfer the entire hard drive over to the new system. A few issues though:
Will Windows 98 with such "powerful" components? System has 512MB RAM, Intel Pentium 4 3GHz
processor, 7.1 sound card, integrated video card and DVD+RW burner are the main com....
100 Reasons To Use Windows Vista
No, really?? (14) Recently, I have received an "Exploring Windows" email from Microsoft, which led me to an
interesting link called 100 Reasons You'll be speechless. Thought it was related to Windows
Vista, and it was. Here are some of my opinions: 1. It makes using your PC a breeze, if Windows is
responding most of the time. Also, many users have complained about User Account Control, which say
that it makes using the PC not a breeze. I haven't tried it yet, but from others' point of
view, it seems to be intrusive and annoying. 2. Your music may be a click away from your re....
Windows Vista Is Awesome!
I've recently got Windows Vista and I've had very few problems (26) ATTENTION ALL READERS! WINDOWS VISTA IS AWESOME - I REPEAT - WINDOWS VISTA IS AWESOME! I think
Windows Vista is an incredibly good operating system which allows you to do so much more than XP.
The new look, design, simplicity, controls and layout are all fantastic. I've got a clock and a
calendar on the right hand side of my desktop and all my icons easier and clearer to recognise. It
takes under 5 seconds to log in and the graphics are just great. I've got Windows Vista Home
Premium and as long as I install the compatible drivers, all the software works! I'....
How To Login To An Expired Windows Xp System
(18) Disclaimer from the site: QUOTE Disclaimer: I do not applaud piracy, but I do feel people
should have access to their personal files, regardless of whether Windows has expired or not. This
tutorial should not be used to bypass Windows Activation, nor does it restore full Windows
functionality, but I provide it to those who are in desperate need of accessing files that are
suddenly lost to them through the Microsoft Genuine Advantage activation system. I just
came across this interesting tutorial. By now, everyone is familiar with Windows XP's....
Help Needed To Create Windows Startup Script!
(5) Hi all, I need a help from any one out here! I need to display one confirmation box using windows
startup script! I need to run this script on each and every client system in my LAN! Here is the
requirement: The script should ask the user to click yes to continue or no to exit. If the user
click yes, that should open Internet Explorer with some site , Say google.com and after filling some
forms and after closing the browser, that should bring to regular login screen which says, cntrl alt
del to login! If the user directly preses the no button, that should close the co....
Deleting A Corrupt File
Cannot delete a corrupt file on Windows XP... (31) I was upgrading some software and came across a corrupt file that halted the installation process. I
went to see what was wrong with the file, and failed to manually delete it. I tried moving
(cut&paste) it to another location, and the installation succeeded. However, the file is still on my
drive, taking up a KB of space. I know that's not a lot, but where am I supposed to put it? In a
folder created especially for all the corrupt files on my computer? /blink.gif"
style="vertical-align:middle" emoid=":blink:" border="0" alt="blink.gif" /> I've heard
something....
Lock Workstation Shortcut
How to make a shortcut to lock your windows computer (11) 1) Right click on desktop and select add new shortcut 2) In the 'Type Location of the item:'
box type or copy %windir%\System32\rundll32.exe user32.dll,LockWorkStation then click 'next'
3) In the 'Type a name for this shortcut:' box type or copy "Lock Workstation" and click
'Finish' 4) Now if you would like go to properties and Change Icon browse to:
%SystemRoot%\explorer.exe and I use the red circle with the white x ....
Windows XP Folder Encryption Key ?
Where is the Windows XP encryption Key saved. (15) Does any one know where is the encryption key in Windows XP stored. In other words how can one get
encryption key. Or how to retrive the data without the encrytion key. By encrypting a file or
folder, we are converting it to a format that can't be read by other people. A file encryption
key is added to files or folders that you choose to encrypt. This key is needed to read the file.
....
Downgrade Windows MCE To XP?
(9) Is it possible to downgrade a Windows Media Center Edition computer to use Windows XP instead?
Someone is having so much problems with this machine and I think it's the Operating System
causing the problem. I told her to reinstall Windows MCE, but I don't think they gave her any
Windows CDs. I think she got it burned from a recovery partition after I told her to look for one.
But that doesn't seem to work. So I'm thinking of downgrading to XP as a possible solution.
Isn't Windows MCE very similar to Windows XP, aside from the extra media features? Th....
Windows Xp Bsod Troubles
(5) Our family computer is running Windows XP Home SP2 with all the latest updates installed and we
constantly get Blue Screens of Death. The most common is DRIVER_IRQL_NOT_EQUAL_OR_LESS in NDIS.sys
and portcls.sys. I have googled this many times and found nothing to help but I have heard the two
files are for the network card and sound card respectively. The computer has the following specs:
- Intel Pentium 4 3.0GHz - Gigabyte 85661FXMP-RZ motherboard with Award v. 6.0 BIOS - NIVIDIA
GeForce FX 5200 - No idea what the network card and sound cards are but we use the net....
Can You Create A Folder Name "con"
Is it possible to create a folder named "CON" in Windows? (22) I tried in both Windows XP Home and Professional. If you try to make a folder named "CON" Windows XP
renames it back to what it was. So creating a new folder with the name "CON" just renames it to "New
Folder". The bug seems like a variable that got treated as a string or vice-versa. Trying to create
the folder from a cmd prompt failed with an error "The directory name is invalid.". This also works
when you try to create a file called "CON", or "CON.". ".CON" shows up the way it should. Somewhere
I found the reason that CON stands for CONsole which is device name but....
The Best Version Of Windows
(52) With all the different flavors of Windows, what in your opinion is the best version? Win95, Win98,
Win98SE, WinNT, Win2000, WinXP, Vista, and even remember Windows 3.1? I hear that hardcore Windows
users are in love with Win98SE for some reason? Is there any justification behind this? I mean
this is a version of Windows that is definitely not supported anymore, but is the security and
stability of this version that much better where it doesn't need support? Personally, I really
like Win2000 over any other version. It seems more secure and stable, and I'm pr....
Cd Burner Can't Burn Anymore After Installing Vmware
(5) Hi, one of my friends is having problems with the VMware Workstation program (using version 5.5).
After installing it he couldn't burn any CDs from Windows (outside VMware) anymore. I checked
all the settings and it looks ok. Don't have any burning software installed in that computer
except the default burning feature in Windows XP Home. What is disabling him from burning CDs? This
is what I did. I selected a file to burn. Then clicked on write these files to CD. Clicked Next.
Then it says "Insert a writable disc to continue". This is a good CDRW that I just era....
Windows Problems "new Series"- Xp Home Edition Activation Issue
(7) i never used Windows XP Home edition before, in these days i have no way to use it on my work pc,
have no profissional edition and i don't want to buy one, in fact i hate windows at all, i use
linux and it's so good and enough to me, but i must use it noway. after i installed it, it asked
me to activate it, i went into the activation process, finally it told me to call any microsoft
products reseller or something like that to provide me with a new product number as they say in that
message: QUOTE According to our records, the number of times you can activ....
Help: Adding My Videos Folder To Start Menu
Windows XP Only (12) Okay, I am halfway to being able to add the My Videos Folder (the only of the special My folder I
really use) to the start panel. For those of you who don't know what I am talking about, make
sure you have the new XP start menu not classic, then open your start menu. The right side is the
start panel, and it should have links to things like My Documents, My Music, My Computer, etc. The
only one you can't add to it (you add features to it from the properties page) is the My Videos
File. No, my method: 1) Knowing Windows as well as I do, first thing after ex....
Using Same Serial # On Multiple Copies Of Windows
(31) I heard it is possible to run more than one computers on the same serial of Windows. I also heard
that it can be registered and use all the functions of any legal copy of Windows. Lets say I have 4
computers in my house and don't want to pay $800 for windows on each one if I build them all
myself. I can just put same serial on all of them. But I heard this is also breaking the EULA
agreement with Microsoft which redeems this being illegal or improper use of windows. I would like
to hear your sides on this, or the whole truth behind this. If so does this mean somebody....
Chmoding On Windows (apache) ? Howto ?
(5) Hi, I've recently installed Apache 1.3.34 on my Windows XP machine. Does anyone know how to CMOD
files to specific values? I've read somewhere that if you set the file to 'readable'
that is the equivalent of CHMODing it to 777...is this true? By the way, sorry if this is in the
wrong forum section. I wasn't really sure where to put this.....
How To Create "ghost" Images (norton) On Windows
(53) Hi, I'm tired of wasting so much time on a site when I have to reinstall Windows from scratch.
Want to speed up the process a little since I have to install Windows XP, any Service Packs, Norton
Antivirus and Microsoft AntiSpyware for the computers. I want to create images of good working
Window states, but have some questions. 1. How much faster would this be compared to reinstalling
everything manually? I will be doing this from an external hard drive. 2. What are the chances of
an image not working assuming that the image created is good? I heard that these ....
Command Line (dos) Tips For Windows Xp
(7) Windows XP cmd tip (DOS isn’t dead... it just smells funny) Some command-line folder creation
examples: To create multiple folders at once, add them directly to the "md" command: C:\> md this
is a test To create a folder several folders deep, use: C:\> md this\is\a\test Creating a folder
with a long name requires the double-quote at the beginning: C:\> md "this is a test Bonus tip:
Windows XP supports the forward slash "/" as a folder divider. Unix/Linux users: don't let the
DOS environment get you down. Use a Unix-style CD command to change your present worki....
How To Repair Disk Errors And Bad Sectors
Windows Xp,2000,Nt (5) How to repair disk errors and bad sectors in Windows Xp,2000,NT You can use Windows Disk Manager
tool to check for file system errors and bad sectors on your hard disk. To check your drives:
1- right click on drive and click Properties 2- click Tools tab and under Error-checking, click
Check Now 3- in dialog box select the Automatically fix file system errors or/and Scan for and
attempt recovery of bad sectors check box Automatically fix file system errors ....
Where Does Windows Xp Store Its Passwords ?
(18) Is thre a file where password information is kept in windows XP? If so what is it's name and
where is it located?....
A Note To All Illegal Windows Xp Owners
(55) Hi, all illegal Windows XP users WILL NOT be able to download any updates or software from Microsoft
website. Automatic Updates will no longer work, because Microsoft will have to ask for your Software
identification.....
How To Increase Windows Shutdown Speed
when you enabled “clear Page File at shu (45) How to increase Windows shutdown speed when you enabled “clear Page File at shutdown”? /blink.gif"
style="vertical-align:middle" emoid=":blink:" border="0" alt="blink.gif" /> Note that making
incorrectly changes to the registry may damage your system; please back up any valued data on your
computer. 1) Go to Start menu > Run > and type regedit and click OK. 2) Find following address:
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \Session Manager \ Memory Management
3) In right side right click on “ClearPageFileAtShutdown”, select Modify and make value of ....
Windows Not Recognizing Ipod
(33) OK, I'm running Windows XP and my iPod is not detected when I plug it in. The only things that
I could guess are wrong are that I recently had a trojan, known as BackDoor-AWI and that my router
flaked out and I have no internet on the computer in question now. I'm not sure what happened,
but for some reason, McAfee is telling me that it's all screwed up on startup. So it's not
even running anymore. My computer does recognize USB keys, but will not see my iPod for some
reason. Any ideas?....
Looking for installing, windows, xp, sp3
|
See Also,
*SIMILAR VIDEOS*
Searching Video's for installing, windows, xp, sp3
|
advertisement
|
|