نوشته شده توسط : ashley

Microsoft recently released a brand new terminal application called Windows Terminal. The terminal application has a lot of features that the developers have been asking for years. Among those features is the fact that ability to add any console window to a different tab. Allow me to show you how you can add Ubuntu tab towards the Windows Terminal.

Automatically, Windows Terminal comes with PowerShell and Command Prompt tabs. If you want to, you can include a variety of other consols towards the Windows Terminal. For instance, if you're a web developer and want to add a Linux console to Windows Terminal. It can be done by adding a few lines of code inside a JSON file.

Note: I assume you've already installed the brand new Windows Terminal app. Otherwise, you can install it from the Microsoft Store.

Add Ubuntu Tab to Windows Terminal

1. Make sure that you've installed Ubuntu in Windows 10. If not, you are able to install Ubuntu in Windows 10 with just a few clicks. Follow that Ubuntu installation guide and are available here next.

2. Before you add Ubuntu tab to Windows Terminal, you have to produce a new GUID (Globally Unique Identifier). This is the way Windows Terminal differentiates between different consols. To develop a new GUID, look for Ubuntu within the start menu and open it up.

3. Within the Ubuntu window, execute the uuidgen command. This will give a distinctive GUID, copy it. We are going to need that GUID in the coming steps. So, paste it somewhere safe.

A fast tip: Select the GUID with the mouse and right-click to repeat.

4. Now, keep the windows open Terminal by searching for it within the start menu.

5. In the Terminal window, click the dropdown icon and choose "Settings".

6. The above action will open the profiles.json file in your default code editor. With my case, the default code editor is VS Code. Within the editor, scroll down until you begin to see the Profiles array. After the array add ,.

7. Next, copy and paste the below code underneath the , while replacing YOUR_GUID using the actual GUID you have in step 3.

Note: If you've installed a specific form of Ubuntu then customize the 5th line in the below code and add the version number too. For instance, if you have installed Ubuntu 18.04, modify the line as wsl.exe -d Ubuntu-18.04.

"acrylicOpacity":0.75,
"closeOnExit":true,
"colorScheme":"Campbell",
"commandline":"wsl.exe -d Ubuntu",
"cursorColor":"#FFFFFF",
"cursorShape":"bar",
"fontFace":"Consolas",
"fontSize":12,
"guid":"YOUR_GUID",
"historySize":9001,
"icon":"C:/Dummy/image.png",
"name":"Ubuntu",
"padding":"0, 0, 0, 0",
"snapOnInput":true,
"startingDirectory":"%USERPROFILE%",
"useAcrylic":true

8. Press Ctrl + S in order to save the JSON file.

9. Now, return to the Windows Terminal and click on the dropdown menu. You will notice the new Ubuntu option.

10. Click the Ubuntu option and the Ubuntu terminal will open in Windows Terminal.

Add Custom Tab Icon to Ubuntu Tab in Windows Terminal

Should you consider the dropdown menu, there is no icon next to the Ubuntu option. That is because you have not added any. The good thing is, you can any image you would like because the Ubuntu tab icon.

1. The first thing you need to do is locate the icon you need to set. The icon ought to be in PNG format with transparent background and 32x32 size. You can use this web site to find free icons.

2. After you have the icon, save it somewhere in your hard disk. For instance, I've got a dedicated folder in my I drive that hosts all the icons I use for various folders.

3. Now, open the profiles.json file, go to the Ubuntu profile, find the "icon" value and replace the dummy icon path using the actual icon path. In my case, the icon path is "I:/System Icons/ubuntu.png".

4. Save the file.

That is it. You will notice the new icon applied instantly in the Windows Terminal.



:: بازدید از این مطلب : 222
|
امتیاز مطلب : 0
|
تعداد امتیازدهندگان : 0
|
مجموع امتیاز : 0
تاریخ انتشار : پنج شنبه 24 بهمن 1398 | نظرات ()
نوشته شده توسط : ashley

To better protect your personal and sensitive files, Microsoft added a brand new feature in OneDrive called Personal Vault. Adopt these measures to allow and setup the Personal Vault in OneDirve.

What's OneDrive Personal Vault?

OneDrive personal vault is really a dedicated folder in inside your OneDrive account and it is protected with extra security and encryption. The vault can be used to store your sensitive documents along with other files. Personal vault adds an additional layer of security utilizing a second identity verification process like OTP, fingerprint, PIN, facial recognition, etc.

