This is one of the most perplexing features, it's almost like they're trying to mess with desktop users on purpose. I categorize my applications by function not by name having more than 26 extra entries just clutters an already cluttered mess and now doing it my way won't work the way I intended or wanted or needed!
I wish the taskbar could look like the start menu. I love the blur and transparency in the start menu.
From now on, remove all drivers from device manager, do not reboot after you uninstall it just reinstalls same driver, uninstall driver, install new driver, then reboot.
Hi everyone. In Windows 8.1 i used this to have administrator privileges, but ModernApps didn't work anymore, and i didn't care. I used this to hide the UAC Shield on *.exe and to have control over some files like deleting the content of WinSXS\Backup\ with the application Unlocker for example. Code: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] "EnableVirtualization"=dword:00000001 "EnableInstallerDetection"=dword:00000000 "PromptOnSecureDesktop"=dword:00000000 "EnableLUA"=dword:00000000 "EnableSecureUIAPaths"=dword:00000000 "ConsentPromptBehaviorAdmin"=dword:00000000 "ValidateAdminCodeSignatures"=dword:00000000 "EnableUIADesktopToggle"=dword:00000000 "EnableCursorSuppression"=dword:00000001 "ConsentPromptBehaviorUser"=dword:00000000 "dontdisplaylastusername"=dword:00000000 "scforceoption"=dword:00000000 "shutdownwithoutlogon"=dword:00000001 "undockwithoutlogon"=dword:00000001 "FilterAdministratorToken"=dword:00000000 "VerboseStatus"=dword:00000001 "EnableFirstLogonAnimation"=dword:00000000 If i apply this tweak on Windows 10 Pro, it works like in Windows 8.1, but kills ModernApps, and with this new Setting Panel, Windows Update, etc rebuilt in ModernApps, i can't use this anymore. Is there a way to activate a "Super Admin" in Windows 10, wich doesn't kill ModernApps and have control over files with Unlocker. Unlocker works with EnableLUA=1, but i can only delete or rename 1 file by 1, and with EnableLUA=1 i can delete as many file as i want. I tried to activate the hidden Admin account in Windows 10, but it said ModernApps won't execute in this account. To resume : A way to have Super Admin privileges WITH ModernApps ?
hmmm ..try this one: [h=1]Remove shortcut arrow from desktop icons completely[/h] 1. Start regedit. 2. Navigate to HKEY_CLASSES_ROOT\lnkfile 3. Delete the IsShortcut registry value. 4. Navigate to HKEY_CLASSES_ROOT\piffile 5. Delete the IsShortcut registry value. 6. Navigate to HKEY_CLASSES_ROOT\ConferenceLink 7. Delete the IsShortcut registry value. 8. Navigate to HKEY_CLASSES_ROOT\DocShortCut 9. Delete the IsShortcut registry value. 10.Navigate to HKEY_CLASSES_ROOT\InternetShortcut 11. Delete the IsShortcut registry value. 12. Navigate to HKEY_CLASSES_ROOT\WSHFile 13. Delete the IsShortcut registry value. 14. Close regedit. Logoff and... Enjoy!
anyone has a tweak to remove "Pin to Start" from the Recycle Bin ? the regtweak from win8.1 does not work
I'm aware of that gpedit.msc route, but if I do that it will ask me for that super annoying Folder Access permission when I go to do some editing in Program files or Windows folder. I mean I make Admin acc separately to do mass editing on system folders, if I have to click permission button every 2 nanoseconds it gets real boring real fast.
Thanks a lot, i will try it. Any way to make it work in a "normal" account ? Or a way to activate this Admin account in setup with autologon ? with autounattend.xml maybe ?