Properties of a disk-drive - Shadow Copies error Win 2k8x64

The behaviour described in the bug report is either by design, or would be far too complex/time-consuming to be changed

Moderators: white, Hacker, petermad, Stefan2

Post Reply
zackimuc
Junior Member
Junior Member
Posts: 3
Joined: 2009-05-19, 18:56 UTC

Properties of a disk-drive - Shadow Copies error Win 2k8x64

Post by *zackimuc »

If i go to properties of C: and then to Shadow copies i get the folowing message in the dialog box:

Initialization failed.
Error 0x80040154: Class not registered.

if if do they same in windows explorer the dialog is displayed without an error.

regards

zackimuc
User avatar
HolgerK
Power Member
Power Member
Posts: 5406
Joined: 2006-01-26, 22:15 UTC
Location: Europe, Aachen

Post by *HolgerK »

Welcome zackimuc

I can't confirm this.
Works fine here with Vista x64 SP1 / Win7 x64 RC / TC7.50pb3.

Do you have x64DisableRedirection set to 1?
Please set this value back to 0 and try again.

Since TC7.5 it is possible to toggle the redirection with a command (eg. button):

Code: Select all

TOTALCMD#BAR#DATA
cm_SwitchX64Redirection

wciconex.dll


0
2925
Additional since beta 3, it is not necessary to disable the redirection because you can directly navigate to the native system32 (drivers\etc) folder via:
History.txt wrote:03.05.09 Added: Vista 64bit: Show pseudo-subdirectory "sysnative" in Windows folder to allow to reach 64-bit system32 directory
Regards
Holger
zackimuc
Junior Member
Junior Member
Posts: 3
Joined: 2009-05-19, 18:56 UTC

Post by *zackimuc »

Hi can you give me an exact description how to do it?

thx

zackimuc
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3869
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Post by *sqa_wizard »

2zackimuc
Just copy the text of code section above and paste it directly into your TC buttonbar.

It will magically create a new button with this command ...

Note: You may have to change the icon file to "wcmicons.dll" :roll:
#5767 Personal license
User avatar
HolgerK
Power Member
Power Member
Posts: 5406
Joined: 2006-01-26, 22:15 UTC
Location: Europe, Aachen

Post by *HolgerK »

zackimuc wrote:Hi can you give me an exact description how to do it?
How to do what?
Do you have x64DisableRedirection set to 1?
This is part of the [Configuration] section of the wincmd.ini file ("Help->About" to find the location of the wincmd.ini, or "Configuration->Change Settings Files Directly")
If you never edited this file and this entry does not exist, your problem may be caused by another reason.

- DLL hell:
A plugin loaded by TC may load an incompatible DLL which prevents the property page to work correct.
Try to start TC with command line parameter

Code: Select all

Totalcmd.exe /n/I=%Temp%\Fresh.ini
- A general problem in the 32bit part of registry
Try to start the 32Bit explorer:

Code: Select all

<Win+R> %WINDIR%\SysWow64\Explorer.exe /separate
and test if the property page is available in 32Bit explorer.
toggle the redirection with a command (eg. button)
copy the text from the code box into the clipboard and paste it into the button bar, or add an new button and select (magnifier button) the command cm_SwitchX64Redirection
Button pressed state indicates that the redirection is turned off. Turn it on and test again.

Regards
Holger
zackimuc
Junior Member
Junior Member
Posts: 3
Joined: 2009-05-19, 18:56 UTC

Post by *zackimuc »

It really looks like a 32bit Probleml under Win 2K8 x64, i could reproduce it on different systems. Will try to get answers in Microsoft forum. But thx for the help

Greez from Bavaria

Zackimuc
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48232
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

I have just updated my sampke right click tool to support drive roots too. You can download it here:

https://plugins.ghisler.com/addons/samplerightclick.zip

Just change the path to c:\ or c: and right click on the window background. This tool works exactly like Total Commander, but it's a C program instead of Delphi.

Do you get the problem with it too?
Author of Total Commander
https://www.ghisler.com
Post Reply