Windows freezing up for anybody else?

In summary: Windows will fill disks up eventually with updates, temp files, WER directory entries, and all manner of other overhead.
  • #36
jim hardy said:
but Windows wouldn't allow the Default REGSZ (value not set) deletion
No, it won't. Each "item" must have at least one "value", even if it is empty! Subsequent entries in an "item" are pointers to names/values of subservient entries.
It's just a fancy linked list of name-value pairs; where the "value" may be a pointer to another name-value pair. (IIRC)

An overview of the registry internals is here: http://technet.microsoft.com/en-us/library/cc750583.aspx
 
Computer science news on Phys.org
  • #37
Tom.G said:
It's just a fancy linked list of name-value pairs;

Thanks Tom
Vocabulary for understanding the Registry :
Keys ? Bins? Hives ? Trees? Cells ? Roots? Blocks ? Indexes? Kernels? Pools ? Object manager? Configuration manager ?
This dog is too old. Gives me hives.

I took one operating systems course. Myriads of pointers and lists. I decided programming wasn't for me because i can't remember names.
But i admire those who can do it well.
 
  • Like
Likes Tom.G
  • #38
I like Serena said:
For the record, I do see a checkbox labeled Show more restore points...

Well you were exactly right, and checking it gave me a restore point from 26th of September...
upload_2017-10-16_10-30-3.png
Since the 'black screen' came back i just tried it
successful restore
successful restart even if a slow one, without black screen
so i quickly set Windows Updates to "NEVER AGAIN !" because the restore undid yesterday's change
and i'll see how it does today.
Will look at those REGEDIT HKEY entries again.

with fingers crossed

thanks again for all the help

old jim
 
  • Like
Likes I like Serena
  • #39
jim hardy said:
and i'll see how it does today.

Well, my Firefox browser disappeared. Fortunately there was a copy from 2006 on the other drive, version 3 i think, so was able start it and download version 56.
I'd uninstalled IE when undid the involuntary Windows 10 'upgrade' earlier this year
Ghost of Cortana ? ' Hell hath no fury...'
 
  • #40
I've had similar issues with two Phillips monitors, it's a hardware problem in the Monitors interface card, one would "Flip" on every few seconds, nothing fixed it until I put a new monitor on , then problem vanished. The other Monitor (Same brand), would take about 20minutes to warm up before the flickering behaviour stopped.

Try swapping the monitor outputs and if the problem persists then I'd say the monitor has a faulty interface card.

As for the lock ups it's very hard to say, if the Taskmanager is reporting very low or zero CPU use, then I'd be guessing the Network drivers are at fault.

I've had this with a couple of Dell machines recently, one laptop and two desktops, the only way I could fix them was to use the PowerShell scripts PSWindowsUpdate.zip which I downloaded from Microsoft (I am using windows 10, but it should still work on windows 7 if you are lucky), the scripts found a whole bunch of drivers which fixed the reboot / power / network issues on all the machines, although it has started happening again on one of the laptops.

I've also found that the Dell implementation of the Intel Rapid Storage drivers is faulty at a hardware level, and was corrupting the HDD of both the Dell laptops, I ended up changing them both to AHCI (You need to enable AHCI in windows before rebooting otherwise windows will not find the kernel driver at startup and will never start again so beware, check this link for a rundown on how to do this ... https://winaero.com/blog/switch-from-ide-to-achi-after-installing-windows-7-or-windows-8/)

So try swapping the monitors, use the PSWindowsUpdate.zip to check for updates (It uses the same microsoft website, so I have no idea why the standard update doesn't find them and if you are using a dell with the Intel Rapid Storage enabled, you may want to consider swapping to AHCI, but the last is something you need to approach with caution as it may kill your machine if you get it wrong, switching back to Intel Rapid Storage in BIOS may not help after you have enabled the AHCI, I don't know why, but I'd guess windows kernel drivers get confused after automated repair)

Good Luck Jim ;-)
 
  • Like
Likes jim hardy
  • #41
