I have a batch script in Windows7 to update the hosts file that fails. I am logged as a user with administrative rights. Even if I run the script with the "Run
I am trying to clone a remote repository on Windows, but when I did this: git clone [email protected]:organization/xxx.git I got this error: error: cannot run ssh
I have a driver which is, for some unknown reasons causing a bugcheck 0x0000003b. So I decided to set up a Hyper-V VM and use kernel debugging to see what exa
Instead of showing C:\Users\test_user\Documents\Folder\etc show \etc or if possible limit it to a certain number \Document\Folder\etc
Can you please point me into the right direction? I want to edit other application textbox or click, programmatically. For example, in a web
Suddenly, i got this error when trying to submit my form. It worked fine until now. Access forbidden! You don't have permission to access the requested
I'm trying to upload a file .txt in my web space, but then the problems start, the code I tried is this: uses Windows, Messages, SysUtils, Variants, Classes, G
In Ubuntu, installing themes are as easy as copy-pasting GTK theme into the themes folder, then with the tweaks tool we can select the theme. I couldn't find a
Hi can some one suggest me how to delete below folder(abc) using a batch file? %UserProfile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\abc
I have Visual Studio 2022, newest version 17.1.0 running on Windows 10 Pro (up to date). This just started happening yesterday, so maybe it has something to do
in Windows Batch, if I had a variable (length can change) that was, for example: "hello world!" is it possible to "split" the variable so each character is its
I have a client/server app which I have been developing on a single PC. Now it needs two serial ports, so I borrowed a PC from a friend. When I build my app an
I have developed a python app with Tkinter on a Mac. It involves forms, and canvas drawings. On the Mac, it looks great. However on my Dell laptop (4K display,
I'm creating a desktop gadget, and am running into problems. The window will be hidden by the "Show Desktop" command - STOP, I know what you're thinking and don
Is it possible to autogenerate a MSVC import library (LIB-file) from a DLL? How?
How can I use the Windows command line to change the extensions of thousands of files to *****.jpg?
I have certain files in a folder on my local machine (Windows 8) and I want to transfer them to a remote server (Windows server 2012 R2) using a batch script. S
I have installed win7 ultimate 64, when I enter into python d:\Python34\python Python 3.4.0 (v3.4.0:04f714765c13, Mar 16 2014, 19:25:23) [MSC v.1600 64 bit (AM
I am trying to set windows desktop search to use a different html filter other than the system default filter(nlhtml.dll). When I look up the PersistentHandler
I am having an exe generated by a c sharp program. when i run the exe, i want an UAC prompt to appear with an option to run the exe as administrator. I have see