nhlbq
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.
Le Deal du moment :
Funko POP! Jumbo One Piece Kaido Dragon Form : ...
Voir le deal

Problème Winows 7 ou Vista 64 bits

Aller en bas

Problème Winows 7 ou Vista 64 bits Empty Problème Winows 7 ou Vista 64 bits

Message  Invité Ven 10 Déc - 22:43

Pour tous les messages d'erreurs dont:

Bug IWC tabctl32.ocx

Voici la procédure à suivre selon le forum Simon STHS:

Download the Manual Support File Installation File
-START -> RUN -> cmd
-Type the following line exact (after you should see a succeeded message)
regsvr32 /u Comdlg32.ocx
-Still in cmd, type the following (after you should see a succeeded message)
regsvr32 /u msstdfmt.dll
-Still in cmd, type the following (after you should see a succeeded message)
regsvr32 /u Mswinsck.ocx
-Still in cmd, type the following (after you should see a succeeded message)
regsvr32 /u TABCTL32.OCX
-Go into My Computer -> C: -> Windows -> System32
-Locate Comdlg32.ocx msstdfmt.dll Mswinsck.ocx and TABCTL32.OCX and delete them all
-Go into the SupportFiles.zip folder
-Copy Comdlg32.ocx msstdfmt.dll Mswinsck.ocx and TABCTL32.OCX and paste them into the System32 folder
-START -> RUN -> cmd
-Type the following line exact (after you should see a succeeded message)
regsvr32 Comdlg32.ocx
-Still in cmd, type the following (after you should see a succeeded message)
regsvr32 msstdfmt.dll
-Still in cmd, type the following (after you should see a succeeded message)
regsvr32 Mswinsck.ocx
-Still in cmd, type the following (after you should see a succeeded message)
regsvr32 TABCTL32.OCX
-Launch STHSClient



geek geek geek scratch scratch scratch

Invité
Invité


Revenir en haut Aller en bas

Problème Winows 7 ou Vista 64 bits Empty Re: Problème Winows 7 ou Vista 64 bits

Message  Invité Ven 10 Déc - 22:46

Seconde manière:

Here is a batch file I wrote to accomplish the steps outlined above.

Instructions:
1. Download the manual installation version of the support files and unzip them to a temporary directory.
2. Open Notepad in Windows.
3. Cut and paste everything within the Code box below into Notepad.
4. Save it as 'sthsvista.bat'.
5. Exit Notepad.
6. Double-click on sthsvista.bat to run the file.
7. Run STHS and create killer lines that will baffle all opponents!





@echo off
'sthsvista.bat
'
'Fixes STHS Vista problems
'

echo Unregistering old files...
regsvr32 /u Comdlg32.ocx
regsvr32 /u msstdfmt.dll
regsvr32 /u Mswinsck.ocx
regsvr32 /u TABCTL32.OCX
C:
cd\Windows\System32
echo Backing up old files...
move Comdlg32.ocx comdlg32.ocx.old
move msstdfmt.dll msstdfmt.dll.old
move Mswinsck.ocx Mswinsck.ocx.old
move TABCTL32.OCX TABCTL32.OCX.old
echo .
echo Go into the SupportFiles.zip folder that you created
echo Copy Comdlg32.ocx msstdfmt.dll Mswinsck.ocx and TABCTL32.OCX and paste them into the C:\Windows\System32 folder
echo When you are finished,
pause
echo Registering new files...
regsvr32 Comdlg32.ocx
regsvr32 msstdfmt.dll
regsvr32 Mswinsck.ocx
regsvr32 TABCTL32.OCX
echo STHS file update finished.


What a Face What a Face

Invité
Invité


Revenir en haut Aller en bas

Revenir en haut

- Sujets similaires

 
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum