Snipping Tool problem

  • Thread starter Thread starter Deleted member 20143
  • Start date Start date
D

Deleted member 20143

Guest
Hey everyone recently i started using NTLite and i made myself a iso file everything is fine but since then the Snipping Tool doesn't work at all, it's installed but it doesn't do anything when i press win+shift+s and if i search for it i can open it but when i press new nothing happens, can someone tell me what is related to snipping tool to avoid removing it? (Windows 11 latest version 09.29.2023)
 
Check if you've removed or disabled Clipboard User Service.
 
Check if you've removed or disabled Clipboard User Service.
It was disabled, i re-did the iso file and i didn't disable it this time and still doesn't work on Virtual Machine, capture picker is enabled too
 
Please attach your preset (after removing any user passwords or license key).
 
Did you get this preset from a debloating project? Snipping tool ain't gonna work in this setup.

You will have to remove all these lines, and the entire TweakGroup XML block for the last line.
Code:
>findstr /i "clip snip" Mysettings.xml
                <c>snippingtool 'Snipping Tool'</c>
                <Feature name="Microsoft.Windows.SnippingTool~~~~0.0.1.0">false</Feature>
                                <Tweak name="Keyboard\PrintScreenKeyForSnippingEnabled">0</Tweak>
                                <Tweak name="Microsoft-Windows-OLE\Clipboard-Performance\Enabled">0</Tweak>
                                <Tweak name="System\AllowClipboardHistory">0</Tweak>
                                <Tweak name="ClipSVC\ClipSVC">3</Tweak>
                        <TweakGroup name="Tree\Microsoft\Windows\Clip">
 
Did you get this preset from a debloating project? Snipping tool ain't gonna work in this setup.

You will have to remove all these lines, and the entire TweakGroup XML block for the last line.
Code:
>findstr /i "clip snip" Mysettings.xml
                <c>snippingtool 'Snipping Tool'</c>
                <Feature name="Microsoft.Windows.SnippingTool~~~~0.0.1.0">false</Feature>
                                <Tweak name="Keyboard\PrintScreenKeyForSnippingEnabled">0</Tweak>
                                <Tweak name="Microsoft-Windows-OLE\Clipboard-Performance\Enabled">0</Tweak>
                                <Tweak name="System\AllowClipboardHistory">0</Tweak>
                                <Tweak name="ClipSVC\ClipSVC">3</Tweak>
                        <TweakGroup name="Tree\Microsoft\Windows\Clip">
I'm sorry for my late response, i think i did something wrong, i've deleted those lines and now when i import the preset it gives me an error and i can't load it, the preset was made by me for debloating the installer by default, and my only problem is the snipping tool. If it's not too much could you remove those lines and send the preset again please? i'm sure i deleted something i shouldn't
 
<TweakGroup name="Tree\Microsoft\Windows\Clip"> is a XML block with 4 lines total ending with <TweakGroup>
 

Attachments

It was my first iso made and i was a bit scared editing the xml file and i didn't understood what XML Block meant, thank you very much for your time, have a wonderful day and thank you again! :)
 
Back
Top