Support Network

Powered by the Skype Community

Reply
Occasional Visitor
kiran-vemuri
Posts: 3
Registered: 21-02-2012
Accepted Solution

problems with screens!

my skype sign in screen shows me this 

 what do i do with this??
this is the problem after i uninstall and install it many times! 

Please use plain text.
Super User
ruwim
Posts: 8,308
Registered: 27-06-2011

Re: problems with screens!

Please, answer first these questions:

 

What version of Windows are you on? Is it 32-bit or 64-bit?

 

http://support.microsoft.com/kb/827218

 

Go to Windows Start and in the Search box type winver.exe and then press Enter.

 

What is the version of Internet Explorer installed on your computer?

 

In Internet Explorer go to Help -> About Internet Explorer

 

Please use plain text.
Occasional Visitor
kiran-vemuri
Posts: 3
Registered: 21-02-2012

Re: problems with screens!

internet explorer 9!

 

32-bit operating system!

and windows version

 

 windows 7 ultimate, version 6.1 build 7601: service pack 1

Please use plain text.
Super User
ruwim
Posts: 8,308
Registered: 27-06-2011

Re: problems with screens!

Try this:

 

Go to Windows Start -> All Programs -> Accessories -> Right click on Command Prompt, select 'Run as administrator'.

 

The Command Prompt window should show:

 

C:\Windows\System32>

 

If this is not the case, then in the Command Prompt type:  cd c:\windows\system32 and press Enter.

 

Type this and then press Enter:

 

regsvr32 jscript.dll

 

Next type this and press Enter:

 

regsvr32 jscript9.dll

 

After each Enter you should receive a message saying that DllRegisterServer in XXX.dll succeeded.

 

Reboot your computer.

 

Make now the test showing if your Internet Explorer can execute JavaScript.

 

Open in your Internet Explorer (no other browser but only IE) this page:

 

http://www.mistered.us/test/alert.shtml

 

Click on the “Simply Click This Button” button and watch the response.

 

 

Please use plain text.
Occasional Visitor
kiran-vemuri
Posts: 3
Registered: 21-02-2012

Re: problems with screens!

thanks buddy :happy:
that worked :happy:
Please use plain text.
Super User
ruwim
Posts: 8,308
Registered: 27-06-2011

Re: problems with screens!

Great:(y):

Please use plain text.
Occasional Visitor
karl1
Posts: 3
Registered: 22-02-2012

Re: problems with screens!

Hey, i have this exact same problem, but i tried this fix and it did not work for me. can you help me out?
Please use plain text.
Super User
ruwim
Posts: 8,308
Registered: 27-06-2011

Re: problems with screens!


karl1 wrote:
Hey, i have this exact same problem, but i tried this fix and it did not work for me. can you help me out?

Which part was not working?

 

What version of Windows are you on? Is it 32-bit or 64-bit?

 

What is the version of Internet Explorer installed on your computer?

 



Please use plain text.
Occasional Visitor
karl1
Posts: 3
Registered: 22-02-2012

Re: problems with screens!

Ok, its 64-bit windows, and internet explorer 9, although i usually use firefox as a browser (i did use IE when trying the fix before)
Please use plain text.
Super User
ruwim
Posts: 8,308
Registered: 27-06-2011

Re: problems with screens!


karl1 wrote:
Ok, its 64-bit windows, and internet explorer 9, although i usually use firefox as a browser (i did use IE when trying the fix before)

Go to Windows Start -> All Programs -> Accessories -> Right click on Command Prompt, select 'Run as administrator'.

 

The Command Prompt window should show:

 

C:\Windows\SysWoW64>

 

If what you are seeing is:

 

C:\Windows\System32>

 

then in the Command Prompt type: cd..  (2 dots are important) and press Enter.

 

Now you should see this in the Command Prompt:

 

C:\Windows>

 

Next type cd syswow64 and press Enter.

 

Now you should see this in the Command Prompt:

 

C:\Windows\SysWoW64>

 

Type this and then press Enter:

 

regsvr32 jscript.dll

 

Next type this and press Enter:

 

regsvr32 jscript9.dll

 

After each Enter you should receive a message saying that DllRegisterServer in XXX.dll succeeded.

 

Reboot your computer.

 

Make now the test showing if your Internet Explorer can execute JavaScript.

 

Open in your Internet Explorer (no other browser but only IE 32-bit version) this page:

 

http://www.mistered.us/test/alert.shtml

 

Click on the “Simply Click This Button” button and watch the response.

 

 

Please use plain text.