Customization :: Remove All Unwanted Tools And Services?

Feb 10, 2016

As we all know, the classical Windows XP has a tool.... XpLitePro ... to remove all unwanted software and services you wish to have deleted. XpLite could both remove hidden programs/services which are not visible in configuration screen/ remove programs section

Question: Does Windows 10 have such a tool already? I can't hardly wait to remove unwanted stuff..

View 9 Replies


Similar Messages:


Drivers/Hardware :: How To Remove Unwanted Partition Without Losing Anything

Nov 14, 2015

I have recently built my own PC. During the initial setup process my friend create a partition on my ssd. I would like to remove the partition without losing anything.

I have a 250 GB SSD and a 1TB HDD. My OS and personal data is on the SSD. I want to keep everything where it is at or at least be able to put it back.

is there any way to move EVERYTHING to my HDD, clean the SSD, then move it back.

View 4 Replies

Customization :: Turning Off Services With Reg

Jul 29, 2015

I am working on a .reg file to disable all the unwanted services. I do not know the keys to use for the following services and would like adding them to my .reg located below.

Security AccountsSystem Event NotificationWindows FirewallWindows Eventlog

And can you look over my current list and see if there is anything that 100% must not be turned off? Is there anything else you would add?

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesSchedule]
"Start"=dword:00000004

[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesALG]
; Application Layer Gateway Service
"Start"=dword:00000004

[Code]

View 7 Replies

Customization :: How To Get Rid Of Unwanted Taskbar Items

Feb 2, 2016

UNPIN UNWANTED ICONS FROM TASK BAR I just upgraded two systems to Win 10 this weekend but am having trouble finding out how to remove unwanted icons from the task bar.

DesktopDownloadsPicturesDocumentsMusic

These take up space I prefer to use for desired icons. I don't need or want them there but there is no "un-pin" option for those. I have searched and all I can find are results to hide the entire task bar or instructions on how to add to the taskbar but not a word on how to remove those unwanted items.

I would also like to know how I can un-pin one specific drive which is encrypted so it is not available on taskbar...it always wants me to format it! Better to hide from taskbar. Still needs to remain visible to encryption program of course.

View 4 Replies

Customization :: Removing Unwanted Apps From All PCs?

Feb 19, 2016

We're looking at using Windows 10 at our school. I've got a few for testing. One of the things I'm trying to figure out how to do is remove things like the XBOX tile. Things we don't want students in during a class etc. Anyway I can't seem to find a way of removing them. I've found several pages listing powershell commands but they don't work. At least not for the xbox tile. Also I need a way of doing this for all PC's group policy or registry so I don't have to do it one by one.

View 2 Replies

Where To Download 64-bit ISO File Without Using The Tools

Jul 31, 2015

I have a legal copy ( and registered) of windows 7 ultimate on my desktop pc. I cannot get the windows 10 upgrade icon. have tried all the ways to fix the issue to no avail. I use to be a technet subscriber who could download windows software already as an iso file, so I'm looking for the same type in the windows 10 upgrade.

View 3 Replies

Apps :: Google Input Tools

Aug 8, 2015

Just updated to Win 10x64 Home. Google Input Tools not available in Edge. Forced to type non-English language in MS Word and then paste it in Edge.

View 1 Replies

Show Administrative Tools On Start Menu?

Aug 7, 2015

This is an option on the Windows 7 Start Menu. On Windows 8.x, I used Start8 to get the Administrative Tools menu. But since Windows 10 now has a native start menu, I'd rather not mess with third part start menus. Right now I go to Control Panel to get Administrative Tools. But even Control Panel isn't on the start menu unless it get pinned.

View 3 Replies

Russian Writing In TOOLS Under Bootloader Menu

Oct 28, 2015

My PC started shutting off randomly. i checked the event manager and it turns out that the pc is shutting off because of a sudden loss of power. then, i noticed something in my boot loader. when booting up my computer, there's some sort of russian writing under TOOLS in the bootloader menu..... is this the reason my pc keeps shutting down?and what does this russian writing mean? my computer has nothing to do with russia. I live in pakistan and i never chose russian as an option under languages and settings or anything else of the sort.

View 1 Replies

Apps :: Recovery Tools - Bootable Rescue Disk?

