Skip to main content
0 votes
0 answers
29 views

I have the below code which is working in principle but seems to be sending the file to my printer and not creating a folder and saving the pdf there. Have a sheet that needs to be pdfed and saved in ...
Toni Marais's user avatar
1 vote
1 answer
1k views

I am building a custom device with Android 12 AOSP, which does not need the management of media files. Every time I plug in a USB stick - it gets populated with a bunch of folders like Music, Movies, ...
Alex68's user avatar
  • 11
0 votes
0 answers
425 views

I am trying to change the location of windows specials folders (documents, downloads, pictures, etc.) from windows registry: HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User ...
SoftSol's user avatar
  • 502
1 vote
0 answers
120 views

I've had at least two users complain about our myapp.msi quickly failing, rolling back and then exiting without any messages. This just got reported again by an internal tester running Windows 11 (I ...
Scott Smith's user avatar
  • 4,017
0 votes
1 answer
1k views

My app is a windows desktop exe, and windows service which runs under the System account. My windows service needs to integrate with a 3rd party app that the user will also install which stores some ...
Gary Barrett's user avatar
  • 2,068
1 vote
2 answers
402 views

In the last time I've seen a rising number of customer PCs (Windows 10/11), where my c# software was not able to write in a subfolder of C:\users\public\documents, although the user running it is able ...
Florian Straub's user avatar
2 votes
1 answer
412 views

I am following the tutorial here which shows how to use the VS C++ in Visual Studio Code. Everything runs smoothly. The only problem is the auto-generated files (.lnk, .pdb, .exe and the likes) get ...
justanotherguy's user avatar
1 vote
2 answers
1k views

I have a requirement where I want to get the Environment.SpecialFolder value from a file path. Eg - string filePath = @"C:\Program Files (x86)\text.txt" //SpecialFolder sf = ...
Jasmeet's user avatar
  • 1,495
0 votes
2 answers
359 views

hope you can help me. I am looking for a way to use batchscript to delete all folders in a subfolder except the very newest folder AND a special folder named "BACKUP". So the backup folder ...
ZuMe's user avatar
  • 11
1 vote
1 answer
578 views

I've allowed for custom paths to be entered and wanted the default to be something along the lines of: %UserProfile%/Documents/foo, of course this needs to successfully parse the string and though it ...
TobyL's user avatar
  • 13
0 votes
0 answers
60 views

How to change the paths to user folders (Shell Folders) with Powershell? Required: get the path to the folder $mydoc = [Environment]::GetFolderPath('MyDocuments') C:\Users\shay\Documents Change the ...
antarey's user avatar
  • 37
1 vote
1 answer
8k views

I've moved my Windows 10's /Desktop folder to a different location. As a result, my batch and Powershell scripts that were pointing to %USERPROFILE%/Desktop no longer worked. Is there another way to ...
Cardin's user avatar
  • 5,667
1 vote
0 answers
159 views

I am trying to insert in Settings.settings a special folder path (MyDocuments). I currently use this: Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) but hardcoded. I don't want to ...
Rares's user avatar
  • 11
1 vote
1 answer
565 views

When entering start shell:startup into the command prompt, it opens a new window at the startup folder. How can I print the path to that folder but not actually open the folder in explorer?
Andereoo's user avatar
  • 1,078
2 votes
2 answers
3k views

In the Windows Run dialog, I can use the command shell:startup to open the user's startup folder. In hope to be able to use the command in the Windows command line, I tried typing shell in the ...
Andereoo's user avatar
  • 1,078

15 30 50 per page
1
2 3 4 5
14