Questions tagged as 'windows'

2
answers

ERRORLEVEL command with colors?

I created a script bat to tess some links, to using the command ping with errorlevel and it worked perfectly, but wanted that when I did not have communication, that is, did not dribble, it was of another color, red type. If...
asked by 04.12.2014 / 16:36
1
answer

Set Google Chrome homepage programmatically

To set the homepage of Internet Explorer, we can do as follows: REG ADD "HKCU\Software\Microsoft\Internet Explorer\Main" /V "Start Page" /D "http://www.google.com/" /F But for Google Chrome things get complicated and I do not know the right...
asked by 23.12.2014 / 01:36
0
answers

Is there a way to use two versions of PHP on the same server?

Is there a way to use two versions of PHP on the same Windows server? I have an application that only works in version 5 and I have another that only works in version 7. I use XAMPP for Windows in both versions and I would like to know if...
asked by 19.01.2018 / 21:23
0
answers

Call to undefined function fastcgi_finish_request ()

I have a Linux server where php is configured with nginx + fcgi. The fastcgi_finish_request function works correctly as expected. I have another machine with Windows 10, configured with apache + fcgi. The windows httpd.conf file has the...
asked by 28.02.2017 / 14:26
1
answer

How to make your program reliable - windows security

I finished a step of a program and we will start putting it into production, however, when running the program, the following message is always displayed: What should I do to make my program reliable? and stop displaying this message?...
asked by 31.03.2017 / 04:56
1
answer

Include task in Windows task scheduler via batch

I set up various types of backups by batch, the codes are not pertinent to this question, however what is difficult is to configure them by the Windows Task Scheduler. Is there a way to add these tasks by batch? I would like to be able to...
asked by 02.10.2017 / 17:08
0
answers

How to open CD-ROM in C? [closed]

I want to create a C algorithm to open and close the CD-ROM drive, I took a look at some tutorials but they did not work. I would like to know which libraries to use.     
asked by 11.10.2017 / 13:03
1
answer

Why does the operating system use SWAP when it still has RAM [closed]

I learned that virtual memory (SWAP) was only used when RAM had reached its maximum capacity (or near). But, I realize that it is not quite like this, according to this image that I took of the performance of my computer: Why does thi...
asked by 07.10.2015 / 19:32
1
answer

Crystal Report runtime is locking [closed]

Hello, I'm trying to fix an error in my application, I used FUSLOGVW.exe to find out which ones are missing the dlls that were missing. It's giving me back this msg: But the dll msvcm80.dll hand is part of my project, how can I do it to include...
asked by 30.06.2015 / 14:53
2
answers

How to minimize a C # application?

How do I minimize or close (to the tray) any C # application? I'm trying to minimize TeamSpeak to the system tray.     
asked by 14.12.2017 / 21:46