Once you create the personal vault, every time you open it up, you have to identify yourself by having an additional verification step, even if you are logged into OneDrive.

Since the personal vault is much like any other folder in OneDrive, albeit with additional security, it may be synced with Windows 10, Android app, and iOS app. As you can guess, many of the helpful for desktop users. You'll have instant access to some protected and encrypted folder where you can store your files without going through hoops to password-protect folder or hide a folder. With a single click, the files are locked away from prying eyes.

Steps to Setup OneDrive Personal Vault

Establishing the personal vault is fairly simple. Just stick to the steps you will have it very quickly.

1. First, log in for your OneDrive account. You will see a brand new folder called "Personal Vault". Double-click on it.

If you do not see the Personal Vault folder then it implies that the feature isn't rolled out for you. Microsoft has created the feature in waves. So, you will have access to it eventually.

2. You will notice a welcome screen. Click on the "Next" button to continue.

3. You'll be prompted to ensure yourself. Click on the "Verify" button and verify yourself.

4. That is it. You will get access to the Personal Vault. You can upload files to it like every other OneDrive folder.

Do note that as of penning this, the personal vault is limited to 3 files only. If you want to extend the limit, you have to subscribe to Office 365.

5. Once you are done using the personal vault, click on the "vault" icon appearing on the top-right corner after which select "Lock". That's it. Your files are secure and secure.

6. Like I said before, the private vault will also sync with your device. For example, if you open the OneDrive folder in Windows 10, you will notice the Personal Vault.

7. Double-click onto it, authenticate yourself and you will get access towards the vault. Exactly the same steps can be applied to Android and iOS apps. Once unlocked, you can include, remove, or modify as with normal OneDrive folders.

8. The folder will be auto-locked after Twenty minutes of inactivity. Alternatively, you are able to lock it by right-clicking onto it the vault and selecting the "Lock Personal Vault" option.

If you wish to disable Personal Vault, that can be done from the OneDrive website. Before disabling the private vault, move any files inside it. Next, click the Vault icon, select "Personal Vault Settings" after which click on the "Disable" link.

Wrapping Up

That's all. It's that easy to set up and access the private vault in OneDrive. Though the feature is limited to free users, it still is quite a neat accessory for OneDrive.



:: بازدید از این مطلب : 259
|
امتیاز مطلب : 0
|
تعداد امتیازدهندگان : 0
|
مجموع امتیاز : 0
تاریخ انتشار : سه شنبه 22 بهمن 1398 | نظرات ()
نوشته شده توسط : ashley

With simple commands, you can delete any file you would like from the Command Prompt. Follow the below steps to learn how.

Using command prompt and PowerShell, that you can do almost anything on Windows 10. Deleting a file or a bunch of files is certainly not hard. Though you can certainly delete files by pressing the Delete key on your keyboard, there can be times when you should utilize the commands to delete files.

So, in this short tutorial allow me to show you the simple commands to delete files in Windows.

Command to Delete Files

When you want to delete something via the Command Prompt, you will find multiple scenarios. For instance, you can delete just one file, delete multiple files, delete files with a specific extension, delete read-only files, etc.

To create things easier, I've divided the commands into their own sections. Depending on what you are looking for, click on the jump link below to see the command usage.

Files deleted via below commands are not moved to the Trash can. i.e, they're deleted permanently. That implies that you cannot recover them. So, be careful by what you are deleting.

The del commands shown below will also use PowerShell.

1]. Command to delete a single file

To delete a single file, all you need to do is perform single command with the file name.

1. First, search for cmd within the start menu, right-click on Command Prompt and choose Run as administrator choice to open a heightened command prompt.

Note: You are able to delete files without admin privileges so long as the files fit in with your user account.

2. Now, make use of the cd command to visit the folder where the files you want to delete are located. For instance, the files I want to delete are in a folder named "del" on my desktop. So, I use the next command.

cd c:\users\vamsi\desktop\del

When you are within the folder, simply execute the below command to delete personal files. Don't forget to replace <filename> with the actual file name along with its file extension. With my case, the file name is image-1.jpg.

del <filename>

Whenever you successfully delete a file, you will not see any confirmation message. However, when there is any difficulty, the command prompt can have a mistake message.

