Most voted "windows" questions
Microsoft Windows is a family of operating systems created by Microsoft, a company founded by Bill Gates and Paul Allen. Prior to the NT version, it was a graphical interface to the MS-DOS operating system. Windows is a commercial product, with differentiated prices for each of its versions.
Learn more…704 questions
Sort by count of
-
0
votes1
answer147
viewsReference error in winsock2
I am wanting to create a socket in c with the windows api winsock2.h but while trying to compile my code returns me the following error Undefined referrence to Wsastartup Undefined referrence to…
-
0
votes1
answer719
viewsHow do I open a window, like windows explorer, from a website
I’m developing a website that will work with images. The images are on the micro site. I want to take all the images (are +- 10 images) that are in a folder and put them in a grid. Then allow a zoon…
-
0
votes0
answers234
viewsHibernate pages in Chrome instead of closing
In Windows we can instead of turning off we can switch to hibernate option and so we do not need to worry about closing anything because when turn on again will be exactly in the same session as…
-
0
votes0
answers931
viewsFTP connection on Windows Server 2012 R2
I have a server Win Server 2012 R2 which has IIS installed and an FTP site created, I also created a user for FTP use. I configured as external port for FTP connection on the firewall the port:…
-
0
votes1
answer333
viewsIs there any way to create an environment variable by IIS?
I have an application running on local IIS and also in production. In this application, I have a feature where, when an error occurs, an email is sent. The problem is I don’t want that to happen…
-
0
votes1
answer315
viewsHow to make xampp server local for other stations?
I’m doing this on a windows server 2016 but keeps returning error 500 "Internal Server Error" when I type its ip on another local machine
-
0
votes1
answer34
viewsAvoid Windows compatibility mode
I’m maintaining an old code in c#. The program was installed on Windows 7 at the time it was created, now with Windows 10 it is necessary to run with compatibility mode to work. Compiling with a…
-
0
votes1
answer446
viewsError Adding IIS in windows 7
I’m trying to add IIS 10.0 to my Windows 7 Ultimate(64x), but when I go to Enable and Disable Windows Features and it appears written on the screen Please wait... but then returns me a totally white…
-
0
votes1
answer248
viewsHow to move a window using a button? c#
I have an application in WPF that has no borders or background, it’s just a stylized button with an image and a frame, but I would like it to be possible to move it. My current code is like this:…
-
0
votes1
answer2811
viewsUpload an entire folder via FTP using DOS
I need to upload a folder (~300mb) that contains files from a framework (Magento) to the cloud server where my application is. The server GUI only allows you to upload files individually and the…
-
0
votes0
answers528
viewsFolder Permissions with Samba
Good evening, everyone. I have a file server on Linux, which is consumed on Windows. Each department has its own specific folder (and they all use a public folder), and I need only the user of that…
-
0
votes1
answer190
viewspython : Wait event on keyboard, with minimized script?
I wonder if there is a way to detect events on the keyboard with my minimized script. I’ve tried several methods like msvcrt.getch(), input("") and others but they only work with the focus on the…
-
0
votes1
answer544
viewsKivy does not run error in text editor
Hello I just installed kivy in windows following the step-by-step kivy.org site. When I try to run a test script, I get a message on the pycharm console that the execution has been aborted: "Unable…
-
0
votes1
answer137
viewsError uploading mysql container (with volume)
Good evening. I’m learning Docker and can’t move up a Mysql container when I add a mapping volume. Follow the errors and the Docker-Compose.yml file below. I am using Docker Toolbox in Windows 10.…
-
0
votes0
answers1123
viewsFind File and Replace Word in XML or TXT
Hello, I have to create a DOS (Windows) command line script, which locates one or several files. xml that are located in a certain directory and change a value of a tag, this tag can be fixed, IE, I…
-
0
votes2
answers736
viewsSystem.IO.Ioexception: The user name or password is incorrect
I built an application using Asp.net where in a few moments of the application I need to access a directory and scan files and sometimes move and delete them. On my micro worked perfectly, but when…
-
0
votes1
answer255
viewsHow to get around a GOTO problem in PHP
I have a small package manager in the terminal of own use and that manages my Framework, and I am giving an improvement on it, and falls into a problem where I can not loop without using goto, as in…
-
0
votes1
answer524
viewsHow to put space before the SET/P variable in Batch?
I intend to set the variable in the middle of the screen, but I can’t place it! |____não_funciona____|set /p variável=um |____funciona____|%variável% Thanks in advance!…
-
0
votes1
answer724
viewsBatch with parameters in Sqlplus
Hello, I need to create a batch file that drops the database user, recreates and imports the database with an existing backup. I have already created a routine that drops in the user and recreates…
-
0
votes2
answers235
viewsHow to change the appearance of the form according to the operating system?
When developing a project in C# (Windows Form Application) the appearance of the application window (borders) is in accordance with the OS in which I am running the application (Windows XP, Vista,…
-
0
votes0
answers51
viewsIs it possible to run a Windows executable stored in memory?
I have an executable that is not an . NET Framework Assembly stored in a byte[], and I intend to run it without creating a file dedicated to it for security reasons. The reason you don’t want to…
-
0
votes1
answer358
viewsAnaconda Python Installation - Pycharm Projects
I use Windows 10 and recently realized that my files and projects developed through IDE Pycharm, as well as the installation of the Anaconda package, are located in a folder in the directory…
-
0
votes1
answer107
viewsHow to reset Ubuntu bash password from windows 10?
I don’t remember my Ubuntu bash user password on Windows 10 how do I create a new password for my user?
-
0
votes0
answers246
viewsError 1042 when installing Mysql 8.011 in win 10
This error appears in the Starting Server part.…
-
0
votes2
answers51
viewsError Backing Up Windows Forms Database
Guys are having trouble solving this problem! My application is in Windows Forms. I need to perform Backup of data through the application itself, but when I run to perform it informs me of this…
-
0
votes1
answer38
viewsIs it possible to open a form with an ordinary user and another as an administrator in the same application?
I have a program that in certain parts needs to be run as an administrator, in others it needs to be run as an ordinary user. Example: configuracoes.Show() 'Esse será executado como usuário comum'…
-
0
votes2
answers1270
viewsIs the dot and comma character (;) allowed in filenames?
The character ";" is allowed in filenames? In windows you can use the character ";" in naming files without any problem, but I do not know if the same rule is for Mac or Linux. I researched file…
-
0
votes0
answers41
viewsCreate database
I’m trying to create a database on postgres but am getting the following message: ERROR: cannot set transaction read-write mode During Recovery I have uninstalled, cleaned the registry, installed…
-
0
votes1
answer165
viewsPrint memory available in C
How to know the amount of memory available before doing the malloc()? I would like to print the memory value that is still available in order to be allocated, the code has to run on Windows and…
-
0
votes0
answers214
viewsSocket Bluetooth Windows - Can’t connect to device:(10049)
I am having socket error problems with code 10049 when I try to connect a bluetooth SSP device, serial port service, in Delphi Tokyo 10.2 in Windows environment using a Tbluetoothsocket class. Error…
-
0
votes2
answers5048
viewsRun . BAT in the background on Windows startup
How can I run this BAT script in the background or invisible or without window? I added .bat in Startup, it shows the terminal running, but I don’t want to show any window, I’ve used conversion tool…
-
0
votes0
answers40
viewsMysql Read HTTP URL
I would like mysql to read a url through a SELECT I searched and saw that you have an answer here. I did the whole procedure as it is in this link, but to no avail select would call the url as in…
-
0
votes0
answers1059
viewsError 1053 service did not respond to start or control request in a timely manner
Hello! I did a windows sending and mailing service, but am getting error 1053 while trying to start it. I looked at several articles and forums and could not solve the problem. Could anyone explain…
-
0
votes1
answer1173
viewsREACT-NATIVE ERROR
First good afternoon, I’m starting with React-Native now, and I followed a tutorial to configure my development environment (windows), ultilizing genymotion, however whenever I create a new project,…
-
0
votes1
answer1391
viewsError installing python library
I’m having a problem trying to install the library pyaudio in Windows. The following result appears: Command "c: users digia appdata local Programs python python37-32 python.exe -u -c "import…
-
0
votes1
answer68
viewsMonitor if files were inserted in a specific folder
Good morning friends, I would like an opinion or dirty from you in the following situation: In one of the company’s clients who work in the financial sector daily makes a download of an archive of…
-
0
votes1
answer619
viewsBatch File to access multiple directories and run python script in different command prompts
Hello everybody all right? I’m trying to create a bat file to run python scripts in different directories, something like that: C:\Test | --- Test1\example.py | --- Test2\example.py | ---…
-
0
votes1
answer43
viewsUse of library in different S.O
Guys,have been developing some projects in C but at a certain time there was the need to use the library "Windows. h". So far so good, the problem is that I develop with Linux and researched about…
-
0
votes1
answer238
viewsLogic for Boolean variables in ASP
Good morning, I do maintenance on a huge system, we have two servers, a test and another production, I happen to have the following problem: On the test server this condition does not return as…
-
0
votes2
answers62
viewsSimilar to Admob for Desktop?
Is there? I want to do a free program but I would like to have ad in specific locations of it. And charge the license to be able to remove this, as it works in apps today. Unfortunately Google (as…
-
0
votes1
answer240
viewsRun sh in java
I am trying to run a file in java with the following command System.out.println("Linux"); String[] env = {"PATH=/bin:/usr/bin/"}; String cmd = System.getProperty( "user.dir" ) +…
-
0
votes1
answer661
viewsDefine the execution period of an application
I developed a Python application that registers in the database accessing an email and reading each of the records, generating an Index per record. I need this application to run on the server…
-
0
votes0
answers242
viewsMultiple instances of the same windows service
I have a service running on Windows, but the client needs the same service to work on the same server to make different routines. I came across the following problem, if I install the same service…
-
0
votes1
answer678
viewsHow to print PDF’S with python by checking if the print was successful?
Is there any way to implement a python printing routine where it is possible to verify that the file has been printed successfully? I’ve tried using java with PDFBOX, but I couldn’t find a way to do…
-
0
votes0
answers41
viewsHow to know which is the SQL server tool?
I am at Visual Studio 2017 which is connected to the SQL server database ,SQL server is running on the Linux server, this server is running in the cloud. What I am trying to do is copy the database…
-
0
votes1
answer47
viewsAndroid Studio does not run any project
This is the error that always appears. I can’t run either on emulators or on my device. I tried to uninstall and install again, I tried to take and put back all the SDK (without success, nor…
-
0
votes2
answers278
viewsCHANGE PATH WINDOWS 7
Hello, to boot my Flutter course, one of the requirements is to change the windows path to 'flutter bin'. The problem is that my PATH already has a value and when I click on "edit", there is no list…
-
0
votes1
answer180
viewsScriptcase port 8090 external access
Dear, I have the following problem, I have a Windows Server 2012, in which I have installed the IIS, which works perfectly. I had to install another program (Scriptcase) that installs an Apache on…
-
0
votes2
answers62
viewsMinificar batch
Is there any kind of batch command or software to minify files .batch ? Just like exists with Minify to minify files .js or .css
-
0
votes1
answer99
viewsHow to compare two columns and return the sum?
Personal talk, I have the following table below, what I want is that it adds the Price (Column D) of all books with the Situation (Column AND) "Sold". I know I can do with the PROCV function. But I…