I have found two bugs (probably features if you ask Microsoft) from upgrading to Windows 10. Both are related to windows update. One is that the wake-up is still programmed for Windows update even if you turn off automatic updates. So the computer turns on at 3 in the morning and wakes me up too unless I remember to turn off the monitor. Normally it will be programmed to update and hibernate once again. But if you turn updates off then no update occurs and no re-hibernate occurs either.

The second is that *something* is actually done at the mandated update time that disallows hibernate to operate properly. It takes an extremely long time to hibernate and then rarely wake up in an operable state.

BoB
 
  • #42
You should disable the wake timers in your power options, and check the BIOS doesn't have any wake timings set.

I've started using the ...
shutdown -hybrid -s -t 00

Instead of hibernate, it allows for a much faster startup, and actually switches the machine off completely.

These days I tend to use the PowerShell script for updates as it appears more reliable.
 
  • Like
Likes rbelli1
  • #43
Idyit said:
You should disable the wake timers in your power options, and check the BIOS doesn't have any wake timings set.

I did that. Update re-enables them. Updating and rebooting is the only fix I have found. Regardless, the crashy thing precludes long term avoidance of updates anyway.

BoB
 
  • #45
Idyit said:
Nasty Windows ... this link may help it's a bit of a trek though ...

I did all of that (several hours of sleep lost finding all of them). It kept the wake-ups at bay for a while then update re-enabled them. I give up. I just try to remember to do the updates in a sort of timely fashion.

The only effective option I found was to hibernate then when it tried to wake back up shut down at once. This works but Windows becomes unstable for some unknown reason.

It's frustrating how Windows update has gone passive aggressive on insisting on updates.

BoB
 
  • #46
Indeed, I found the preview release fast ring broke my machine on a regular basis, got sick of it and went back to the Creators update, which is a lot more reliable (Understandably I guess)

I've never found the hibernation shutdown to be reliable, so the hybrid shutdown option sounds like it may be your best answer.

Wake timers won't wok if it's actually powered down, and the startup speed is very comparable (On my machine(s) at least).
 
  • Like
Likes rbelli1
  • #47
Idyit said:
I've never found the hibernation shutdown to be reliable

It works great for me until the second Tuesday of every month.

Idyit said:
Wake timers won't wok if it's actually powered down

That explains my success of mashing the power button to keep it in hibernate.

Idyit said:
and the startup speed is very comparable

It depends on how much crap you have installed. I have every development environment from here to Timbuktu installed and every one wants to start their services and check for updates on startup. That takes forever.

BoB
 
  • #48
Mmmm, I'd install a SSD, and I use Virtual machines for the dev environments much easier to manage and transfer.
 
  • #49
rbelli1 said:
I have found two bugs (probably features if you ask Microsoft) from upgrading to Windows 10. Both are related to windows update. One is that the wake-up is still programmed for Windows update even if you turn off automatic updates. So the computer turns on at 3 in the morning and wakes me up too unless I remember to turn off the monitor. Normally it will be programmed to update and hibernate once again. But if you turn updates off then no update occurs and no re-hibernate occurs either.

The second is that *something* is actually done at the mandated update time that disallows hibernate to operate properly. It takes an extremely long time to hibernate and then rarely wake up in an operable state.

BoB

I sounds as if that didn't get undone when i reverted this machine from 10 back to 7.
 
  • #50
It's possible, but from memory Windows 7 had all those update paradigms already so it may be a "standard" windows "feature".
Hibernation is never reliable after updates, the core kernel files will most likely no longer match the memory dump.

It really does sound like you'd be better of re-installing the core OS, and setup some virtual machines for your dev environments, it will take some time but, in my opinion you will end up with a much more manageable solution.

I'd recommend Oracle Virtual box for the VM's, Hyper-V doesn't support USB mapping (not natively anyway) and allows for hiding the NX flag which makes the VM much more portable between bare metal boxes. You find the performance very good in the VM's these days, as long as your CPU supports all the latest Virtual Technologies. You may have to buy another Windows 7 license, nut only one should be enough as I don't think the DLC licensing will be smart enough to realize the multiple installs.

VMWare is another option, but I haven't used it for a long time so can't really tell you much about it.
 
  • #51
Idyit said:
Hibernation is never reliable after updates,

I found this out the hard way.

Idyit said:
It really does sound like you'd be better of re-installing the core OS, and setup some virtual machines for your dev environments, it will take some time but, in my opinion you will end up with a much more manageable solution.

Probably. But to solve a once a month or so wait of a few minutes I will just live with it for now.

Stability is fine as long as no updates are pending. Another Windows 10 foible I have found is that when it needs a reboot is needs a *reboot*. Shutting down then starting up does not work like in 7.

BoB
 
  • #52
jim hardy said:
I sounds as if that didn't get undone when i reverted this machine from 10 back to 7.

Fortunately if you undo those changes they will stay undone in 7.

BoB
 
  • Like
Likes jim hardy
  • #53
If you don't like the way Windows is going, there is always the option of a Linux ( or even Apple),
Personally I think Windows had it's good moments and some bad ones.
My latest automatic update (Win10) made my PC seem like totally burned out and dead until I turned off the power for two minutes, then it was OK.
 
  • #54
rootone said:
If you don't like the way Windows is going, there is always the option of a Linux ( or even Apple),
That's looking better every day.

Task Manager shows sixty entries of 'esrv.exe' running
and seventy of 'conhost.exe'

upload_2017-10-26_19-57-49.png


Complete scans by Security Essentials and Malware Bytes both report no malware found

that can't be right...
 

Attachments

  • upload_2017-10-26_19-57-49.png
    upload_2017-10-26_19-57-49.png
    2.1 KB · Views: 269
  • #55
Wow. How did you achieve all of that! :oldruck:

It should be clear that you shouldn't have so many instances of either esrv.exe or conhost.exe.
I don't even recognize them.
Did they nestle themselves into one of the registry entries I mentioned before or some such? As a result of installing some kind of application?

Anyway, the first thing I'd do is to right click one of them and try to kill it - just to see what happens.
 
  • #56
  • #57
Just looked up 'esrv.exe' and the first hit said:
OK, after some reading you are correct this is not a Sony only issue, that service is also contained in a lot of Intel Software Products, please try this:
  1. Go to Control Panel (accessible by right clicking your Start Menu button if you are not on the Creators Update, if you are, type Control Panel into Cortana Search)
  2. Open Programs and Features.
  3. Look for Intel Driver Update Utility, if you find it, uninstall it
  4. Reboot
Didn't you say you installed some Intel driver?
I trust products of Microsoft and Intel most, but... maybe we've got to get rid of this particular thingy...
 
  • #58
I agree, uninstall the Intel Management stuff, it's useless and consumes resources for no reason.
After that if those processes are still there you can use msconfig to disable the all startup processes and then slowly re enable them to figure out what's causing it.
It's time consuming but will help diagnose any issues you've created by installing 3rd party software or dev environments.

Like I said in my original post the DELL implementations of the INTEL rapid storage hard drive interface is buggy to say the least, and it wouldn't surprise me if other manufacturer implementations are buggy as well.

The DELL machines I have had problems with exhibited the slow/non responsive behaviour and the only fix was to switch the machines to a pure AHCI setup.

But you must enable the AHCI drivers in the OS before you reboot the machine because Windows disables them if they are not used for boot speed reasons.

If you don't enable them before reboot, the OS will never boot again and the windows repair will only make the problem worse, I found that switching the INTEL Rapid Storage back on in the BIOS didn't help either, and I had to rebuild the first machine from scratch so be very careful if you attempt this and make a backup before you start !.
 
  • #59
I like Serena said:
Didn't you say you installed some Intel driver?

I think i remember doing that and it cured some symptom.

I just uninstalled Intel Utility Update Driver and those two no longer show in Task Manager,
and it's not so sluggish

if past is any indication it'll be okay for a couple hours then something else will happen.

Windows Update set to NEVER
Restored to a mid -september restore point a couple days ago

Laptop is in shop getting rid of Windows 10 and fresh install of Windows 7 Pro(thanks to a PF friend) , new battery and more ram. It has been pretty dependable.
When it comes will do something about this desktop.
Maybe it needs more RAM ? How much do you guys find being used, nothing running but Firefox on PF.?
upload_2017-10-26_21-13-1.png


upload_2017-10-26_21-12-10.png
 

Attachments

  • upload_2017-10-26_21-9-57.png
    upload_2017-10-26_21-9-57.png
    5.7 KB · Views: 463
  • upload_2017-10-26_21-12-10.png
    upload_2017-10-26_21-12-10.png
    3.7 KB · Views: 297
  • upload_2017-10-26_21-13-1.png
    upload_2017-10-26_21-13-1.png
    6.2 KB · Views: 280
  • #60
That looks about right, windows tends to allocate about half the available memory for processes, but 2 gig is simply not enough in todays environments.

4 is the max for 32 bit OS's, 8 is a good working size for 64 bit OS's.

I've got 16 gig installed and my machine tends to run at about 6 gigabytes all the time.
 
  • #61
jim hardy said:
nothing running but Firefox on PF.?
It's showing you have plenty of spare RAM for running just Firefox.
No need to add more RAM unless you are planning to run other apps as well.
 
  • #62
Yep. I'm a bit surprised by the physical amount of memory of 2 GiB - low as it is - but it doesn't appear to be a problem based on the graphs and numbers you've shown. :)
 
  • #63
Use the resource monitor if you want to see what happens with limited memory, you'll be getting page faults constantly.
Firefox running on my machine without surfing to anywhere uses 256 megabytes of memory.
Windows will always try and keep as much memory free as possible for performance reasons, and it pages virtually everything in a limited memory setup.
 
  • #64
Thanks folks - with esrv and conhost running multiple copies all memory was used up .
This machine is several years old now. i think i got it Summer of 2010 and 2G seemed a lot back then.

So it looks as if uninstalling Intel Update whatever it was cured part of my problem
and a few more memory sticks should help

who knows - might even let Windows check for updates again, or do you think not ?

I made sure Remote Registry Access is disabled. Am getting paranoid .

Thanks again , you have been tremendous help.

I'll try to get some memory sticks tomorrrow.
"My rig's a little old, but that don't mean she's slow." Dave Dudley
 
  • Like
Likes OCR
  • #65
Idyit said:
Use the resource monitor if you want to see what happens with limited memory, you'll be getting page faults constantly.

Much of it is Greek to me
have an Acrobat document open at the moment as you see
upload_2017-10-26_22-1-59.png
Seriously guys, THANKS .

old jim
 

Attachments

  • upload_2017-10-26_22-1-59.png
    upload_2017-10-26_22-1-59.png
    9.8 KB · Views: 312
  • #66
No worries, and yes updates are worthy all the vulnerabilities that are patched on a regular basis makes it very worthwhile.
It's the hard fault graph that's of interest, you'll find on low memory systems it goes through the roof everytime you try to do something, and that means memory swapping to the hdd so the OS can do something.
 
  • #67
Idyit said:
that means memory swapping to the hdd so the OS can do something.

I created a virtual memory space 4G i think, on the second hard drive D in addition to the smaller one on C.
That was on premise it might lessen latency during seeks-- when one drive is busy OS can use the other?

Seemed to help for a while.

Running well right now. Will see what tomorrow brings.
 
  • #68
Yes that is the optimal setup, but at the end of the day more memory is the best answer.
 
  • Like
Likes jim hardy
  • #69
jim hardy said:
see what tomorrow brings.
Light entertainment.
 
  • #70
esrv.exe is a Sony thing. Complain to them if it is causing problems. Conhost.exe should rarely run so if it is constantly running you have a problem with some other software doing something wrong.

Amongst the problems that Microsoft has I don't believe that either of these things are their fault.

Conhost.exe on constantly would indicate some software misbehaving. Whether it is malware or just common crap software is not certain. What was the last thing you installed?

BoB
 

Similar threads

  • Computing and Technology
Replies
15
Views
2K
Replies
5
Views
2K
  • Sci-Fi Writing and World Building
Replies
2
Views
2K
  • General Discussion
Replies
1
Views
8K
Back
Top