2]. Delete multiple files with a command

There's two ways to delete multiple files within the command prompt. In the first method, you will specify all the file names manually. This provides you best control over the files you delete. The 2nd technique is to use the wildcard. This is helpful for bulk delete operations.

2.1 Specify file names manually

If you have multiple specific files to delete, you are able to manually specify the file names. The benefit of this process is that you is only going to delete those files and ignore all others.

1. Just like before, open the Command Prompt and visit the folder in which the files to delete are located.

2. Next, execute the below command while replacing <filname1>, <filename2>, etc., with the actual filenames. You can specify as numerous filenames as you would like.

del <filename1> <filename2>

2.2 Bulk delete files with a wildcard

To bulk delete files inside a folder, you can use * ( wildcard ). The wildcard feature is extremely useful when you want to delete all files, files having a specific name, files with a specific extension, etc., inside a folder.

1. To delete all files in a folder, use the below command.

2. As you are deleting all of the files inside a folder, Windows will warn you. Simply type Y and press Enter to confirm file deletion.

del *

3. Delete all files that start with a specific name. The below command will delete all the files with the name that begins with "image".

del image*

4. Delete all files which contain a specific word. The below command will delete all the files using the name which contains "tFile".

del *tFile*

3]. Command to delete files with a specific extension

1. If you are searching to delete files that have a specific file extension you'll be able to use the below command. Don't forget to replace "fileExtension" using the actual file extension, like png, jpg, zip, etc.

del *.fileExtension

For example, to delete all the PNG files in a folder, the command with look something like this.

del *.png

2. To delete all files having a specific name and file extension, make use of the below command. Don't forget to replace the file name and extension to match your needs.

del ima*.png

4]. Delete read-only file with Command Prompt

Read-only files are safe and tend to be hard to delete, by design. By trying to delete a read-only file via command prompt while using above command, you'll receive "Access is denied" error message.

To delete a read-only via the command prompt, you have to force it.

1. Open the command prompt and navigate to in which the file is located.

2. When you are here, make use of the below command. Replace <filename> using the actual filename.

del /f <filename>

3. As an alternative, you may also make use of this command to delete read-only files.

del /a:r <filename>

Overall

As you can tell, commands to delete files in Windows are pretty simple and straight forward. You just need just one command and you are all set.



:: بازدید از این مطلب : 236
|
امتیاز مطلب : 0
|
تعداد امتیازدهندگان : 0
|
مجموع امتیاز : 0
تاریخ انتشار : جمعه 18 بهمن 1398 | نظرات ()
نوشته شده توسط : ashley

NVIDIA has rolled out a brand new form of its GeForce Graphics driver, namely build 442.19, which is the Game Ready driver with regards to the Zombie Army: Dead War 4 title, but provides performance optimizations, profiles, and bug fixes for Apex Legends Season 4 and Metro Exodus: Sam's Story too.

In addition to that, the 442.19 release adds Virtual Reality - Variable Rate Super Sampling (VRSS) setting VR applications profiled for VRSS, extends Maximum Frame Rate values (min=20, max=1000), and fixes The Witcher 3: Wild Hunt - Blood and Wine crash events.

Moreover, the current update resolves Call of Duty Modern Warfare streaming problems, make certain Doom (2016) doesn't crash when launched on GeForce 600/700 series (Kepler) GPUs, correct NVENC memory leak, and implements several other changes as highlighted within the Release Notes below.

As for the os's, the update is compatible with 64-bit variants of Microsoft's Windows 7, 8, 8.1, and 10 platforms (both desktop or notebooks). Also, remember that there are two available packages for Windows 10: one standard and something DCH driver.

Regarding installation, first ensure this release supports your GPU model, save the appropriate package suitable for your operating-system, run it, and wait for a wizard to extract all files necessary for the upgrade.

Afterward, follow all on-screen instructions for an entire and successful installation. Also, it would be smart to execute a system reboot to permit all changes to take effect properly.

Having said that, download NVIDIA GeForce Graphics Driver 442.19, apply it on your computer, and regularly check our web site to bear in mind when a newer version is available for download.



:: بازدید از این مطلب : 256
|
امتیاز مطلب : 0
|
تعداد امتیازدهندگان : 0
|
مجموع امتیاز : 0
تاریخ انتشار : چهار شنبه 16 بهمن 1398 | نظرات ()
نوشته شده توسط : ashley

With remote desktop enabled, you are able to remote into Windows 10 from anywhere and just about any device. Stick to the below steps to enable RDP on Windows 10.

The Remote Desktop feature in Windows continues to be there for a long time and it is very helpful when you wish to access the system, transfer files, or provide some kind of PC Support remotely. For example, from time to time, I personally use the RDP to access my home computer from my work computer as well as in the Android mobile.

The best thing is by using just one toggle, you are able to enable the Remote Desktop feature and allow remote connections to your Windows 10 system without needing any 3rd party software whatsoever.

So, without further ado, here's how you can let the RDP feature in Windows.

Note: RDP is limited in Windows 10 Home edition. i.e, you can remote into other machines however, you cannot make others connect with your machine. Simply put, because of restrictions Windows 10 Home cannot act as an RDP server. You will find workarounds but that is for another article.

Steps to allow RDP on Windows 10

In older versions of Windows, you need to go through different menus and windows to enable the feature. However, in Windows 10 Microsoft made the procedure a little more easy, understandable, and configurable. Just follow the steps and you will be good.

1. First, open the PC Settings app. It can be done by press the Win + I keyboard shortcut or by hitting the "All Settings" button in the Notification Center.

2. After opening the PC Settings app, visit "System → Remote Desktop". On this page, toggle the "Enable Remote Desktop" change to ON position.

3. In the confirmation window, click on the "Confirm" button.

That is it. You've enabled the Remote Desktop feature. Automatically, your PC will only be visible in the Local Network. This is particularly useful when you wish to access local machines like Media Centers.

To supply additional security, the bond is password protected. So, if you want to remote into the machine, you have to supply the username and password of your user account. If you don't wish to feel the authentication process, click the "Advanced Settings" link and uncheck the "Requires Authentication" checkbox around the next page. However, removing authentication isn't recommended.

Remote Desktop On the internet

For security reasons, the default configuration of Remote Desktop only allows remoting from local computers. Should you travel a lot or prefer to access your home computer from work, you need to further configure your machine to remote over the internet.

To make this happen, you must have a static Ip and can even have to set up port forwarding inside your router. Otherwise, you can't remote to your Windows 10 computer on the internet. For those who have a static Ip, it is very simple to configure the device. Just follow this Microsoft doc page and you will configure the body in no time.

That's all.



:: بازدید از این مطلب : 260
|
امتیاز مطلب : 0
|
تعداد امتیازدهندگان : 0
|
مجموع امتیاز : 0
تاریخ انتشار : پنج شنبه 10 بهمن 1398 | نظرات ()
نوشته شده توسط : ashley

Start, Taskbar and Action Center option appearing grayed out in the PC Settings app? Adopt these measures to help make the option available again.

Recently, I have seen an unusual issue in which the "Start, Taskbar and Action Center" option in the PC Settings app, "Personalization → Colors" page to be more specific, is grayed out. Since I use dynamic wallpapers app having a light theme for that start menu and taskbar, I never thought about this that much. However, after i wanted to result in the start menu and taskbar colorful, I can no longer do it. Due to the fact the option to complete just isn't available. i.e grayed out.

Although the issue looks obscure and odd, it's simple enough to repair. Just follow the steps as is and you will have the option in a couple of seconds.

Steps to Fix Start, Taskbar and Action Center Grayed Out Issue

The reason why the beginning, Taskbar and Action Center choice is grayed out is that you are using the "Light" theme on Windows 10. While using the Light mode, Windows 10 will disable the choice and stops you against applying any color towards the start menu and taskbar. I believe the reason behind this odd behavior is the fact that adding color to start menu or taskbar when utilizing Light mode defeats the reason. As well as, all the icons are inverted to make them visible while using the light mode. If you set a color, they might not appear properly.

So, to fix the problem, all you have to do is either use dark or custom mode.

1. First, open laptop computer Settings app by pressing Win + I keyboard shortcut. Within the Settings app, visit the "Personalization → Themes" page.

2. Within the right panel select the "Windows" theme.

3. The above action will set the colour to Custom mode. That's, Windows to dark mode and app theme to light mode.

4. Because the taskbar and begin menu are no longer using Light mode, the Start, Taskbar and Action Center option is going to be enabled and open to you.

As a substitute, you may also set the Color scheme to Dark Mode to enable the choice.

