HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Software Newsgroups > Windows Vista

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1  
Old 08-27-2007, 11:32 PM
Cherish
Guest
 
Posts: n/a
Default Sidebar disappeared

The Vista sidebar suddenly gone, along with all the gadgets. It doesn't show
up at startup, it refuses to start manually, it doesn't appear at the system
tray, it's not on the processes list. I was unable to delete settings.ini
located at Program Files\Windows Sidebar, neither by pressing delete, nor by
using Unlocker. I don't use System Restore (there are several reasons for
that). I've seen some people complaining about similar problem on some other
MS forums, but no one gave any useful advice.
Using Vista Home Premium x86, all updates installed.
Does anybody know what should I try? Thanks in advance.

Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
  #2  
Old 08-27-2007, 11:53 PM
Richard Urban
Guest
 
Posts: n/a
Default Re: Sidebar disappeared

Start | Search | Sidebar

Click on Windows Sidebar in the top pane.

--


Regards,

Richard Urban
Microsoft MVP Windows Shell/User
(For email, remove the obvious from my address)


"Cherish" <cherish@pochta.ru> wrote in message
news:F90F2838-B258-47AE-9E90-ECE970C127BB@microsoft.com...
> The Vista sidebar suddenly gone, along with all the gadgets. It doesn't
> show
> up at startup, it refuses to start manually, it doesn't appear at the
> system
> tray, it's not on the processes list. I was unable to delete settings.ini
> located at Program Files\Windows Sidebar, neither by pressing delete, nor
> by
> using Unlocker. I don't use System Restore (there are several reasons for
> that). I've seen some people complaining about similar problem on some
> other
> MS forums, but no one gave any useful advice.
> Using Vista Home Premium x86, all updates installed.
> Does anybody know what should I try? Thanks in advance.
>


Reply With Quote
  #3  
Old 08-28-2007, 12:46 AM
Neal Van Eck
Guest
 
Posts: n/a
Default Re: Sidebar disappeared

Happened to me; had to start it from it's directory with run as admin even
thought my logon was in the admin group. Problem turned out to be the defrag
option of a registry cleaner. Fix was to restore registry.


"Cherish" <cherish@pochta.ru> wrote in message
news:F90F2838-B258-47AE-9E90-ECE970C127BB@microsoft.com...
> The Vista sidebar suddenly gone, along with all the gadgets. It doesn't
> show
> up at startup, it refuses to start manually, it doesn't appear at the
> system
> tray, it's not on the processes list. I was unable to delete settings.ini
> located at Program Files\Windows Sidebar, neither by pressing delete, nor
> by
> using Unlocker. I don't use System Restore (there are several reasons for
> that). I've seen some people complaining about similar problem on some
> other
> MS forums, but no one gave any useful advice.
> Using Vista Home Premium x86, all updates installed.
> Does anybody know what should I try? Thanks in advance.
>


Reply With Quote
  #4  
Old 08-28-2007, 04:37 AM
Ramesh, MS-MVP
Guest
 
Posts: n/a
Default Re: Sidebar disappeared

Hi Cherish,

See if this post from Craig helps.

<quote>

I've also had this problem for the last few weeks, though happily I fixed it
today.

This was in part with a call with MS support, and in part watching what
sidebar.exe was doing with Procmon. I'm not certain that my reasoning is
correct below, but you may get some mileage from it.

I suspect that an application had installed a duff copy of atl.dll (in my
case I think it was from HP's IPaq Choice Points program - as procmon showed
a reference to an HP directory when sidebar tried to start up).

I uninstalled the HP program to be sure. In the same way you may wish to
search your machine to see if you have multiple copies of atl.dll before
starting.

Upon the advice of MS support, I unregistered a couple of sidebar DLLs. This
took me a little while as I didn't realise the DLL's are in Program
Files\Windows Sidebar directory (windows search never found them for me,
which is a touch annoying). Anyway to do this bit:

1. Start an elevated privileges command prompt
2. cd "\Program Files\Windows Sidebar"
3. regsvr32 -u sbdrop.dll
4. regsvr32 -u wlsrvc.dll

I then tried to re-register them, but it wouldn't work - I just got an error
message. After some hunting around, I decided to first register (re-register
?) ati.dll. I didn't try to unregister it first, and as I definitely only
had one ati.dll now, I didn't have to go looking for it to check I had the
right one - but you might have to. I don't know what will happen in you
unregister ati.dll so be warned.

So the next bit as I did it is:

1. From the same elevated command prompt (still in the C:\Program
Files\Windows Sidebar) directory
2. regsvr32 ati.dll
3. regsvr32 sbdrop.dll
4. regsvr32 wlsrvc.dll

With the ati.dll done first, the Sidebar DLLs registered fine. Then I tried
to start sidebar.exe again and it came up fine.

I had over previous weeks deleted all the sidebar settings and such like in
an attempt to get it working, so I guess that might still be necessary as
well - but my feeling is that it's really to do with the dll's above and the
settings removal isn't important.

Hope it works out for you, because this was annoying the heck out of me for
weeks.

Craig.

</quote>

