Click here to Skip to main content
15,911,789 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Dumb Old Program Question Pin
Michael Martin25-Sep-18 3:14
professionalMichael Martin25-Sep-18 3:14 
GeneralRe: Dumb Old Program Question Pin
Richard Deeming25-Sep-18 3:22
mveRichard Deeming25-Sep-18 3:22 
GeneralRe: Dumb Old Program Question Pin
Dan Neely25-Sep-18 2:47
Dan Neely25-Sep-18 2:47 
GeneralRe: Dumb Old Program Question Pin
Michael Martin25-Sep-18 3:16
professionalMichael Martin25-Sep-18 3:16 
GeneralRe: Dumb Old Program Question Pin
Ron Nicholson25-Sep-18 3:12
professionalRon Nicholson25-Sep-18 3:12 
GeneralRe: Dumb Old Program Question Pin
Michael Martin25-Sep-18 3:19
professionalMichael Martin25-Sep-18 3:19 
GeneralRe: Dumb Old Program Question Pin
Rajesh R Subramanian25-Sep-18 3:23
professionalRajesh R Subramanian25-Sep-18 3:23 
GeneralRe: Dumb Old Program Question Pin
raddevus25-Sep-18 3:20
mvaraddevus25-Sep-18 3:20 
Insert gratuitous self-promotion here... Laugh | :laugh:

I wrote a program which will watch all files on your disk. I wrote it up here on CP.
1. Fire up the program.
2. Point it at her C:\ drive and have her start the label maker.
3. You will see every file created. (uses filesystemwatcher and is quite robust)

Win10 : Examination of Disk Utilization (Includes DiscoFiles utility)[^]

I even included a zip on that article that contains the pre-built app so you can try it quickly.
It's just one .NET exe.

EDIT
I've seen this type of problem before which is related to the rights the process has (starting under Vista / Win7) to write files only in certain locations. %programdata%, etc. Anyways, from what I remember, the OS will simply block the creation of the files (which are written in improper places) without crashing the program or anything. The files just never appear. This is all related to when MS made those changes about not allowing a process to create a file (even configuration) in the Program Files directory.
GeneralRe: Dumb Old Program Question Pin
Rajesh R Subramanian25-Sep-18 3:22
professionalRajesh R Subramanian25-Sep-18 3:22 
GeneralRe: Dumb Old Program Question Pin
John_W25-Sep-18 4:21
John_W25-Sep-18 4:21 
GeneralRe: Dumb Old Program Question Pin
Peter Adam25-Sep-18 20:59
professionalPeter Adam25-Sep-18 20:59 
GeneralRe: Dumb Old Program Question Pin
DaintyB25-Sep-18 22:36
DaintyB25-Sep-18 22:36 
GeneralRe: Dumb Old Program Question Pin
Anders Eriksson25-Sep-18 23:24
Anders Eriksson25-Sep-18 23:24 
GeneralRe: Dumb Old Program Question Pin
gervacleto26-Sep-18 2:00
professionalgervacleto26-Sep-18 2:00 
GeneralRe: Dumb Old Program Question Pin
Steven121826-Sep-18 3:56
professionalSteven121826-Sep-18 3:56 
GeneralRe: Dumb Old Program Question Pin
milo-xml26-Sep-18 2:24
professionalmilo-xml26-Sep-18 2:24 
GeneralRe: Dumb Old Program Question Pin
jeb121726-Sep-18 3:11
professionaljeb121726-Sep-18 3:11 
GeneralRe: Dumb Old Program Question Pin
Greg Lovekamp26-Sep-18 3:42
professionalGreg Lovekamp26-Sep-18 3:42 
GeneralRe: Dumb Old Program Question Pin
KLSmith26-Sep-18 4:23
KLSmith26-Sep-18 4:23 
GeneralRe: Dumb Old Program Question Pin
mdblack9826-Sep-18 4:48
mdblack9826-Sep-18 4:48 
GeneralRe: Dumb Old Program Question Pin
Gerry Schmitz26-Sep-18 4:38
mveGerry Schmitz26-Sep-18 4:38 
GeneralRe: Dumb Old Program Question Pin
Kirk 1038982126-Sep-18 5:16
Kirk 1038982126-Sep-18 5:16 
GeneralRe: Dumb Old Program Question Pin
jamesvtoomey26-Sep-18 18:14
jamesvtoomey26-Sep-18 18:14 
GeneralRe: Dumb Old Program Question Pin
charlieg27-Sep-18 5:05
charlieg27-Sep-18 5:05 
GeneralRe: Dumb Old Program Question Pin
Kirill Illenseer11-Oct-18 22:48
Kirill Illenseer11-Oct-18 22:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.