How can I open a program always in 600x400? [closed] - windows

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
How can I open a program always in 600x400? When I restart the computer I don't wanna configure again, how can I do this?
Observation: My resolution is 1920x1080 and I wanna open the program in 600x400 without change my resolution.
Sorry for my english, I don't speak very well this language.

It depends on the program you want to open.
Some programs have a specific setting for this case.
Take a look on the documentation, or you can try to go to Regedit and look for the Key of program that you want to start with 600x400.
In the Key HKEY_LOCAL_MACHINE\Software\(CompanyName)\(SoftwareName)
Normally there is some settings about size of the window.
Good luck.

To change your display resolution from the command line - try the free nircmd.exe from http://www.nirsoft.net/

Related

How to remove unwanted program from startup [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
This just started to show up on my Windows10 machine. No browser is open. The down arrow includes a "feedback" option that goes to a .cn website. (I don't understand mandarin!) Right clicking does nothing.
How do I make this go away? Is this machine infected?
This is probably something that got install with another package. They often have a checkbox that says install(some crap) and we just click accept without noticing that small checkbox.
You can probably find out what it is by screening trough your running process. Find and destroy that executable. check your mscongif as well.
and you should probably get an Anti Virus.

Is there a way to see what command are run on your computer? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I was wondering how I could see the actions that are done on my computer but on my cmd prompt.
For example: Imagine I click on the shortcut Google Chrome on my desktop, then this will appear on my cmd prompt (or anywhere else):
C:\Program Files (x86)\Google\Chrome\Application\Chrome.exe
modulo the - and -- arguments but that was just for the example.
Thanks!
Try Process Monitor (also called ProcMon), filtered on ProcessCreate. It'll list every process that gets created, along with the arguments and lots of other useful information.

A issue with my computer,strange [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
what's the matter with it? Windows10
sometimes , I open my computer(laptop),the application's icon will be strange,just like,the picture below.
but once i fresh the desktop them may be normal. if i continue freshing,them may be abnormal instead.
and my source manager will can not open just like the third picture below.
I had already tried to solve this problem but it didn't work.
who knows the problem?
I am so sorry that i don't have 10 reputation point to post image
I think i know what you mean. I think all your desktop icons are a white. It's usually fixed by using CCleaner which can be downloaded here: https://www.piriform.com/ccleaner/download
And you also need around 1 gigabyte of free data on your C:\ drive. If the problem still persists then i recommend you to clean the icon cache:
https://superuser.com/questions/499078/refresh-icon-cache-without-rebooting

How to make a batch file fullscreen? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I want to make a batch file that when it opens it goes fullscreen, or if that is not possible at least be a bit bigger than it's default.
Try this
mode con lines=32766
This will change the buffer-size and also will make it full screen in terms of heights.
You can use the following
mode con: cols=[YourValue] lines=[YourValue]
Create a shortcut.
Go to Properties and adjust the size, colour, layout and other things...
Or do you mean when it runs...??
So..
mode con: cols=100 lines=40
doesn't work for you? Does for me (Win7)
use the start command :
start "" /MAX "cmd /K c:\temp\test.bat"

Windows disappear but still in task manager. How to get them back? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
I have this problem now for a long time.
It happens that for example I have many Command prompt windows and notepad opened and suddenly I realize the windows are gone but the processes are still in Task manager.
Does anyone know what is going on. Did I press some kind of shortcut for this to happen.
Can I get them back somehow?
I found the culprit.
I started this software which caused the problems:
http://tribe.nu/Blockify.html

Resources