Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
|
Nou pe simpatie: ionela24
 | Femeie 24 ani Prahova cauta Barbat 25 - 47 ani |
|
|
Mrrrr's Forum (VIEW ONLY)ReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
|
| #1 |
|
|
1. Go to start and type Internet Options 2. Open it 3. Go to Advanced tab 4. Find Use inline AutoComplete in Windows Explorer and Run Dialog (it should be under Browsing, right below Underline links) 5. Check it 6. Click OK
Source: https://www.addictivetips.com/windows-t ... ialog-box/
_______________________________________

|
|
| |
|
| #2 |
|
|
Another possibility via regedit
To enable autocomplete for File explorer, you will need administrative rights. Open the Windows Registry and go to the following location. If the AutoComplete key doesn’t exist, create it under the Explorer key. Right-click the Explorer key and select New>Key.
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete
Inside the AutoComplete key, there should be a value named AutoSuggest. If it isn’t there, you will have to create it. Right-click inside the right pane and select New>String Value. Name it AutoSuggest and set its value to ‘yes’.
If you don’t like the feature, you can turn it off either by setting the value of the Autosuggest string to ‘no’, or by deleting it. We recommend you change the value to ‘no’ instead of deleting it.
Windows 10 https://www.addictivetips.com/windows-t ... indows-10/
_______________________________________

|
|
| |
|
| #3 |
|
|
However, now you also have AutoSuggest, see here: https://winaero.com/blog/disable-auto-s ... indows-10/
In case you want Auto Complete but without Auto Suggest:
1. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete 2. Create a new String named AutoSuggest 3. Set its value to: no
Here you can also change Append Completion to no if you don't want it anymore.
4. Restart PC
_______________________________________

|
|
| |
|
| #4 |
TRaPModerator
Postari: 960
|
|
In Windows 11 you apparently don't need admin privileges anymore to edit the registry under HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer
Create a key named AutoComplete and you should now have the key path: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete
Under that key, create a New - String value and name it "Append Completion" without the quotes. Set its value to "yes" without the quotes
Changes should be instant, without requiring computer restart.
A .reg file will look like below, but if you enter data manually in Registry Editor, you should lose the quotes, of course.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete] "Append Completion"="yes" |
Source (option 2 for registry solution): https://www.elevenforum.com/t/enable-or ... -11.15050/
|
|
| |
|