Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Windows XP

Windows XP Discuss the Microsoft Windows XP Operating System

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 01-12-2008, 06:50 AM
eljainc
Newsgroup Contributor
 
Posts: n/a
CMD Shell properties in WinXP Professional

Hello, I've changed the shell to be a batch file, instead of using the
standard explore.exe as done in the registry under the following:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
\Winlogon.

When my batch file loads at startup, it runs fine. However I can see a
tiny little window in the lower left (actually it is just the titlebar
with the border icons (for minimize/restore/close). Is there a way
that I can make this so it will be invisible? Could I possibly use a
batch file compiler? Would that fix this problem?

Thanks
Mike
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 01-12-2008, 06:50 AM
  #2 (permalink)  
Old 01-12-2008, 09:40 AM
Terry R.
Newsgroup Contributor
 
Posts: n/a
Re: CMD Shell properties in WinXP Professional

The date and time was 1/12/2008 6:42 AM, and on a whim, eljainc pounded
out on the keyboard:

> Hello, I've changed the shell to be a batch file, instead of using the
> standard explore.exe as done in the registry under the following:
>
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
> \Winlogon.
>
> When my batch file loads at startup, it runs fine. However I can see a
> tiny little window in the lower left (actually it is just the titlebar
> with the border icons (for minimize/restore/close). Is there a way
> that I can make this so it will be invisible? Could I possibly use a
> batch file compiler? Would that fix this problem?
>
> Thanks
> Mike


Hi Mike,

A batch file will be passed to CMD.EXE (or command.com if specified) for
execution, which will have a momentary appearance on the screen. Years
ago I used a program that would convert batch commands to an exe. A
google search brought this up:
http://www.download.com/3000-2069_4-10715331.html

Give that a try.

Report back,

--
Terry R.

***Reply Note***
Anti-spam measures are included in my email address.
Delete NOSPAM from the email address after clicking Reply.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 01-12-2008, 09:41 AM
Pegasus \(MVP\)
Newsgroup Contributor
 
Posts: n/a
Re: CMD Shell properties in WinXP Professional


"eljainc" <eljainc@sbcglobal.net> wrote in message
news:f7d46d75-8cd8-405a-bfc2-c0bd2a8a60d8@u10g2000prn.googlegroups.com...
> Hello, I've changed the shell to be a batch file, instead of using the
> standard explore.exe as done in the registry under the following:
>
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
> \Winlogon.
>
> When my batch file loads at startup, it runs fine. However I can see a
> tiny little window in the lower left (actually it is just the titlebar
> with the border icons (for minimize/restore/close). Is there a way
> that I can make this so it will be invisible? Could I possibly use a
> batch file compiler? Would that fix this problem?
>
> Thanks
> Mike


What exactly is the purpose of replacing the standard shell?


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 01-12-2008, 05:41 PM
eljainc
Newsgroup Contributor
 
Posts: n/a
Re: CMD Shell properties in WinXP Professional

On Jan 12, 11:35 am, "Pegasus \(MVP\)" <I....@fly.com.oz> wrote:
> "eljainc" <elja...@sbcglobal.net> wrote in message
>
> news:f7d46d75-8cd8-405a-bfc2-c0bd2a8a60d8@u10g2000prn.googlegroups.com...
>
> > Hello, I've changed the shell to be a batch file, instead of using the
> > standard explore.exe as done in the registry under the following:

>
> > HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
> > \Winlogon.

>
> > When my batch file loads at startup, it runs fine. However I can see a
> > tiny little window in the lower left (actually it is just the titlebar
> > with the border icons (for minimize/restore/close). Is there a way
> > that I can make this so it will be invisible? Could I possibly use a
> > batch file compiler? Would that fix this problem?

>
> > Thanks
> > Mike

>
> What exactly is the purpose of replacing the standard shell?


I would like to make the program start up seemless (for the most part)
without the windows taskbar or start menu.That is why I'm replacing
the standard shell.

Mike
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 01-12-2008, 11:30 PM
Pegasus \(MVP\)
Newsgroup Contributor
 
Posts: n/a
Re: CMD Shell properties in WinXP Professional


"eljainc" <eljainc@sbcglobal.net> wrote in message
news:6da37261-6739-470c-adae-8b04c4834c9f@k2g2000hse.googlegroups.com...
> On Jan 12, 11:35 am, "Pegasus \(MVP\)" <I....@fly.com.oz> wrote:
>> "eljainc" <elja...@sbcglobal.net> wrote in message
>>
>> news:f7d46d75-8cd8-405a-bfc2-c0bd2a8a60d8@u10g2000prn.googlegroups.com...
>>
>> > Hello, I've changed the shell to be a batch file, instead of using the
>> > standard explore.exe as done in the registry under the following:

>>
>> > HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
>> > \Winlogon.

>>
>> > When my batch file loads at startup, it runs fine. However I can see a
>> > tiny little window in the lower left (actually it is just the titlebar
>> > with the border icons (for minimize/restore/close). Is there a way
>> > that I can make this so it will be invisible? Could I possibly use a
>> > batch file compiler? Would that fix this problem?

>>
>> > Thanks
>> > Mike

>>
>> What exactly is the purpose of replacing the standard shell?

>
> I would like to make the program start up seemless (for the most part)
> without the windows taskbar or start menu.That is why I'm replacing
> the standard shell.
>
> Mike


A more convential method to start a program seamlessly would
be to start it via the "Run" registry key or as a service (if no
interaction with the foreground session is needed).


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 01-14-2008, 07:30 AM
eljainc
Newsgroup Contributor
 
Posts: n/a
Re: CMD Shell properties in WinXP Professional


> A more convential method to start a program seamlessly would
> be to start it via the "Run" registry key or as a service (if no
> interaction with the foreground session is needed).


Would that still remove the appearance of the taskbar and start menu?
I can give it a shot.

Mike

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 01-14-2008, 08:51 AM
Pegasus \(MVP\)
Newsgroup Contributor
 
Posts: n/a
Re: CMD Shell properties in WinXP Professional


"eljainc" <eljainc@sbcglobal.net> wrote in message
news:8f86ac5e-b8a4-41e9-9800-3bd9464b5483@f47g2000hsd.googlegroups.com...
>
>> A more convential method to start a program seamlessly would
>> be to start it via the "Run" registry key or as a service (if no
>> interaction with the foreground session is needed).

>
> Would that still remove the appearance of the taskbar and start menu?
> I can give it a shot.
>
> Mike
>


No, the Task Bar and the Start Button would remain visible.
I suspect that you may have to replace the command shell
with an executable in order to meet your requirements, not
just with a humble batch file.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #8 (permalink)  
Old 01-15-2008, 01:30 PM
eljainc
Newsgroup Contributor
 
Posts: n/a
Re: CMD Shell properties in WinXP Professional

>
> Hi Mike,
>
> A batch file will be passed to CMD.EXE (or command.com if specified) for
> execution, which will have a momentary appearance on the screen. *Years
> ago I used a program that would convert batch commands to an exe. *A
> google search brought this up:http://www.download.com/3000-2069_4-10715331..html
>
> Give that a try.
>
> Report back,
> Terry R.


Terry,

I downloaded the BAT2EXE program and converted the batch file to an
EXE. It does not behave any differently. The little window still
appears.

Mike
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
WinXP Professional x64 driver for Realtek 8029AS Man-wai Chang Windows XP 3 02-15-2007 02:32 AM
Windows Media Encoder can't read input on WinXP 64, but can on WinXP 32 Kurt Swanson Windows Media 1 02-04-2007 10:41 AM
WinXP boot disk, WinXP DOS Patches Forever Windows XP 13 01-04-2007 06:19 AM
WinXP System Properties CPU error? Chris May Windows XP 3 01-04-2007 02:01 AM
Possible bug in shell? Pierre Windows Vista 1 01-02-2007 10:26 AM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 05:13 AM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0