Changes

Annoyances of Windows Vista and Windows 7

5,969 bytes added, 16:45, 5 December 2018
The following lines were added (+) and removed (-):
== Are you sure you want to copy this file without its properties? ==Trying to copy files from the system to removable media such as a USB flash drive and Microsoft prompts an annoying and reoccurring error message.  The message is vague and misleading. It relates to NTFS ADS (alternate data streams). The NTFS file system is inappropriate for flash media.  FAT32 is not capable of preserving the NTFS permissions of files being copied from the NTFS formatted hard drive to the FAT32 removable media.  The permissions largely include file ownership and file permissions.  These are not file "properties" but rather file "permissions."  Even when you select YES to the dialog and check the box for application of the selection to all files, it only applies to files of the specific type.  For a different file type the dialog will present itself again.  This makes a "fire and forget" unattended file copy process impossible.Microsoft suggests formatting the removable media NTFS, which is ill-advised.  Due to the additional read/write activity necessary for NTFS this would not be good for flash media.  NTFS is also less portable.  The best solution would be to have the ability to copy without the annoying prompts.Workarounds / Solutions:  (1) Using the command prompt and piping Y for yes.  (2) Using third party copy software such as TeraCopy.  (3) Getting angry and waiving your fist in the air while damning Microsoft.Example has f as the removable media. Open the command shell cmd.exe with administrator privileges. xcopy c:\files f:\ /s/h/r/i/k/e/yor robocopy c:\files f:\ /e /b /copyall /xo /itSee also: [[Copying Files in Microsoft Windows]]== Obtain the Windows 7 Service Pack 1 Full Install File ==The full install file is meant for system administrators to use on removable media or for multiple machine deployment.  It is actually the best way to install a service pack, having the full file in hand.  However, Microsoft has made it incredibly confusing locating the full network install for Windows 7 SP1 because of their dopey naming convention (or lack thereof) and poorly named debug files.  To download the stand-alone Service Pack 1 for Windows 7, go to [https://technet.microsoft.com/en-us/windows/gg635126.aspx Service Pack 1 for Windows Server 2008 R2 and Windows 7].There are many files to choose from.  The first file on the list is the .ISO (DVD image) of the Service Pack containing three different versions of the full installer.  The three versions (IA, x64, x86) are meant for three different processor / architecture types.  This ISO is for burning to a DVD disc.  The installer auto-detects the architecture.The large array of files with the word "Symbols" in the name you should not use.  They are debug files and language pack files.  The naming of all of these files is extremely confusing to anyone not working for Microsoft.The final three files in the list happen to be the ones rolled up in the a aforementioned ISO file.  As a stand alone installer it is one of these three files that you actually need for your computer.  The naming of the files relates to architecture:* IA64 for an Itanium processor (used in enterprise level servers)* X64 for 64-bit Windows 7 (AMD and Intel)* x86 for 32-bit Windows 7 (AMD and Intel)What is even more stupid, thanks to the nerds at Microsoft is the fact that the files say they are for Windows 6.1.  Well didn't you know that Windows 7 is Windows 6.1?  Well it is.  Stupid as h*ll but what do you expect from Microsoft?  <big>If you have a typical modern home computer or laptop you probably have a 64-bit processor and you will want to download the file:* '''[http://download.microsoft.com/download/0/A/F/0AFB5316-3062-494A-AB78-7FB0D4461357/windows6.1-KB976932-X64.exe windows6.1-KB976932-X64.exe]''' - which is Service Pack 1 for Windows 7, the full network install file.  It is 903MB.</big>Note:  Microsoft moves their file and link locations all the time.  The links presented here were last known to work as of September 2015.If [[Windows 7 Service Pack 1 Won't Install]] you will have to begin the troubleshooting process.== Shutdown Without Having to wait for Windows to Install Updates ==To avoid installing updates when you shut down, all you need to do is lock your computer (which you can do by pressing Win+L).  Now use the shutdown icon from the lock screen where you'll see an option to "Install Updates and Shut Down" or just "Shut Down."== GParted Causes Windows 7 Boot Failure ==[[Windows 7 Does Not Boot After GParted Resize]] because Microsoft does something very nonstandard which thwarts partition resizing software and causes people many headaches.  This is a common scenario where Microsoft does something really dumb making things difficult for the open source crowd, resulting in utilities such as GParted being untrustworthy.  The good news is the problem is typically easily repaired using a Windows 7 Recovery Disc.== Search the C: drive for a file or folder ==# Press CONTROL-R and type "explorer.exe" and press ENTER.  # On the left pane locate and click "Local Disk (C:)" # Upper right of the file explorer window is a search box with the text inside "Search Local Disk (C:)"# Enter the filename you want to search forResults will appear including files and folders.  It is not as clean as the old search tool, but this is what you're stuck with when using Vista and 7.== TrustedInstaller won't let me delete a file or folder ==The TrustedInstaller user account is in Windows 7 but _not_ Vista. The TrustedInstaller user account owns your system files.  If you try to delete a system file such as notepad.exe then you will receive an error.  See our help page on [[Working Around TrustedInstaller]] to find out how to take ownership of your files and delete system files you want to be rid of, such as the lousy notepad.exe that Microsoft is so proud of.{{:Template-windowssecuritymenu}}
Bureaucrat, administrator
16,192
edits