Windows 10 Tweaks & Fixes

Discussion in 'Windows 10' started by Zardoc, Jul 17, 2015.

  1. Thomas Dubreuil

    Thomas Dubreuil MDL Senior Member

    Aug 29, 2017
    363
    620
    10
    It is not really "needed": if you don't put default value (@), or muiverb REG_SZ value there, the menu would name itself with the key name (computer management)...
    few keys there don't have that default value because they already have the good key name...but won't arm so feel free to add :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    356
    106
    10
  3. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    356
    106
    10
    Any suggestions how to get the icon from the System 32 path?
    Thank you
     
  5. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,730
    982
    180
    Code:
    %windir%\system32\notepad.exe
     
  6. Thomas Dubreuil

    Thomas Dubreuil MDL Senior Member

    Aug 29, 2017
    363
    620
    10
    #1286 Thomas Dubreuil, Jun 7, 2019
    Last edited: Jun 7, 2019
    notepad.exe should work. Maybe %windir%\system32 is missing from environment variables path?
    Thinking further %windir% variable might be missing to, so might be better to write whole path...
    "C:\Windows\system32\notepad.exe"
    or just adding system32 path to environment variables.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    356
    106
    10
  8. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    356
    106
    10
    I want a keyreg to be able to insert it directly into the ISO.
    I know the manual command.
    Thank you
     
  9. bfoos

    bfoos MDL Guide Dog

    Jun 15, 2008
    757
    701
    30
    Dunno man, such a trivial matter to simply right click an icon and select unpin that I've never thought about it.
     
  10. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,172
    1,055
    60
    You can customize taskbar (icons and theirs placement) and save it as such using this key:
    Code:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband
    If you add some 3rd party icons, then they have to be placed here first:
    Code:
    %AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar
     
  11. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    356
    106
    10
    Very interesting, thanks.
    as soon as I can I will do some tests.
     
  12. LordVardus

    LordVardus MDL Novice

    Apr 4, 2018
    34
    6
    0
    there is also a possibility that in a windows 10 iso to integrate
     
  13. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    356
    106
    10
    It can be used also the RunOnceEx procedure.
     
  14. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    356
    106
    10
    #1297 MIMMO61, Jun 20, 2019
    Last edited: Jun 20, 2019
    Sorry. Edit.
     
  15. gorski

    gorski MDL Guru

    Oct 21, 2009
    5,518
    1,453
    180
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...