you need to learn the Ultra Male lingo which you will see across various posts:
taptop = laptop
tootube = YouTube
just to name a few, I can't remember them all right now as it's 5:37 AM here in Dubai![]()
-
Spartan@HIDevolution Company Representative
-
Spartan@HIDevolution and 6.|THE|1|BOSS|.9 like this. -
Spartan@HIDevolution Company Representative
Fix for Windows 10 Can’t See Other Computers on the Network:
1) Press the CTRL + R keys on your keyboard to pull up the Run Dialogue Box
2) Type Services.msc then hit Enter
3) Scroll down to the Service called: Function Discovery Provider Host then double click on it and change its startup type from Manual to Automatic (Delayed Start)
4) Go to Control Panel > Programs and Features > Turn Windows feature on or off
5) Scroll down till you see SMB 1.0/CIFS File Sharing Support then expand it by clicking on the + sign.
6) Check the box next to SMB 1.0/CIFS Client then hit OK to enable that feature.
7) Reboot your computer -
Spartan@HIDevolution likes this.
-
Spartan@HIDevolution Company Representative
How to Disable the Windows 10 Startup Delay:
After Windows loads up, it doesn't start loading your startup apps immediately as to dedicate more resources to load system services and files. If you have a fast computer and particularly an SSD, you can disable this feature and have even your apps start loading instantly the moment Windows boots up.
To do this, simply download the following ZIP file which contains to registry entries, one to disable the startup delay and another to enable it. So double click on one of the registry files to disable or enable the delaying of fast startup and reboot.
Download Startup Delay Registry Files
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Serialize]
"StartupDelayInMSec"=dword:00000000
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Serialize]
"Startupdelayinmsec"=-Last edited: Feb 13, 2019BALTAGY likes this. -
NIGHTMARE likes this.
-
Spartan@HIDevolution Company Representative
-
Code:reg add HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters /v AllowInsecureGuestAuth /t REG_DWORD /d 1 /f
-
-
Spartan@HIDevolution Company Representative
The enable startup delay just deletes the value. I got these tweaks from https://www.tenforums.com/tutorials/69693-enable-disable-startup-delay-windows-10-a.html . Another source is: https://www.howtogeek.com/403162/how-to-disable-the-windows-10-startup-delay/ -
Spartan@HIDevolution Company Representative
How to turn ON or OFF the "Turn on BitLocker" Context menu:
If you use BitLocker then all well and good but if you don't and never have a need for it, you can disable the "Turn On BitLocker" context menu which appears when you right click on a file/folder.
Here are the registry files, one enables the BitLocker context menu and the other disables it: Download BitLocker Context Menu Enabler or Disabler
After merging the registry file with the registry, it is recommended that you reboot your computer.Last edited: Feb 13, 2019 -
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Serialize]
"Startupdelayinmsec"=-
Also per your links it is clear you got them from another source and they are incorrect as well. I was not looking to pick on you by any means, but Majorgeeks posted this yesterday and credited you with them and linked to your post on this site.Last edited: Feb 13, 2019Spartan@HIDevolution likes this. -
Just a quick FYI, we share stuff back and forth. I am sure you know that but in case anyone thinks otherwise, and there's always one
-
Spartan@HIDevolution likes this.
-
Spartan@HIDevolution Company Representative
and yes I work with @MajorGeeks as an assistant editor since God knows how many years
PS: I corrected the instructions and updated the registry files if anyone wants to grab the new ones.Last edited: Feb 13, 2019xxEIEIOxx likes this. -
Spartan@HIDevolution likes this.
-
Spartan@HIDevolution Company Representative
-
meow
happy vday everyone -
I think he updated it. I downloaded from here and they match now.
Papusan and Spartan@HIDevolution like this. -
Spartan@HIDevolution Company Representative
How to Add or Remove "Move to OneDrive" Context Menu in Windows 10:
One of the most annoying new features (or quirks I must say) to Microsoft's OneDrive is now if you right click on any file on your computer, you'd find this very annoying "Move to OneDrive" in the right click context menu! I cannot count the amount of time I have accidentally clicked it and had the file moved to my OneDrive folder and automatically start uploading to the cloud!
To remove this nuisance, download the following ZIP file which contains to registry entries, one is to remove the "Move to OneDrive" from the right click context menu and another is to add it back if for any reason you decided that you need it!
First, download SetACL, extract the ZIP file, then go to the 64-Bit folder and copy/paste SetACL.exe in the C:\Windows directory
Now download the following ZIP file then extract it:
Download Remove "Move to OneDrive" context menu
Right click on Remove 'Move to OneDrive' context menu.bat and choose Run as Administrator
This batch file will set the OWNER of the below keys to the EVERYONE Group and then deny them access. This is done to prevent OneDrive to reinstate those entries upon a reboot. Alternatively, you can do this manually by setting the owner to the everyone group and then denying them access.
Code:Windows Registry Editor Version 5.00 [-HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\ FileSyncEx] [-HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\ FileSyncEx] [-HKEY_CLASSES_ROOT\IE.AssocFile.URL\shellex\ContextMenuHandlers\ FileSyncEx] [-HKEY_CLASSES_ROOT\lnkfile\shellex\ContextMenuHandlers\ FileSyncEx]
Source: Windows Ten ForumsLast edited: Feb 16, 2019Papusan likes this. -
Spartan@HIDevolution Company Representative
Add or Remove "Add to Windows Media Player list" Context Menu in Windows 10:
Even if you've installed a 3rd party music player, when you right click on an an audio file in Windows 10, you will still see the " Add to Windows Media Player list" and " Play with Windows Media Player" in the right click context menu cluttering up your right click context menu.
To remove or add this entry, simply download these reg files and double click on the Add or Remove file to get rid of that context menu or get it back:
Download Windows Media Player Context Menu Removal or Addition reg files
Source: Windows 10 ForumLast edited: Feb 14, 2019Papusan likes this. -
Spartan@HIDevolution Company Representative
How to Fix 'An app default was reset' Error in Windows 10:
You may get a notification that states An app default was reset along with An app caused a problem with the default app setting for xxx files, so it was reset to xxx built-in app.
Basically the file type gets its default association set back to a built-in Windows app instead of the app you set.
EXAMPLE: "An app default was reset" notification
This tutorial will show you how to fix and stop getting the An app default was reset notification for your account in Windows 10.
Note:
The fix will exclude the Microsoft Edge, Photos, 3D Builder, Zune Music, and Zune Video built-in Windows apps from being listed in the Open with dialog box.
You will still be able to set default programs for Windows apps and file type associations in the Control Panel after applying the fix below.
Download Fix An app default was reset.reg
Source: Windows 10 ForumsPapusan likes this. -
Spartan@HIDevolution Company Representative
Enable or Disable 'AutoPlay' for All Drives in Windows:
If you don't like the Auto Play feature in Windows (when you insert a USB Drive, Memory Card, etc) that gives you a popup to open the files and would rather just open that drive from 'Computer' when you need to, you can disable the Auto Play feature using the following registry file for all drives:
Disable 'AutoPlay' for all drives -
-
Spartan@HIDevolution Company Representative
Papusan likes this. -
-
Spartan@HIDevolution Company Representative
Ultra Male Windows 10 System Tweaks collection now on Major Geeks, check the Author in the top"
Ultra Male Windows 10 System Tweaks CollectionLast edited: Feb 18, 2019Papusan and Charles P. Jefferies like this. -
Just MS advertising loses from your tweaks could justify your salary lol.Papusan and Spartan@HIDevolution like this. -
Spartan@HIDevolution Company Representative
Micro$h4ft CEO now wants to hunt mePapusan likes this. -
if Linux people got their act together (pun intended) and instead of having 100's of Linux flavors and distros, combined all their efforts into creating one single OS and concentrate more on drivers and compatibility, it would be great alternative to Windows. As it is, it's too fragmented to gain real traction IMO. MS CEO won't hunt you down, he's too busy counting $$$$.
Papusan likes this. -
Spartan@HIDevolution Company Representative
see how I almost tore my head apart trying to do something as simple as installing a graphics driver which I already had downloaded: How to install nVIDIA Graphics Driver in Linux? -
I'm so happy I finally found this guide. I had to bring my laptop back to HidEvolution for repairs because the power cord connector was a little loose and somehow melted onto one pin of the laptop connector. Juan just informed me my laptop appears to be ok but he had to reinstall the OS, he's testing it now to make sure nothing else is damaged. It took me a couple of days to find this guide.
To Phoenix (don't know what name you go by now), thank you for your help when my laptop was new and thank you for keeping this guide up, you're a lifesaver.
I can't say enough about the awesome service I'm getting and been getting from everyone at HidEvolution. Thank you Juan and everyone that works there.Avé César, Papusan and Spartan@HIDevolution like this. -
Spartan@HIDevolution Company Representative
Papusan and 6.|THE|1|BOSS|.9 like this. -
Spartan@HIDevolution Company Representative
How to add or remove Quick access from the Explorer navigation pane:
Simply download this ZIP file which contains 2 registry entries, one is to remove Quick access from the navigation pane and the other is to add it back:
Download Add/Remove Quick access from Navigation Pane
Vasudev, FTW_260 and 6.|THE|1|BOSS|.9 like this. -
Spartan@HIDevolution Company Representative
How to disable Timeline in Windows 10:
Simply download the below ZIP file and extract the contents. You will find two registry files, one is to Disable timeline and the other is to re-enable it back.
Download Disable Timeline Reg Files
After double click on the registry file to merge it with your registry, it is recommended that you reboot your computer.Vasudev likes this. -
Spartan@HIDevolution Company Representative
How to disable or enable the people bar and its taskbar context menu:
If you don't need the "People Bar" and also want to hide its taskbar right click context menu, simply download the below ZIP file which contains to registry entries, one is to disable the People bar and its taskbar right click context menu and the other one is to re-enable it back.
Download People Bar Disable or Enable Reg filesVasudev likes this. -
Spartan@HIDevolution Company Representative
How to disable Wallpaper Compression:
Windows by default compresses wallpapers on your system which leads in reduced wallpaper quality. I'm not sure why anyone would want to compress a wallpapers given that we're in an era with super fast computers. Perhaps Microsoft is still stuck in 1997 at the times where old computers struggled to even display a high quality wallpaper.
Simply download the below ZIP file which contains two registry files, one is to disable Wallpaper compression and the other is to restore it back to default:
Disable Wallpaper Compression -
Done and integrated the reg file to my current 19h1 build 18346.1 and created a custom ISO with 98% UWP apps/codecs removed. Took out 1.5GB worth of junk files from stock ISO via UUP method.
Spartan@HIDevolution likes this. -
Spartan@HIDevolution Company Representative
How to restore the Windows Store or all other uninstalled store apps:
If you have uninstalled the Windows Store either intentionally or unintentionally because of using some Tweaking or Anti Privacy Tool for Windows 10 and want to get it back, here's how:
Using the Windows Key + X, run Powershell as Admin.
Copy/Paste the following command:
Code:Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}
You may see some errors, but ignore them and try to use Windows Store now.
If you'd like to restore all Windows 10 apps, you can do that by copy/pasting the below command:
Code:Get-AppXPackage -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Papusan likes this. -
6.|THE|1|BOSS|.9 Notebook Evangelist
Defrag critical files that usually most of defrag programs doesn't even look for it
and without even rebooting!
Defragment the NTFS MFT and other hidden crucials in live Windows
https://notes.ponderworthy.com/defragment-the-ntfs-mft-and-other-hidden-crucials-in-live-windows
The command is CONTIG (also available in 64-bit as CONTIG64), and it is a Sysinternals:
https://docs.microsoft.com/en-us/sysinternals/downloads/contig
You’ll want to put the appropriate binary in C:\Windows. Run it like this, in administrative CMD, it will get all of the hiddens it can for C drive (this is 64-bit):
contig64 -nobanner C:$Mft
contig64 -nobanner -accepteula C:$LogFile
contig64 -nobanner -accepteula C:$Volume
contig64 -nobanner -accepteula C:$AttrDef
contig64 -nobanner -accepteula C:$Bitmap
contig64 -nobanner -accepteula C:$Boot
contig64 -nobanner -accepteula C:$BadClus
contig64 -nobanner -accepteula C:$Secure
contig64 -nobanner -accepteula C:$UpCase
contig64 -nobanner -accepteula C:$ExtendVasudev likes this. -
HI UltraMale, i got a friends who reinstall windows 10 18.09 on his notebook MSI GE73 8RE, to get rid of dragon center. I help him on it, tweaking windows and on others things.
We used this key : HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search AllowCortana at 0.
We disable the search task , options, and services. We disable Cortana in the policy.
We had change those two "Start" keys in the registry to 4 :
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TapiSrv
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WbioSrvc
We close the task Cortana to rename the Files as a .bak file in "Windows/SystemApps/Microsoft.Windows.Cortana_xxxxxxxxxx".
BUT, my friend still got Cortana showing in the Windows Start menu, how is it possible ? Cortana don't even show in the task manager. Any idea ? can we remove or delete it ? thank you for your help. -
6.|THE|1|BOSS|.9 likes this.
-
Spartan@HIDevolution Company Representative
-
-
Spartan@HIDevolution Company Representative
How to enable the "Estimated Battery Time Remaining" when you hover your mouse over the battery icon in the taskbar:
Microsoft has removed the estimated battery time remaining from its latest Windows 10 Builds and the reason for this is they think it is not a very accurate measure or your estimated battery time since it all depends on the CPU usage, screen brightness, Wifi enabled or not, and many other factors. Some people would still like to be able to see the estimated remaining time as it can give you a rough idea on what to expect in terms of remaining battery life.
To enable this feature, simply download the below ZIP file which contains 2 .reg files, one will enable the feature and the other one would disable it.
Don't forget to unplug your laptop from the power source and let the battery drain for a while otherwise it will only say that it's fully charged without any battery time estimate.
Download Enable/Disable Battery Icon Time Remaining Reg FilesLast edited: Mar 20, 20196.|THE|1|BOSS|.9 likes this. -
-
Last edited: Mar 20, 2019
-
-
Spartan@HIDevolution Company Representative
-
Windows 10 Tweaks and Fixes (Index post #1)
Discussion in 'Windows OS and Software' started by Spartan@HIDevolution, Jul 31, 2015.