POV-Ray : Newsgroups : povray.off-topic : Delete system32? Server Time
28 Jul 2024 12:22:02 EDT (-0400)
  Delete system32? (Message 1 to 10 of 36)  
Goto Latest 10 Messages Next 10 Messages >>>
From: Francois Labreque
Subject: Delete system32?
Date: 21 Jan 2014 09:40:19
Message: <52de86d3$1@news.povray.org>
not quite, but...

Ever since I tried to install the latest Blender, whenever I boot my PC, 
I get the system32 folder that opens.  I suppose there's a registry 
entry somewhere that got created improperly and instead of trying to 
load "C:\Windows\System32\whatchamacallit.dll" or 
"%SYSTEM_ROOT%\System32\foobar.exe" it simply loads "C:\Windows\System32".

How do I find out which one it is?  Regedit's search function is not 
smart enough to let me search for ( "system32" except when it's 
"system32\" )


-- 
/*Francois Labreque*/#local a=x+y;#local b=x+a;#local c=a+b;#macro P(F//
/*    flabreque    */L)polygon{5,F,F+z,L+z,L,F pigment{rgb 9}}#end union
/*        @        */{P(0,a)P(a,b)P(b,c)P(2*a,2*b)P(2*b,b+c)P(b+c,<2,3>)
/*   gmail.com     */}camera{orthographic location<6,1.25,-6>look_at a }


Post a reply to this message

