Questions tagged as 'windows'

1
answer

Access Denied when entering value in windows registry by Python

In an attempt to create a function that inserts a value into a windows registry key, I came across an error. I use Windows 8 and Python 3.5. The function is as follows: def inserir1(nome,path): import winreg key=winreg.OpenKey(winreg.H...
asked by 02.01.2017 / 21:59
1
answer

Edit txt file by bat

I have the following problem: In a Windows directory, I have 3 .txt files that are automatically created every day. Inside them there are several lines with information. I want to delete two lines that are always repeated in all .txt...
asked by 13.07.2016 / 14:45
1
answer

Save second line of a command in the Prompt

I need to save the second line of a command in Windows CMD, when using WMIC, it returns the product key in the second line, showing any message in the first line. I need to store this line in a variable, to apply the SLMGR command. Comando:<...
asked by 22.08.2016 / 18:58
1
answer

Git locking on windows

Hello, I am new to git, I installed it the first time and it worked normally, but I wanted to make some changes and could not, I decided to uninstall and install again, it did not work correctly anymore, I uninstalled and installed many times, b...
asked by 20.08.2016 / 15:56
1
answer

Generate executables with names other than "a.exe" by Sublime Text

I am using Sublime Text to write the codes and leave them in the workspace Every time I save a .c file, it generates an executable for Windows. When I save more than one .c code on the desktop and compile, it takes the pl...
asked by 05.03.2016 / 04:48
1
answer

Internet Explorer always in the foreground

I'm using IE in Kiosk mode and there was an error from another app up front. What I would like to do is that if any other window appears in Windows , do not appear above the IE window, leaving it always in the foreground.     
asked by 30.12.2015 / 12:57
1
answer

Compiling css with sass in Windows

I installed ruby on windows and installed sass. I have a css file that I want to use, but I do not know how to do it.     
asked by 15.01.2016 / 14:52
1
answer

Access denied when getting namespace binding time

I'm developing an application for Windows Phone and I'm using a namespace connection. The problem is that this namespace says that it does not have access to the resource, and that the declaration was made in the aplicaçã...
asked by 04.05.2015 / 21:45
1
answer

How do I access the PostgreSQL consoles?

I recently purchased this book and I have followed the guidelines on how to install PostgreSQL for the Windows operating system: Icanmakeallthechangespossibleintheinteractiveenvironment,butIwanttohaveaccesstotheconsolemoduleasIamaccustomedt...
asked by 07.04.2015 / 11:37
1
answer

Transfer date value from Form1 to class c # windows form .net [closed]

I'm working with windows form .net c # but I do not have much practice and would like some help ... I have a calendar component in a form1 and after running the application, a date is selected which is stored in a var.Até alright. I created a...
asked by 13.03.2015 / 20:49