Ref: http://groups.google.com/group/micro...67f1868f0de080
Newsgroups: microsoft.public.windows.vista.general
From: SStarman <SStar...@discussions.microsoft.com>
Date: Sun, 4 Mar 2007 06:24:54 -0800
Local: Sun, Mar 4 2007 7:24 pm
Subject: RE: Sidebar will not launch

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
WindowsR Troubleshooting http://www.winhelponline.com


"Cherish" <cherish@pochta.ru> wrote in message news:F90F2838-B258-47AE-9E90-ECE970C127BB@microsoft.com...
The Vista sidebar suddenly gone, along with all the gadgets. It doesn't show
up at startup, it refuses to start manually, it doesn't appear at the system
tray, it's not on the processes list. I was unable to delete settings.ini
located at Program Files\Windows Sidebar, neither by pressing delete, nor by
using Unlocker. I don't use System Restore (there are several reasons for
that). I've seen some people complaining about similar problem on some other
MS forums, but no one gave any useful advice.
Using Vista Home Premium x86, all updates installed.
Does anybody know what should I try? Thanks in advance.
Reply With Quote
  #5  
Old 10-30-2007, 09:50 PM
Envy
Guest
 
Posts: n/a
Default Re: Sidebar disappeared


how do you register stuff
"Ramesh, MS-MVP" wrote:

> Hi Cherish,
>
> See if this post from Craig helps.
>
> <quote>
>
> I've also had this problem for the last few weeks, though happily I fixed it
> today.
>
> This was in part with a call with MS support, and in part watching what
> sidebar.exe was doing with Procmon. I'm not certain that my reasoning is
> correct below, but you may get some mileage from it.
>
> I suspect that an application had installed a duff copy of atl.dll (in my
> case I think it was from HP's IPaq Choice Points program - as procmon showed
> a reference to an HP directory when sidebar tried to start up).
>
> I uninstalled the HP program to be sure. In the same way you may wish to
> search your machine to see if you have multiple copies of atl.dll before
> starting.
>
> Upon the advice of MS support, I unregistered a couple of sidebar DLLs. This
> took me a little while as I didn't realise the DLL's are in Program
> Files\Windows Sidebar directory (windows search never found them for me,
> which is a touch annoying). Anyway to do this bit:
>
> 1. Start an elevated privileges command prompt
> 2. cd "\Program Files\Windows Sidebar"
> 3. regsvr32 -u sbdrop.dll
> 4. regsvr32 -u wlsrvc.dll
>
> I then tried to re-register them, but it wouldn't work - I just got an error
> message. After some hunting around, I decided to first register (re-register
> ?) ati.dll. I didn't try to unregister it first, and as I definitely only
> had one ati.dll now, I didn't have to go looking for it to check I had the
> right one - but you might have to. I don't know what will happen in you
> unregister ati.dll so be warned.
>
> So the next bit as I did it is:
>
> 1. From the same elevated command prompt (still in the C:\Program
> Files\Windows Sidebar) directory
> 2. regsvr32 ati.dll
> 3. regsvr32 sbdrop.dll
> 4. regsvr32 wlsrvc.dll
>
> With the ati.dll done first, the Sidebar DLLs registered fine. Then I tried
> to start sidebar.exe again and it came up fine.
>
> I had over previous weeks deleted all the sidebar settings and such like in
> an attempt to get it working, so I guess that might still be necessary as
> well - but my feeling is that it's really to do with the dll's above and the
> settings removal isn't important.
>
> Hope it works out for you, because this was annoying the heck out of me for
> weeks.
>
> Craig.
>
> </quote>
>
> Ref: http://groups.google.com/group/micro...67f1868f0de080
> Newsgroups: microsoft.public.windows.vista.general
> From: SStarman <SStar...@discussions.microsoft.com>
> Date: Sun, 4 Mar 2007 06:24:54 -0800
> Local: Sun, Mar 4 2007 7:24 pm
> Subject: RE: Sidebar will not launch
>
> --
> Regards,
>
> Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
> WindowsR Troubleshooting http://www.winhelponline.com
>
>
> "Cherish" <cherish@pochta.ru> wrote in message news:F90F2838-B258-47AE-9E90-ECE970C127BB@microsoft.com...
> The Vista sidebar suddenly gone, along with all the gadgets. It doesn't show
> up at startup, it refuses to start manually, it doesn't appear at the system
> tray, it's not on the processes list. I was unable to delete settings.ini
> located at Program Files\Windows Sidebar, neither by pressing delete, nor by
> using Unlocker. I don't use System Restore (there are several reasons for
> that). I've seen some people complaining about similar problem on some other
> MS forums, but no one gave any useful advice.
> Using Vista Home Premium x86, all updates installed.
> Does anybody know what should I try? Thanks in advance.
>

Reply With Quote
  #6  
Old 12-17-2007, 08:05 AM
Agent Bristow
Guest
 
Posts: n/a
Default Re: Sidebar disappeared


