File History doesn't work: What components do I need to keep to use it?

PhsMu

Active Member
Exactly what it says on the tin: I want to use that feature, but while I have the icon on the Control Panel, nothing happens when I click it.

Or if someone else has a way to create .wim images from inside the running system, for backup purposes, that works too.
 
Here it is. I'm sysprepping because of an update, and Office breaking when I remove useless fonts.

I do it in parts to integrate NetFramework Updates. I think I forgot a few services deactivated that I shouldn't.

Had to redo the last one because of my Product Key. Sorry but it took a while.
 
Now, what is the "Reg Adjustments 8.reg" file content?

I see nothing that could disable the file history.
 
@PhsMu, confirmed, it's the "Encrypting File System (EFS)" component, will move the "File History" under it so the dependency is more clear. Please keep it next time.

Thanks.
 
Thanks Nuhi.

@Kasual: for completion's sake, Here is the RegAdjustments8 file, just some minor tweaks (I had tried without them before replying, that's why it took so long):

Code:
Windows Registry Editor Version 5.00

; Recycle Bin and Control Panel under My Computer

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{21EC2020-3AEA-1069-A2DD-08002B30309D}]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}]


; SECURITY TWEAKS

; Disable Administrative Shares

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters]
"AutoShareServer"=dword:00000000
"AutoShareWks"=dword:00000000


; Disable file association web-service - Bypassing "Browse web for program" to open unknown extension.
; "Open With..." becomes default

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"NoInternetOpenWith"=dword:00000001


; SPEED TWEAKS

; Disable the NTFS Last Access Time Stamp (speeds up viewing folders in ntfs)

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"NtfsDisableLastAccessUpdate"=dword:00000000


;Speed-up Access to AVI Media Files

[-HKEY_CLASSES_ROOT\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}]

[-HKEY_CLASSES_ROOT\SystemFileAssociations\.avi\shellex\PropertyHandler]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Wallpapers\KnownFolders\0\Windows Wallpapers\MergeFolders]
"%windir%\\Globalization\\MCT\\MCT-AU\\Wallpaper"=""
"%windir%\\Globalization\\MCT\\MCT-CA\\Wallpaper"=""
"%windir%\\Globalization\\MCT\\MCT-GB\\Wallpaper"=""
"%windir%\\Globalization\\MCT\\MCT-US\\Wallpaper"=""
"%windir%\\Globalization\\MCT\\MCT-ZA\\Wallpaper"=""


[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\InstalledThemes\MCT]
"%windir%\\Globalization\\MCT\\MCT-AU\\Theme\\AU.theme"=""
"%windir%\\Globalization\\MCT\\MCT-CA\\Theme\\CA.theme"=""
"%windir%\\Globalization\\MCT\\MCT-GB\\Theme\\GB.theme"=""
"%windir%\\Globalization\\MCT\\MCT-US\\Theme\\US.theme"=""
"%windir%\\Globalization\\MCT\\MCT-ZA\\Theme\\ZA.theme"=""

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_ShowRun"=dword:00000001
 
Back
Top