MSFN Forum: [.shellClassInfo] After Unaatended Install - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

[.shellClassInfo] After Unaatended Install Rate Topic: -----

#1 User is offline   Nugzo 

  • Newbie
  • Group: Members
  • Posts: 17
  • Joined: 26-August 04

Posted 27 November 2004 - 02:48 AM

After Doing an Unattended Install. I get 2 Desktop config files Opening with notepad at startup. They are easy to get rid of after install. They bother me though and I want em gone before i have to see em! i did some research but was not real lucky. microsoft says just delete them from startup folder. Any way to do this through a registry tweak before Desktop? maybe something i can add along with my other registry tweaks. Any Help i Thank you in advance! heres Microsofts Solution Notepad Starts With "[.ShellClassInfo]

Attached File(s)




#2 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 27 November 2004 - 03:20 AM

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

or

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

or

HKEY_LOCAL_MACHINE (Same subkeys)

or u can delete it from startup folder if it exists

%UserProfile%\Start Menu\Startup
%AllUsersProfile%\Start Menu\Startup

they are self explanitory

#3 User is offline   Yzöwl 

  • Wise Owl
  • Group: Super Moderator
  • Posts: 4,195
  • Joined: 13-October 04
  • OS:Windows 7 x64

Posted 27 November 2004 - 06:01 AM

A few ideas,

The desktop.ini is related to using Active Desktop, therefore you could either:

1. Disable Active Desktop.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoActiveDesktop"=dword:00000001
Add this to one of your reg files.

2. Keep Active Desktop and refresh the screen, thus overwriting the desktop.ini file.
rundll32 user,repaintscreen
Add this to a batch at logon

Just change the ini file attributes:

3. The hidden /system attributes can be directly reapplied to the desktop.ini file.
@echo off
cd /D %HOMEDRIVE%\
attrib +S +H Desktop.ini /S
exit
Add this batch at logon

#4 User is offline   Nugzo 

  • Newbie
  • Group: Members
  • Posts: 17
  • Joined: 26-August 04

Posted 30 November 2004 - 12:44 AM

Thanks alot for help :P

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy