Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3340270
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T00:35:18+00:00 2026-05-18T00:35:18+00:00

I have the following values in my registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Accepted Documents\ values: *

  • 0

I have the following values in my registry

key:

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Accepted Documents\

values:

* -> application/msword
** -> application/vnd.ms-excel
*** -> application/vnd.ms-powerpoint

and so on

I’d like to know how to read all of them

with Wscript.Shell, RegRead I can only read one value, but I don’t know the values in advance…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T00:35:18+00:00Added an answer on May 18, 2026 at 12:35 am

    Well, I got it

    I had to use wmi, like this:

    option explicit
    
    const HKLM = &H80000002
    
    dim keyPath
    keyPath = "SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Accepted Documents"
    
    dim reg
    
    dim valueNames, types
    dim value
    dim i
    
      set reg = getObject( "Winmgmts:root\default:StdRegProv" )
    
      if reg.enumValues( HKLM, keyPath, valueNames, types ) = 0 then
        if isArray( valueNames ) then
          for i = 0 to UBound( valueNames )
            reg.getStringValue HKLM, keyPath, valueNames(i), value
            msgBox( valueNames(i) & "=" & value )
          next
        end if
      end if
    

    saludos

    sas

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am Creating the Registry Key using following code: LPCTSTR lpNDS= TEXT(SOFTWARE\\myKEY); if(OK==ERROR_SUCCESS) {
I have the following values being returned in a column.. 0.250000 and 13.000000. I'd
I have a column array with the following values in my sheet: 11, 15,
I have the following code: $sql = INSERT INTO table VALUES ('', ...); $result
I have the following problem. If I query values with a keyfigure which is
I have the following C++ method : __declspec(dllexport) void __stdcall getDoubles(int *count, double **values);
(this is a .net build server) I'm getting the following error: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(1679,9): error MSB3091:
Hi I am using following code to add my application to StartUp of Windows.
I have navigation with following values: <a href=#home id=home class=goto>Home</a> <a href=#profile id=profile class=goto>Profile</a>
I have the following input values and I was hoping someone could kindly tell

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.