From: clipka
Subject: Re: Delete system32?
Date: 21 Jan 2014 09:44:06
Message: <52de87b6@news.povray.org>
Am 21.01.2014 15:40, schrieb Francois Labreque:
> not quite, but...
>
> Ever since I tried to install the latest Blender, whenever I boot my PC,
> I get the system32 folder that opens.  I suppose there's a registry
> entry somewhere that got created improperly and instead of trying to
> load "C:\Windows\System32\whatchamacallit.dll" or
> "%SYSTEM_ROOT%\System32\foobar.exe" it simply loads "C:\Windows\System32".
>
> How do I find out which one it is?  Regedit's search function is not
> smart enough to let me search for ( "system32" except when it's
> "system32\" )

One - albeit somewhat time-consuming - solution might be to dump 
("export") the whole registry to a file, and then use your favorite text 
editor with regular expression find & replace do the job. Once you've 
located the culprit, you can go back to regedit for fixing it.


Post a reply to this message

From: Francois Labreque
Subject: Re: Delete system32?
Date: 21 Jan 2014 09:46:41
Message: <52de8851$1@news.povray.org>

> not quite, but...
>
> Ever since I tried to install the latest Blender, whenever I boot my PC,
> I get the system32 folder that opens.  I suppose there's a registry
> entry somewhere that got created improperly and instead of trying to
> load "C:\Windows\System32\whatchamacallit.dll" or
> "%SYSTEM_ROOT%\System32\foobar.exe" it simply loads "C:\Windows\System32".
>
> How do I find out which one it is?  Regedit's search function is not
> smart enough to let me search for ( "system32" except when it's
> "system32\" )
>
>
Addendum:

Searching through the registry reveals a smorgasborg of 
"C:\Windows\System32" and "%SYSTEM_ROOT%\System32"...  It looks like 
consistency is not Microsoft's forte!

I now get a better appreciation for Stefan Kanthak's series of posts 
entitled "Security, the Microsoft way" on the Securityfocus mailing list.

-- 
/*Francois Labreque*/#local a=x+y;#local b=x+a;#local c=a+b;#macro P(F//
/*    flabreque    */L)polygon{5,F,F+z,L+z,L,F pigment{rgb 9}}#end union
/*        @        */{P(0,a)P(a,b)P(b,c)P(2*a,2*b)P(2*b,b+c)P(b+c,<2,3>)
/*   gmail.com     */}camera{orthographic location<6,1.25,-6>look_at a }


Post a reply to this message

From: clipka
Subject: Re: Delete system32?
Date: 21 Jan 2014 09:57:28
Message: <52de8ad8$1@news.povray.org>
Am 21.01.2014 15:47, schrieb Francois Labreque:

> Searching through the registry reveals a smorgasborg of
> "C:\Windows\System32" and "%SYSTEM_ROOT%\System32"...  It looks like
> consistency is not Microsoft's forte!

Consistency and backward compatibility (or even just decades of 
incremental development) have never really gone along well :-P

You'd be surprised how often you still find good old 8.3 filenames in 
the freakin' registry.


Post a reply to this message

From: FractRacer
Subject: Re: Delete system32?
Date: 21 Jan 2014 10:51:06
Message: <52de976a$1@news.povray.org>

> not quite, but...

> Ever since I tried to install the latest Blender, whenever I boot my PC,
> I get the system32 folder that opens.  I suppose there's a registry
> entry somewhere that got created improperly and instead of trying to
> load "C:\Windows\System32\whatchamacallit.dll" or
> "%SYSTEM_ROOT%\System32\foobar.exe" it simply loads "C:\Windows\System32".
>
> How do I find out which one it is?  Regedit's search function is not
> smart enough to let me search for ( "system32" except when it's
> "system32\" )
>
>

In the registry, you can search the entries
HKEY_CURRENT_USER/Software/MicrosoftWindows/CurrentVersion/Run
or
HKEY_LOCAL_MACHINE/Software/MicrosoftWindows/CurrentVersion/Run
Where are stored all the softwares launched at the startup.

Lionel.
-- 
Do not judge my words, judge my actions.

---

http://www.avast.com


Post a reply to this message

From: Warp
Subject: Re: Delete system32?
Date: 21 Jan 2014 11:58:21
Message: <52dea72d@news.povray.org>
clipka <ano### [at] anonymousorg> wrote:
> You'd be surprised how often you still find good old 8.3 filenames in 
> the freakin' registry.

How many new file formats are created nowadays that dare to use more
than 3 characters in their file name extension?

There are some brave people who are courageous enough to make them
larger than 3 characters, but they are extremely rare.

When was the last time that the length of the file name extension had
any kind of relevance on anything?

-- 
                                                          - Warp


Post a reply to this message

From: Francois Labreque
Subject: Re: Delete system32?
Date: 21 Jan 2014 17:09:51
Message: <52def02f$1@news.povray.org>


>> not quite, but...
>
>> Ever since I tried to install the latest Blender, whenever I boot my PC,
>> I get the system32 folder that opens.  I suppose there's a registry
>> entry somewhere that got created improperly and instead of trying to
>> load "C:\Windows\System32\whatchamacallit.dll" or
>> "%SYSTEM_ROOT%\System32\foobar.exe" it simply loads
>> "C:\Windows\System32".
>>
>> How do I find out which one it is?  Regedit's search function is not
>> smart enough to let me search for ( "system32" except when it's
>> "system32\" )
>>
>>
>
> In the registry, you can search the entries
> HKEY_CURRENT_USER/Software/MicrosoftWindows/CurrentVersion/Run
> or
> HKEY_LOCAL_MACHINE/Software/MicrosoftWindows/CurrentVersion/Run
> Where are stored all the softwares launched at the startup.
>
> Lionel.

That's the first place i looked, and there are no mentions of system32 
there...

-- 
/*Francois Labreque*/#local a=x+y;#local b=x+a;#local c=a+b;#macro P(F//
/*    flabreque    */L)polygon{5,F,F+z,L+z,L,F pigment{rgb 9}}#end union
/*        @        */{P(0,a)P(a,b)P(b,c)P(2*a,2*b)P(2*b,b+c)P(b+c,<2,3>)
/*   gmail.com     */}camera{orthographic location<6,1.25,-6>look_at a }


Post a reply to this message

From: FractRacer
Subject: Re: Delete system32?
Date: 21 Jan 2014 17:32:48
Message: <52def590$1@news.povray.org>



>>> not quite, but...
>>
>>> Ever since I tried to install the latest Blender, whenever I boot my PC,
>>> I get the system32 folder that opens.  I suppose there's a registry
>>> entry somewhere that got created improperly and instead of trying to
>>> load "C:\Windows\System32\whatchamacallit.dll" or
>>> "%SYSTEM_ROOT%\System32\foobar.exe" it simply loads
>>> "C:\Windows\System32".
>>>
>>> How do I find out which one it is?  Regedit's search function is not
>>> smart enough to let me search for ( "system32" except when it's
>>> "system32\" )
>>>
>>>
>>
>> In the registry, you can search the entries
>> HKEY_CURRENT_USER/Software/MicrosoftWindows/CurrentVersion/Run
>> or
>> HKEY_LOCAL_MACHINE/Software/MicrosoftWindows/CurrentVersion/Run
>> Where are stored all the softwares launched at the startup.
>>
>> Lionel.
>
> That's the first place i looked, and there are no mentions of system32
> there...
>
Have you seen in the StartMenu folder? A link may be placed here.

-- 
Do not judge my words, judge my actions.

---

http://www.avast.com


Post a reply to this message

From: FractRacer
Subject: Re: Delete system32?
Date: 21 Jan 2014 18:03:42
Message: <52defcce$1@news.povray.org>




>>>> not quite, but...
>>>
>>>> Ever since I tried to install the latest Blender, whenever I boot my
>>>> PC,
>>>> I get the system32 folder that opens.  I suppose there's a registry
>>>> entry somewhere that got created improperly and instead of trying to
>>>> load "C:\Windows\System32\whatchamacallit.dll" or
>>>> "%SYSTEM_ROOT%\System32\foobar.exe" it simply loads
>>>> "C:\Windows\System32".
>>>>
>>>> How do I find out which one it is?  Regedit's search function is not
>>>> smart enough to let me search for ( "system32" except when it's
>>>> "system32\" )
>>>>
>>>>
>>>
>>> In the registry, you can search the entries
>>> HKEY_CURRENT_USER/Software/MicrosoftWindows/CurrentVersion/Run
>>> or
>>> HKEY_LOCAL_MACHINE/Software/MicrosoftWindows/CurrentVersion/Run
>>> Where are stored all the softwares launched at the startup.
>>>
>>> Lionel.
>>
>> That's the first place i looked, and there are no mentions of system32
>> there...
>>
> Have you seen in the StartMenu folder? A link may be placed here.
>

It's late and my brain slow down!!!
Have you search for /explorer.exe/? It open the folder.
-- 
Do not judge my words, judge my actions.

---

http://www.avast.com


Post a reply to this message

From: clipka
Subject: Re: Delete system32?
Date: 21 Jan 2014 19:09:40
Message: <52df0c44$1@news.povray.org>
Am 21.01.2014 17:58, schrieb Warp:
> clipka <ano### [at] anonymousorg> wrote:
>> You'd be surprised how often you still find good old 8.3 filenames in
>> the freakin' registry.
>
> How many new file formats are created nowadays that dare to use more
> than 3 characters in their file name extension?
>
> There are some brave people who are courageous enough to make them
> larger than 3 characters, but they are extremely rare.

Indeed.

Virtually the only pieces of software using file name extensions >3 
characters seem to belong to the domain of development tools.

That, and the new MS Office file name extensions.

(The open source community seems to have been more daring in this 
respect; probably because its strongest roots are in the Unix community, 
where technically there has never been such a thing as file extensions 
anyway.)


> When was the last time that the length of the file name extension had
> any kind of relevance on anything?

Only a few days ago. Relevant in the sense that the artificial 
limitation to 3 characters keeps leading to file extension clashes, 
which suck :-P


Post a reply to this message

Goto Latest 10 Messages Next 10 Messages >>>

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.