Oct 21, 2015

Windows 10 Recovery Tools - Bootable Rescue Disk Created a Custom Windows Rescue Disk using WinPE It allows you access to a non-working system - and provides a visual means to repair the system You would have to download the ISO and then burn it to USB or CD to create a bootable WinPE disk.

Updated Win10PESE ISO
version 10586
WIN10586PESE_x64.ISO <<----
<>
WIN10586PESE_x86.ISO <<----

Windows 8.1 Recovery Tools - Bootable Rescue Disk

WIN8.1PESEx86 ISO DOWNLOAD <<-----
<>
WIN8.1PESEx64 ISO DOWNLOAD <<-----

Modify WinPESE Boot.wim and Create New ISO
Modify-WinPESE.zip

Other Useful Tools and Utilities

ShowKeyPlus

Ultimate ESD

SFC Scannow and Dism RestoreHealth - Image Health - Repair Corrupt Files

System Restore Points Gone Missing

View 9 Replies

Adding Old File / Edit / Tools Menu To Folders?

Sep 25, 2015

I was looking to see if there is a way to add the W7 File, Edit, Tools, Help, etc. Menus to W10 Folders. I searched but found nothing at all. Maybe I am not searching correctly or calling it the correct thing.

If not, is there any way to add commands to the Quick Access Toolbar in Folders? I see you can add some limited stuff like Redo, Rename, etc. But I would like to add some basic commands like copy and paste, etc.

View 4 Replies

Customization :: Remove Folders From Explorer

Oct 14, 2015

How do I remove "Folders" from Windows Explorer? I use only "Devices and Drives." I see nothing in folder and search options that lets me remove "folders" from Windows Explorer. Is this customization possible?

View 3 Replies

Customization :: How To Remove Quick Access

Aug 18, 2015

How can I remove "quick access", or at least change the option to point to a file in the folder where I save it.

Only after saving several files that were directed to "My Documents" (not on C: drive) did I find that I couldn't locate them. I finally found them on "quick access".

View 1 Replies

Customization :: How To Remove All Bundled Apps

Aug 3, 2015

[URL].... This can be done using the command line tool, PowerShell. To open PowerShell, open the Start menu (press Win key on the keyboard) and type Powershell. When it comes up in the search results, right click on it and choose "Run as administrator". Or you can also press Ctrl + Shift + Enter to open it as administrator. Opening PowerShell as administrator is important, otherwise, the commands you run will fail.

Type the following command to remove all Modern apps from the system account:

Code:
Get-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage -online

This means that all newly created user accounts will come without built-in Modern apps. This also means that new user accounts will be created faster.

Finally, here's a command that will remove Metro apps for all user accounts:

Code:
Get-AppxPackage -AllUsers | Remove-AppxPackage

This works, I used the last one and every app except Contact Support, Cortana, Edge,Settings and Windows Feedback were removed.

Make a Restore Point and/or Backup your registry before doing this. Caution: Use at your own risk.

View 2 Replies

Customization :: Can't Add Or Remove Items From Start List

Jul 29, 2015

The situation is I can't add any item to the "start list', which is the list on the left of the start icons.As far as I've read, it's supposed to be as easy as dragging an icon, but it can't be done I get an "x" when I reach the destination at the left.Strange also, is that in my context menu there is no option named "start list", which posters point as an option to add a program icon to the list. Also, right clicking on an item on start list does not show me the "remove from this list option".

View 1 Replies

Customization :: Remove OneDrive Folders From Libraries

Aug 15, 2015

I actually do use OneDrive, and I am not trying to remove the app entirely. However, it seems like if I remove the OneDrive folder from my libraries (music, pictures, documents), next boot they show right back up.

This is incredibly annoying as I actually want my folders isolated... Documents is my local documents, and only the stuff I want put in the cloud is in OneDrive.

View 9 Replies

Customization :: Remove DropBox From Navigation Pane?

Aug 22, 2015

I just did read (and do) instructions about removing OneDrive from the left explorer-pane. (and the quick-access pane) after reading a few hour, with instructions it was done in 2/3 mins

but now the question.. since this is about DropBox and not about OneDrive, I want to remove the DropBox item from the left-explorer-pane, but i do not want to remove (uninstall) dropbox...

View 7 Replies

Customization :: Hide / Remove OneDrive In File Manager

Sep 6, 2015

I would like the OneDrive icon to be hidden/removed from File Explorer on my 64 bit Windows 10 Home device. I find the same steps all over the that don't seem to work for me involving setting two flags in the registry as follows:

Set the System.IsPinnedToNameSpaceTree DWORD value to 0 for both of the following:

HKEY_CLASSES_ROOTCLSID{018D5C66-4533-4307-9B53-224DE2ED1FE6}
HKEY_CLASSES_ROOTWow6432NodeCLSID{018D5C66-4533-4307-9B53-224DE2ED1FE6}

I've set them both on and off, restarting inbetween, several times but it doesn't seem to affect OneDrive in the File Manager. The other option presented is ripping OneDrive out completely but that doesn't seem to work for me as well. Those instructions involve killing the OneDrive process and then removing it using the following commands:

64-bit edition of Windows 10: %SystemRoot%System32OneDriveSetup.exe /uninstall
32-bit edition of Windows 10: %SystemRoot%SysWOW64OneDriveSetup.exe /uninstall

I've though I'm running 64-bit Windows 10 I don't even have OneDriveSetup.exe in my System32 folder. I do have it in my SysWoW64 folder but when I run it with the /uninstall switch nothing seems to happen and the OneDrive icon remains in File Explorer.

View 3 Replies

Customization :: Remove Shortcut Arrow From Desktop Icons

Jul 18, 2015

How remove shortcut arrows from desktop icons in Win10 ?

View 7 Replies

Customization :: Remove Pin To Start Context Menu For Files

Aug 3, 2015

Looking to remove the "pin to start" context menu from Windows 10, I use startmenu replacement and that option is very much in the way.There was a way for win 8.1.Files in Windows 8..But reg files changed, so how to get Win 10 version of it?

View 1 Replies

Customization :: How To Remove The Hero Wallpaper On The Login Screen

Jul 4, 2015

The new build of windows 10 now comes with the Hero wallpaper shown behind the logon screen. What I would like is for this to be removed/disabled to return it to the traditional blue screen only.

View 9 Replies

Customization :: Cascading Safely Remove Context Menu?

Jan 2, 2016

I have created Eject "N", etc for each drive letter from G-Z and they all work. They will safely remove my external HDDs. I have also created a context menu entry for Safely Remove > and it has a string value for subcommands, none of which will show when hovered upon. I need to move all of my Eject entries under the Safely Remove in order to keep my context menu clutter free.how to do this?

View 3 Replies

Customization :: Remove (Customize This Folder) From Context Menu

Dec 20, 2015

Is there a wizard around that can give me a .reg file to remove ''Customize this Folder'' from the context menu?

''Customize this Folder'' context menu : techsupport

View 4 Replies

Customization :: Remove Or Change Logon Screen Background?

Aug 21, 2015

I would assume people may want to tinker with their logon screen background picture. (an example of this screen, to clarify, is below)

This is the picture that is behind the logon screen, which is by default the Windows 10 hero wallpaper. If you would like to change this image to your accent color, here's how

WARNING: To do this option, you will have to mess with registry settings. As you may know, registry settings influence the way Windows works on your machine. Therefore, if you do something incorrectly, you may have to reinstall Windows. Proceed with caution.

The first step is to open Run (+R) and type regedit

Once Registry Editor opens, go to HKEY_LOCAL_MACHINESoftwarePoliciesMicrosoftWindowsSystem. There, make a new DWORD value called DisableLogonBackgroundImage and set the value to 1 to change it to your accent color. If you ever wish to revert this change, setting it to 0 will revert it back to the 'Hero' image.

Restart and your logon screen background will now be your accent color that you have selected. If it changes, the color of your logon screen will change as well.

View 9 Replies

Customization :: Remove (Cast To Device) From Right Click Menu?

Jul 29, 2015

I'm in the process of clearing up my right click menus after installing Windows 10. how to remove the "Cast to Device" item.Is there a way to remove it (for folders and files)?

View 6 Replies

Customization :: Remove Network Locations From Windows Explorer

Oct 15, 2015

How do I remove "Network Locations" from Windows Explorer without turning off my network? I just don't want to view it in Windows Explorer.

View 6 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved