Machsupport Forum

Mach Discussion => Mach3 under Vista => Topic started by: Stefanus on March 02, 2019, 06:26:34 AM

Title: A Blue Question sign in device manager win7 32
Post by: Stefanus on March 02, 2019, 06:26:34 AM
Hi',
I have installed licensed  mach3 on my pc win7 32bit ram 3gb, and it is for my plasma cnc, keep getting this blue question mark in device manager. My bob is cnc4pc c35s with lpt port connection to pc. I have ran driver test, was fine, i did turn off power management, screen saver, win fire wall, it is only for mach3.  Did i miss something, ?anyone can help me to solve this same problem?
Thank you

Stefanus

Title: Re: A Blue Question sign in device manager win7 32
Post by: reuelt on March 02, 2019, 05:12:52 PM
Go into command prompt with administrator rights and paste and add the below registers.

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v FeatureSettingsOverride /t REG_DWORD /d 3 /f

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v FeatureSettingsOverrideMask /t REG_DWORD /d 3 /f

Restart the computer for the changes to take effect.

(I got this from post by another forum member)
Title: Re: A Blue Question sign in device manager win7 32
Post by: reuelt on March 03, 2019, 02:34:31 AM
 A Blue Question sign in device manager win7 32 just means "driver is NOT digitally signed" with Microsoft.

The 2 registry patches are to prevent Mach3 crashing because some new Win7 automatic updates will try to disable the "unsigned drivers".

After applying the two patches you can safely ignore the ? sign.
Title: Re: A Blue Question sign in device manager win7 32
Post by: Stefanus on March 03, 2019, 07:03:31 AM
Hi Reulet, i have tried, but im getting an error syntax and not recignize, i think i was wrong in typing , anyway how to type it?
Thank you
Title: Re: A Blue Question sign in device manager win7 32
Post by: Tweakie.CNC on March 03, 2019, 07:14:51 AM
Hi Stefanus,

Welcome to the forum.

Just a general note to all...
It would be helpful if images were re-sized to 800 x 600 before posting to the forum. This thread relates;  https://www.machsupport.com/forum/index.php?topic=24585.0

Tweakie.
Title: Re: A Blue Question sign in device manager win7 32
Post by: Stefanus on March 03, 2019, 07:22:00 AM
Ook i will.
Thank you
Title: Re: A Blue Question sign in device manager win7 32
Post by: reuelt on March 04, 2019, 05:19:02 AM
Find command prompt
right click and select RUN as Administrator

Use you mouse  highlight  the whole line then copy (cntr+C)
Now click you mouse at the command prompt field and
paste (Cntr+V)
Press enter
Do the same for the next reg add line.

If you are typing, reg add
must not have quotes
Title: Re: A Blue Question sign in device manager win7 32
Post by: Stefanus on March 04, 2019, 08:09:29 AM
Hi Reulet,
It was succesful those two files installed. But the blue? Sign still there, i have restarted windows.
 :)
Thank you
Title: Re: A Blue Question sign in device manager win7 32
Post by: reuelt on March 04, 2019, 04:16:09 PM
Hi Reulet,
It was succesful those two files installed. But the blue? Sign still there, i have restarted windows.
 :)
Thank you

After applying the two patches you can safely ignore the ? sign. My win7 system has  the blue? sign too. Only Windows XP systems will NOT have that blue? sign.
Title: Re: A Blue Question sign in device manager win7 32
Post by: Stefanus on March 08, 2019, 07:54:05 AM
Ook Thank you Reulet :)