Overall

Keep in mind that if you choose Light mode or set the Windows mode to Light mode (when utilizing Custom color scheme), the beginning, Taskbar and Action Center option will be grayed out again.

That is all.



:: بازدید از این مطلب : 233
|
امتیاز مطلب : 0
|
تعداد امتیازدهندگان : 0
|
مجموع امتیاز : 0
تاریخ انتشار : سه شنبه 8 بهمن 1398 | نظرات ()
نوشته شده توسط : ashley

Don't wish to lose your Minecraft progress or like to continue caring for your world on another computer? Here's a simple method to backup Minecraft Windows 10 edition to OneDrive.

Within the regular Minecraft Java edition, you are able to alter the save folder to anywhere you would like. This lets you sync worlds with OneDrive or any other similar cloud services and access them on any computer without losing progress. However, in Minecraft Windows 10 edition, also known as Minecraft Bedrock edition, you simply cannot alter the save location. If you are curious, you'll find Minecraft Windows 10 save folder in the AppData folder in C drive. If you want to backup the Minecraft worlds, you have to manually copy the files.

Now, manually backing up or syncing Minecraft worlds is doable. But it is a chore and you don't have to get it done when there are automatic and ways. Having a simple trick, you are able to backup or sync Minecraft with OneDrive.

Note: The method below does apply to Minecraft Windows 10 edition or Bedrock edition only. If you work with the standard Java edition, you can simply alter the save place to OneDrive in the game settings menu.

Also, I assume that you've already installed OneDrive in Windows.

Sync Minecraft with OneDrive

In case you are wondering, no, we're not likely to apply certain third-party program to sync Minecraft with OneDrive. Rather we will utilize a built-in Windows function called Symbolic links. To place it in simple words, you create a folder within the OneDrive folder and link it towards the actual Minecraft saves folder.

Once the folders are linked, any changes made in either of the folders is going to be reflected in the other folder. This only denotes that all your Minecraft save files will be supported and synced to OneDrive. Though sounds complicated, it's very easy to do.

Just stick to the steps below and you'll be all set very quickly.

Steps to Follow to Backup Minecraft Windows 10 Edition to OneDrive

Creating a symbolic link between two folders is nothing hard. All you have to do is execute a single command.

1. First, open the beginning menu, search for "cmd" and click on the end result to spread out Command Prompt.

2. Within the Command Prompt window, execute the below command while replacing <BackupFolderName> using the folder name of your liking. With my case, I chose "Minecraft" because the folder name.

Note: If you've moved the OneDrive folder with a other location then change the OneDrive path within the command below to match that.

mklink /J "%UserProfile%\OneDrive\<BackupFolderName>" "%LocalAppdata%\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang\minecraftWorlds"

3. When the command is successfully executed, you will see the "Junction created" message.

That's whatever you are done. Should you go to your OneDrive folder, you will notice a brand new folder using the name you're considering earlier.

Open the folder to see your saved Minecraft worlds.

Wrapping Up

As long as you are utilizing the same OneDrive account on the other computer, you can access the Minecraft save data without any problems. Any game progress is going to be automatically saved to OneDrive and synced in others.

If you ever decide not to sync Minecraft save data with OneDrive, delete the Minecraft backup folder in OneDrive folder. This course of action will remove the junction link and can not delete the source Minecraft save folder. If you're unsure, backup data before deleting the folder.



:: بازدید از این مطلب : 214
|
امتیاز مطلب : 0
|
تعداد امتیازدهندگان : 0
|
مجموع امتیاز : 0
تاریخ انتشار : پنج شنبه 3 بهمن 1398 | نظرات ()
نوشته شده توسط : ashley

Problems with Windows 10 Sync with Microsoft account? Here's a simple thing you can do to fix Sync isn't available for your bank account in Windows 10.

To sync settings between all of your systems, Windows first syncs all of them with your Microsoft account. When you log into another system with similar Microsoft account all your settings is going to be automatically synced and configured. This can be a very helpful feature if you have multiple systems. For example, I have both a desktop and laptop and all sorts of settings are in constant sync and that i do not have to configure mundane settings like wallpapers.

However, under certain circumstances, the Windows Sync might be locked out on your system. When that happens, Windows 10 shows "Sync isn't available for your account. Contact your system administrator to solve this" error message right in the sync settings page within the PC Settings app.

Although the error message is cryptic and never that helpful, it is quite easy to fix the problem. So, without further ado, allow me to show the steps you need to follow to repair sync is not available error in Windows 10.

Important: Before following the below steps, make sure that your Microsoft account is active and verified. In case your Microsoft account isn't verified, you can't make use of the Windows 10 Sync functionality. You are able to verify your account out of this page. If you don't begin to see the "verify" option, continue to the steps below.

Steps to Fix Sync is Not Available for Your Account Problem

To fix the sync unavailable problem, we have to create a single registry edit. So, before editing, I suggest you backup registry just to be on the safe side.

1. First, open the start menu, search for "Registry Editor" and click on the result. Once you click, the Windows Registry Editor will open.

2. After opening the Registry Editor, copy page the below path in the address bar and press Enter. This course of action will give you to the target registry folder in which the value we need to edit exists.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System

3. Around the right panel, find out if you have a value name "NoConnectedUser". Whether it exists, then continue in the 5th step. If there is no such value, right-click around the right-panel and choose the "New → Dword Value" option.

4. Name the newly created empty value as "NoConnectedUser" and press Enter.

5. Now, double-click around the "NoConnectedUser" value. Select the "Hexadecimal" radio option, type "0" within the Value Data field and click on the "Ok" button in order to save changes.

6. Finally, close the Registry Editor and reboot Windows.

Overall

That is it. From now, you need to no longer begin to see the Sync is not readily available for your account error text in Windows 10. If you are still seeing the error, it might be an issue with your Microsoft account. To find and connect the issue, you can try running the Microsoft Account Troubleshoot app. It will look for a wide range of things and if possible fix any found issue(s).



:: بازدید از این مطلب : 257
|
امتیاز مطلب : 0
|
تعداد امتیازدهندگان : 0
|
مجموع امتیاز : 0
تاریخ انتشار : سه شنبه 1 بهمن 1398 | نظرات ()
نوشته شده توسط : ashley

Rather than manually writing the list of installed programs, you may make Windows export installed programs list. Here's how you can do it.

Recently, I wanted to reinstall Windows 10 on my main machine. Though installing Windows is certainly not hard, you cannot say the same for all the installed applications. The problem is, it's very simple for me to forget to install a number of applications. I'm able to recall the most used applications but I can't the same for programs which i use rarely. I simply don't like it when a credit card applicatoin I wish to me is not already installed.

So, before reinstalling Windows 10, I needed to produce a list of all installed programs. Now, one way would be to open the User interface and jot down all the installed application names. However, there is a much better method of doing it. Rather than you doing everything, why don't you make Windows export the installed application list to some text or HTML file? That is where this short article comes in to experience.

If you ever wish to, use one or all the methods below to create an installed programs list.

The techniques shown below may also be followed on Windows 7 and Windows 8.

1). PowerShell Command to list out Installed Programs

Using PowerShell, try listing all the installed programs in your machine. If you want to, you can also result in the PowerShell save the installed programs list to a text file having a single command.

1. Open the beginning menu, search for "PowerShell" and click on the "Run as Administrator" option. You can also select the same option by right-clicking around the result.

2. After opening the PowerShell window, execute the below command to list out all of theselect the displayed list and right-click to repeat it. Once copied, you are able to paste it inside a text document and save the file.

4. Alternatively, execute the below command and PowerShell can create a text document using the program list for you personallyThe written text file developed by PowerShell are available in the root from the C drive.

That is all. The PowerShell command to list out programs is all you need typically. However, you will see situations where a few of the programs may be missing in the list. In that case, then stick to the second method.

2). GeekUninstaller Method

GeekUninstaller is one of my favorite software to uninstall the programs from Windows. One of the best things about GeekUninstaller would be that the interface lists all the software inside a neat single table. Moreover, it also allows you to export the installed software list. We will use that functionality.

1. First, visit the official developer website and download the file. Once downloaded, extract the zip file to your desktop.

2. Since Geek Uninstaller is a portable software, you don't have to install it. Simply click around the EXE file and also the application will open. You can observe all of your installed applications on the main screen itself.

3. To export their email list, click "File → Export to HTML".

4. Select where you want to save the file, name it and then click the "Save" button.

5. After saving the file, open the HTML file to see the list of the installed programs.

3). CCleaner Method

