Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to launch dos program to full screen by default?

Status
Not open for further replies.

zacca

Technical User
Joined
Dec 25, 2003
Messages
333
Location
HK
Hi there,

Need to launch a command prompt via web citrix, done.
However user want that citrix launched command prompt in full screen, which I don't know. Can you tell me how to acheive it?

Many thanks!
 
try this (i found this here).

q=Y&a=tpc&s=50009562&f=12009443&m=431095614&p=1

Command Shell Full Screen vs Window Mode
To set the command shell console default to full screen mode or window mode, apply the following Windows NT / Windows 2000 registry hack.

Hive: HKEY_CURRENT_USER
Key: Console
Name: FullScreen
Type: REG_DWORD
Value: 0 window mode
Value: 1 fullscreen mode
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top