Click here to Skip to main content
15,881,819 members
Home / Discussions / Windows Development
   

Windows Development

 
GeneralRe: Win 10 corrupted by Win 7 program that runs correctly there! Pin
Matt T Heffron9-Mar-18 15:06
professionalMatt T Heffron9-Mar-18 15:06 
GeneralRe: Win 10 corrupted by Win 7 program that runs correctly there! Pin
Gerry Schmitz9-Mar-18 15:39
mveGerry Schmitz9-Mar-18 15:39 
GeneralRe: Win 10 corrupted by Win 7 program that runs correctly there! Pin
Eddy Vluggen24-May-19 13:34
professionalEddy Vluggen24-May-19 13:34 
Questionfailure to create a self-signed certificate and private key Pin
JDSA WQAS15-Feb-18 20:59
JDSA WQAS15-Feb-18 20:59 
SuggestionRe: failure to create a self-signed certificate and private key Pin
Richard Deeming16-Feb-18 1:46
mveRichard Deeming16-Feb-18 1:46 
AnswerRe: failure to create a self-signed certificate and private key Pin
Robert Markson19-Jul-18 9:27
Robert Markson19-Jul-18 9:27 
QuestionExplanation of how Windows Explorer can report 5.5 TB drive "size" referencing a 2.0 TB drive? Pin
RedDk21-Dec-17 9:29
RedDk21-Dec-17 9:29 
AnswerRe: Explanation of how Windows Explorer can report 5.5 TB drive "size" referencing a 2.0 TB drive? Pin
Richard Deeming21-Dec-17 9:54
mveRichard Deeming21-Dec-17 9:54 
Junctions / reparse points?
Hard Links and Junctions (Windows)[^]

Since Vista, there's a junction called "C:\Documents and Settings" which points to the "C:\Users" folder. There's a symbolic link from "C:\Users\All Users" to "C:\ProgramData", and one from "C:\Users\Default User" to "C:\Users\Default". There are various others within each user profile. These were added so that programs which used hard-coded paths wouldn't break when the folders were reorganised to make the full paths shorter.

Some applications - possibly including Windows Explorer - don't understand these links, and will list the files from both the original location and the junction.

For example, "C:\ProgramData\test.txt" could be listed as:
  • "C:\ProgramData\test.txt"
  • "C:\Users\All Users\test.txt"
  • "C:\Documents and Settings\All Users\test.txt"

With nested junctions, the number of times the same file can be listed will grow dramatically.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: Explanation of how Windows Explorer can report 5.5 TB drive "size" referencing a 2.0 TB drive? Pin
RedDk21-Dec-17 10:28
RedDk21-Dec-17 10:28 
GeneralRe: Explanation of how Windows Explorer can report 5.5 TB drive "size" referencing a 2.0 TB drive? Pin
Richard Deeming22-Dec-17 2:07
mveRichard Deeming22-Dec-17 2:07 
QuestionWindows 10 thread scheduling Pin
Rob Bryce9-Dec-17 13:40
Rob Bryce9-Dec-17 13:40 
AnswerRe: Windows 10 thread scheduling Pin
Richard Andrew x644-Mar-18 8:33
professionalRichard Andrew x644-Mar-18 8:33 
QuestionWindows 10 default image viewer Pin
A_Griffin7-Nov-17 22:39
A_Griffin7-Nov-17 22:39 
AnswerRe: Windows 10 default image viewer Pin
Richard MacCutchan7-Nov-17 22:48
mveRichard MacCutchan7-Nov-17 22:48 
GeneralRe: Windows 10 default image viewer Pin
A_Griffin7-Nov-17 22:55
A_Griffin7-Nov-17 22:55 
GeneralRe: Windows 10 default image viewer Pin
Richard MacCutchan7-Nov-17 23:27
mveRichard MacCutchan7-Nov-17 23:27 
QuestionWindows to ubunto Pin
Outh_Mane26-Oct-17 3:15
Outh_Mane26-Oct-17 3:15 
AnswerRe: Windows to ubunto Pin
Eddy Vluggen8-Nov-17 1:04
professionalEddy Vluggen8-Nov-17 1:04 
QuestionGRRRR!! 32 bit / 64 bit file mappings... Pin
kalberts30-May-17 3:09
kalberts30-May-17 3:09 
AnswerRe: GRRRR!! 32 bit / 64 bit file mappings... Pin
Richard Deeming30-May-17 4:35
mveRichard Deeming30-May-17 4:35 
GeneralRe: GRRRR!! 32 bit / 64 bit file mappings... Pin
kalberts30-May-17 7:01
kalberts30-May-17 7:01 
GeneralRe: GRRRR!! 32 bit / 64 bit file mappings... Pin
Richard Deeming30-May-17 8:51
mveRichard Deeming30-May-17 8:51 
GeneralRe: GRRRR!! 32 bit / 64 bit file mappings... Pin
kalberts30-May-17 22:50
kalberts30-May-17 22:50 
AnswerRe: GRRRR!! 32 bit / 64 bit file mappings... Pin
Richard MacCutchan30-May-17 4:37
mveRichard MacCutchan30-May-17 4:37 
GeneralRe: GRRRR!! 32 bit / 64 bit file mappings... Pin
kalberts30-May-17 5:49
kalberts30-May-17 5:49 

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.