CCleaner is one of the most popular system cleaner software that has a lot of bell and whistles. Among those options may be the ability to see and export the list of installed software. If you're a CCleaner user, follow the steps below. The advantage of this process is that it also lists the Microsoft Store apps.

1. First, open CCleaner by searching for it within the start menu. If you wish to, you are able to download and install CCleaner from the official website.

2. Within the CCleaner window, go to the "Tools → Uninstall" tab. Here, click on the "Save to text file" button.

3. Choose the destination, name the file, and then click the "Save" button.

The written text file with the list of installed programs will be saved instantly at the chosen location.



:: بازدید از این مطلب : 292
|
امتیاز مطلب : 0
|
تعداد امتیازدهندگان : 0
|
مجموع امتیاز : 0
تاریخ انتشار : پنج شنبه 26 دی 1398 | نظرات ()
نوشته شده توسط : ashley

The suggested content, tips, and links in the PC Settings app aren't helpful yet distracting? Here is a simple method to take them off completely.

In the PC Settings app, you can see embedded suggested content and tips about almost every page. Generally, these pointers and suggested content will contain links to official documentation, quick tips, and even videos demonstrating a feature. Automatically, these pointers and suggested content will appear towards the rightmost side of the page. When the window isn't wide enough, the same content will appear at the bottom from the main page.

These pointers in the Settings app mostly are meant to help you find the right path through different options and show the best way to rely on them in your favor. However, the majority of the video tips are very basic and most of the help links are nothing but Bing search queries. If you ask me, these aren't that helpful. What's more, these tips and suggested content blend in with other aspects of the Settings app like "Related Settings" and option links. This will make it quite confusing for brand new users.

So, if you feel these embedded tips are not to your benefit, it is simple to remove tips and suggested content from the Windows 10's settings app. It is quite simple to do. Let me show you how.

1] From Settings App

The PC Settings app itself has options to quickly remove suggested content and instructional videos from this. All you have to do is toggle a choice and you are done.

Open the Settings app by pressing the Win + I keyboard shortcut. Within the Settings app, go to "Privacy → General". On the right panel, toggle the switch under "Show me suggested content in the Settings page" towards the "OFF" position.

That's it. In the future, you will no use whatever suggested content within the Windows 10 Settings app. Keep in mind that this process won't take away the Bing search query links. For that, stick to the below methods.

2] From Group Policy Editor

If you wish to completely remove tips, Bing links, and suggested content, the audience Policy provides a simple policy setting.

1. First, open Group Policy Editor by searching for "Edit Group Policy" within the start menu. In the Group Policy Editor, visit the following folder.

Computer Configuration → Administrative Templates → User interface

2. On the right panel, you will notice a bunch of folders and a couple of policies. Double-click around the "Allow Policy Tips" policy. This is the policy that's responsible for showing the guidelines and suggested content within the Settings app.

3. Select "Disabled" in the policy settings window and click on the "Apply" and "Ok" buttons to save changes.

Now, either reboot Windows or open Command Prompt as admin and execute gpupdate /force command to help make the policy apply to the system. When the policy is used successfully, providing begin to see the embedded tips or suggested content and videos.

3] From Registry Editor

As an alternative, you can also edit the registry to remove tips in the Settings app. If you are running Windows 10 Home Edition, this may be the only method you can use because the Group Policy Editor isn't available to you.

1. Search for "Registry Editor" within the start menu and open it. Copy the below path, paste it in the Registry Editor's address bar and press Enter to visit the folder.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer

2. Around the right panel, see if you have a value named "AllowOnlineTips". If there is no such value, right-click around the empty space, select "New → Dword Value" and name it "AllowOnlineTips". Double-click on the value.

3. The above action will open the value configuration window. In the Value Data field, type "0" and click on the "Ok" button.

4. Close the Registry Editor and reboot Windows 10 to apply the changes you simply made.

That's it. To revert back, change the Value Data in step 3 to "1" and you're simply done. If needed, you are able to delete the worth too.

Hope that can help. If you're stuck or take some help, comment below and that i will attempt to help as much as possible.



:: بازدید از این مطلب : 137
|
امتیاز مطلب : 0
|
تعداد امتیازدهندگان : 0
|
مجموع امتیاز : 0
تاریخ انتشار : سه شنبه 24 دی 1398 | نظرات ()