Click here to Skip to main content
15,883,901 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionShellExectute problem Pin
ilgale10-May-09 22:08
ilgale10-May-09 22:08 
AnswerRe: ShellExectute problem Pin
Madhu Nair10-May-09 22:28
Madhu Nair10-May-09 22:28 
GeneralRe: ShellExectute problem Pin
ilgale10-May-09 23:34
ilgale10-May-09 23:34 
GeneralRe: ShellExectute problem Pin
Cedric Moonen10-May-09 23:42
Cedric Moonen10-May-09 23:42 
GeneralRe: ShellExectute problem Pin
ilgale10-May-09 23:51
ilgale10-May-09 23:51 
GeneralRe: ShellExectute problem Pin
Michel Gerritse11-May-09 2:07
Michel Gerritse11-May-09 2:07 
AnswerRe: ShellExectute problem Pin
CPallini10-May-09 22:31
mveCPallini10-May-09 22:31 
Questionwhat's the purpose of this reg file? Pin
shanzy10-May-09 21:29
shanzy10-May-09 21:29 
Hello,there guru
I found a reg file on the website,but I don't know what's its mean?
Can you explain me some detail,thank you very much.

//show.reg

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\NOHIDDEN]
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"Text"="@shell32.dll,-30501"
"Type"="radio"
"CheckedValue"=dword:00000002
"ValueName"="Hidden"
"DefaultValue"=dword:00000002
"HKeyRoot"=dword:80000001
"HelpID"="shell.hlp#51104"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL]
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"Text"="@shell32.dll,-30500"
"Type"="radio"
"CheckedValue"=dword:00000001
"ValueName"="Hidden"
"DefaultValue"=dword:00000002
"HKeyRoot"=dword:80000001
"HelpID"="shell.hlp#51105"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden]
"Type"="checkbox"
"Text"="@shell32.dll,-30508"
"WarningIfNotDefault"="@shell32.dll,-28964"
"HKeyRoot"=dword:80000001
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"ValueName"="ShowSuperHidden"
"CheckedValue"=dword:00000000
"UncheckedValue"=dword:00000001
"DefaultValue"=dword:00000000
"HelpID"="shell.hlp#51103"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden\Policy]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden\Policy\DontShowSuperHidden]
@=""

//hide.reg

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden]
"Text"="@shell32.dll,-30499"
"Type"="group"
"Bitmap"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,53,00,\
48,00,45,00,4c,00,4c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,34,00,00,\
00
"HelpID"="shell.hlp#51131"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\NOHIDDEN]
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"Text"="@shell32.dll,-30501"
"Type"="radio"
"CheckedValue"=dword:00000002
"ValueName"="Hidden"
"DefaultValue"=dword:00000002
"HKeyRoot"=dword:80000001
"HelpID"="shell.hlp#51104"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL]
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"Text"="@shell32.dll,-30500"
"Type"="radio"
"CheckedValue"=hex(4):30,30,30,30,30,30,30,30,00
"ValueName"="Hidden"
"DefaultValue"=dword:00000002
"HKeyRoot"=dword:80000001
"HelpID"="shell.hlp#51105"

多线程脑袋

AnswerRe: what's the purpose of this reg file? Pin
CPallini10-May-09 21:36
mveCPallini10-May-09 21:36 
GeneralRe: what's the purpose of this reg file? Pin
shanzy10-May-09 21:47
shanzy10-May-09 21:47 
GeneralRe: what's the purpose of this reg file? Pin
shanzy10-May-09 21:50
shanzy10-May-09 21:50 
GeneralRe: what's the purpose of this reg file? Pin
shanzy10-May-09 21:57
shanzy10-May-09 21:57 
AnswerRe: what's the purpose of this reg file? Pin
Hamid_RT10-May-09 23:07
Hamid_RT10-May-09 23:07 
QuestionHow to get Error message string ? Pin
SherTeks10-May-09 21:26
SherTeks10-May-09 21:26 
AnswerRe: How to get Error message string ? Pin
CPallini10-May-09 21:31
mveCPallini10-May-09 21:31 
QuestionMultithreading in VC++ Pin
diptipanchal10-May-09 20:09
diptipanchal10-May-09 20:09 
AnswerRe: Multithreading in VC++ Pin
_AnsHUMAN_ 10-May-09 20:17
_AnsHUMAN_ 10-May-09 20:17 
AnswerRe: Multithreading in VC++ Pin
Cedric Moonen10-May-09 20:23
Cedric Moonen10-May-09 20:23 
QuestionRe: Multithreading in VC++ Pin
__yash__10-May-09 21:15
professional__yash__10-May-09 21:15 
QuestionTimers in Windows Pin
Mohammad Khodaea10-May-09 19:54
Mohammad Khodaea10-May-09 19:54 
AnswerRe: Timers in Windows Pin
_AnsHUMAN_ 10-May-09 20:12
_AnsHUMAN_ 10-May-09 20:12 
AnswerRe: Timers in Windows Pin
Chandrasekharan P10-May-09 20:17
Chandrasekharan P10-May-09 20:17 
AnswerRe: Timers in Windows Pin
Cedric Moonen10-May-09 20:26
Cedric Moonen10-May-09 20:26 
AnswerRe: Timers in Windows Pin
Madhu Nair10-May-09 20:56
Madhu Nair10-May-09 20:56 
GeneralRe: Timers in Windows Pin
Mohammadj11-May-09 0:37
Mohammadj11-May-09 0:37 

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.