Ramesh, MS-MVP;436041 Wrote:
> Hi Cherish,
>
> See if this post from Craig helps.
>
> <quote>
>
> I've also had this problem for the last few weeks, though happily I
> fixed it
> today.
>
> This was in part with a call with MS support, and in part watching what
>
> sidebar.exe was doing with Procmon. I'm not certain that my reasoning
> is
> correct below, but you may get some mileage from it.
>
> I suspect that an application had installed a duff copy of atl.dll (in
> my
> case I think it was from HP's IPaq Choice Points program - as procmon
> showed
> a reference to an HP directory when sidebar tried to start up).
>
> I uninstalled the HP program to be sure. In the same way you may wish
> to
> search your machine to see if you have multiple copies of atl.dll
> before
> starting.
>
> Upon the advice of MS support, I unregistered a couple of sidebar DLLs.
> This
> took me a little while as I didn't realise the DLL's are in Program
> Files\Windows Sidebar directory (windows search never found them for
> me,
> which is a touch annoying). Anyway to do this bit:
>
> 1. Start an elevated privileges command prompt
> 2. CD \"\PROGRAM FILES\WINDOWS SIDEBAR\"
> 3. regsvr32 -u sbdrop.dll
> 4. regsvr32 -u wlsrvc.dll
>
> I then tried to re-register them, but it wouldn't work - I just got an
> error
> message. After some hunting around, I decided to first register
> (re-register
> ?) ati.dll. I didn't try to unregister it first, and as I definitely
> only
> had one ati.dll now, I didn't have to go looking for it to check I had
> the
> right one - but you might have to. I don't know what will happen in you
>
> unregister ati.dll so be warned.
>
> So the next bit as I did it is:
>
> 1. From the same elevated command prompt (still in the C:\Program
> Files\Windows Sidebar) directory
> 2. regsvr32 ati.dll
> 3. regsvr32 sbdrop.dll
> 4. regsvr32 wlsrvc.dll
>
> With the ati.dll done first, the Sidebar DLLs registered fine. Then I
> tried
> to start sidebar.exe again and it came up fine.
>
> I had over previous weeks deleted all the sidebar settings and such
> like in
> an attempt to get it working, so I guess that might still be necessary
> as
> well - but my feeling is that it's really to do with the dll's above
> and the
> settings removal isn't important.
>
> Hope it works out for you, because this was annoying the heck out of me
> for
> weeks.
>
> Craig.
>
> </quote>
>
> Ref: 'Sidebar will not launch - microsoft.public.windows.vista.general
> | Google Groups'
> (http://groups.google.com/group/micro...67f1868f0de080)
> Newsgroups: microsoft.public.windows.vista.general
> From: SStarman <SStar...@xxxxxx>
> Date: Sun, 4 Mar 2007 06:24:54 -0800
> Local: Sun, Mar 4 2007 7:24 pm
> Subject: RE: Sidebar will not launch
>
> --
> Regards,
>
> Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
> WindowsR Troubleshooting 'Windows XP and Windows Vista -
> Troubleshooting, Tips & Fixes' (http://www.winhelponline.com)
>
>
> "Cherish" <cherish@xxxxxx> wrote in message
> news:F90F2838-B258-47AE-9E90-ECE970C127BB@xxxxxx
> The Vista sidebar suddenly gone, along with all the gadgets. It doesn't
> show
> up at startup, it refuses to start manually, it doesn't appear at the
> system
> tray, it's not on the processes list. I was unable to delete
> settings.ini
> located at Program Files\Windows Sidebar, neither by pressing delete,
> nor by
> using Unlocker. I don't use System Restore (there are several reasons
> for
> that). I've seen some people complaining about similar problem on some
> other
> MS forums, but no one gave any useful advice.
> Using Vista Home Premium x86, all updates installed.
> Does anybody know what should I try? Thanks in advance.



shouldn't that be, cd "c:\Program Files\Windows Sidebar"
My sidebar dissappeared also and i didn't work with the previous path.
Only when i typed in this path: cd "c:\Program Files\Windows Sidebar",
i managed to get to step 3


--
Agent Bristow
Reply With Quote
  #7  
Old 11-03-2009, 04:17 PM
sharee100
Guest
 
Posts: n/a
Default Re: Sidebar disappeared


for solution see top line above...START/ In the START SEARCH box type
SIDEBAR. Click on the WINDOWS SIDEBAR program at the top of the list.
Voila! Sidebar reappears. Thank you to Richard Urban for such a
brilliant and simple solution. I went to Microsoft support site and got
an answer that no one would be able to follow.


--
sharee100
------------------------------------------------------------------------
sharee100's Profile: http://forums.techarena.in/members/151344.htm
View this thread: http://forums.techarena.in/vista-help/809110.htm

http://forums.techarena.in

Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
File Disappeared!!?? phil6666 Windows Vista 11 06-24-2009 12:33 AM
Windows Sidebar disappeared Ron Windows Vista 6 11-14-2007 12:12 AM
language bar disappeared Pandora Windows Vista 3 07-18-2007 01:28 PM
Theme your sidebar: Windows Sidebar Styler Tiberious Windows Vista 2 05-16-2007 03:33 AM
Icons disappeared! Allen Windows XP 4 04-24-2007 03:25 AM


All times are GMT. The time now is 11:30 AM.


Powered by vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger