question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot find some control panel functions

See original GitHub issue

Describe the bug/issue Already discussed in the Discord but we cannot find actions like “Create a restore point” or “Focus assist” from the control panel in the search bar.

Your System

Windows build number: 10.0.19041.685
Flow Launcher version: 1.6.0

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
taooceroscommented, Jan 6, 2021

The P/Invoke information I found for resolving this (method from @bao-qian ) http://www.pinvoke.net/default.aspx/shlwapi.shloadindirectstring

[DllImport("Shlwapi.dll", BestFitMapping = false, CharSet = CharSet.Unicode, ExactSpelling = true, SetLastError = false, ThrowOnUnmappableChar = true)]
        static extern int SHLoadIndirectString(string pszSource, StringBuilder pszOutBuf, int cchOutBuf, IntPtr ppvReserved);
1reaction
pc223commented, Jan 6, 2021

The P/Invoke information I found for resolving this (method from @bao-qian ) http://www.pinvoke.net/default.aspx/shlwapi.shloadindirectstring

[DllImport("Shlwapi.dll", BestFitMapping = false, CharSet = CharSet.Unicode, ExactSpelling = true, SetLastError = false, ThrowOnUnmappableChar = true)]
        static extern int SHLoadIndirectString(string pszSource, StringBuilder pszOutBuf, int cchOutBuf, IntPtr ppvReserved);

Nice! 😄 Yeah, @bao-qian did mentioned it in the issue 😂

windows 10 settings one. we need use SHLoadIndirectString for description and Glyph for icon.

Do you able to extract keywords of task links as well? With the bao-quan’s approach I mean. I updated the Python script, now it can get the keywords for the task links 😋 These keywords is the magic that make Windows search really good at matching for both English and local language!

0  |  Accommodate learning abilities  |  control.exe /name Microsoft.EaseOfAccessCenter /page pageQuestionsCognitive  |  
[[u'accomidate', u'accomodates', u'accomodating', u'adjust', u'for'],
 [u'can', u'not', u'cannot', u"can't", u'difficult', u'to', u'difficulty', u'does', u"doesn't", u'hard', u'not', u'will', u'willnot', u"won't"], [u'disabled', u'handicap', u'handicapped', u'disabilities', u'disability', u'empaired', u'impaired', u'imparied', u'trouble'], [u'cognitive', u'learning']]
Read more comments on GitHub >

github_iconTop Results From Across the Web

Windows 10 missing the control panel information.
For example, some Windows functions may not work, or Windows may crash. a. Press “Windows Key + Q” to open Charms Bar.
Read more >
Control Panel Missing from Windows 10 Power User Menu
In the Add a Control Panel Item window, scroll down and select the Control Panel option, then click the Select button. Win+X Menu...
Read more >
Windows Search Can't find "Programs and Features'," and ...
Control Panel Items that are missing from search are: Autoplay, Backup and Restore (Windows 7), Date and Time, Default Programs, Devices and ...
Read more >
Fix Control Panel Missing From Start Menu Windows 10
Fix Control Panel Missing From Start Menu Windows 10 In the Windows 10, Creators Edition update your find the control panel icon from...
Read more >
How to Open Control Panel in Windows 10 and Bring it Back ...
1:28 - Using Windows Search 1:51 - Parameters 2:21 - Run tool 2:37 - Adding a Control Panel shortcut to the desktop 3:19...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found