Activate File History in windows 8.1 with Powershell

Hey :) 
I just wondered if there is any way to activate File History in Windows 8.1 with Powershell? 
I want to make a script where File History get activated automaticly, and since I want to do this on a lot of computers I want to use powershell. 

Hi,
Looks like you can just adjust a registry value to enable/disable this feature:
http://www.eightforums.com/tutorials/7706-file-history-enable-disable-windows-8-a.html
EDIT: Since you want to do this on multiple machines, I'd suggest using GP to set this value.
Don't retire TechNet! -
(Don't give up yet - 13,225+ strong and growing)

Similar Messages

  • How to backup only users' relevant files from File History on Windows 8.1?

    Hi,
    I would like to find out how to backup certain user's files from File History on Windows 8.1?
    I'm planning to store the backup files on our server, over a shared network, so that client can retrieve them whenever they need.
    I manage to do one by excluding all the folders from c:\, but it occurs quite silly to me to go select one by one files to exclude them.
    Please advise if there is a better way?

    Hi,
    This IT Professional forum is for general questions, feedback, or anything else related to Office 2010, since your question is more related to Windows client, I'd recommend you post a new question in the following forum for further assistance:
    https://social.technet.microsoft.com/Forums/windows/en-US/home?category=w7itpro%2Cw8itpro%2Cwindowsvistaitpro%2Cwindowsxpitpro%2Cwindowsintune
    The reason why we recommend posting appropriately is you will get the most
    qualified pool
    of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Unable to make Acrobat X the default handler/opener of PDF files on a Windows 8 laptop with Acrobat Reader also installed.

    I have a user with a Windows 8 Sony Vaio laptop with Microsoft Office 2013 Professional, Acrobat X Standard, and Acrobat Reader installed. Another program on his system requires Acrobat Reader so we cannot just remove that and keep it off the system. Regardless of what he does to set the default program to open PDF files with, when he opens a PDF file it always opens it in Acrobat Reader and not Acrobat itself. We have re-associated it and set the default program handling repeatedly and have also tried complete uninstall and reinstall of both Acrobat and Acrobat Reader which had no effect on this. At this point I am of the opinion that this is a bug and the file association is being overridden somewhere in the registry besides the file association entries. Any help is appreciated.

    The only supported way to set the default handler (besides the Wizard and cmd line properties) is via the UI at Edit > Preferences > General > Default PDF Handler. The installer has to be invoked and many registry entries get touched during the switching process.
    You should also verify your dot versions of the product support Windows 8: Overview — Acrobat and Adobe Reader Release Notes.
    Finally, while you Acrobat 10 should work with Reader 11, try reverting to Reader 10 (that should be your last resort).
    Ben

  • Add line to a text file just after a specific line with PowerShell

    Hi,
    I have to edit remotely a file called nsclient.ini on hundreds of computers, the file contains some command definitions. For example:
    [/settings/external scripts/scripts]
    check_event="C:\Program Files\NSClient++\scripts\Eventlog.exe" -e System -t Error
    check_event_application="C:\Program Files\NSClient++\scripts\Eventlog.exe" -e Application -t Error
    check_activedir=cscript "C:\Program Files\NSClient++\scripts\Check_AD.vbs" //nologo
    I need to add a new line just beneath [/settings/external scripts/scripts] This new line should not overwrite the existing lines beneath.
    Thanks for your help.

    @Blindrood
    The script does not work:
    Method invocation failed because [System.Char] does not contain a method named 'Trim'.
    At line:8 char:5
    +                 $List.($Element[0].Trim()) = $Element[1].Trim()
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
        + FullyQualifiedErrorId : MethodNotFound
    Besides it changed totally my file (it added the required string but moved the string to the top of the file and removed all the other lines of the original file.
    Original File:
    # If you want to fill this file with all avalible options run the following command:
    # nscp settings --generate --add-defaults --load-all
    # If you want to activate a module and bring in all its options use:
    # nscp settings --activate-module <MODULE NAME> --add-defaults
    # For details run: nscp settings --help
    ; Undocumented section
    [/modules]
    ; CheckDisk - CheckDisk can check various file and disk related things. The current version has commands to check Size of hard drives and directories.
    CheckDisk = 1
    ; Event log Checker. - Check for errors and warnings in the event log. This is only supported through NRPE so if you plan to use only NSClient this wont help you at all.
    CheckEventLog = 1
    ; Check External Scripts - A simple wrapper to run external scripts and batch files.
    CheckExternalScripts = 1
    ; Helper function - Various helper function to extend other checks. This is also only supported through NRPE.
    CheckHelpers = 1
    ; Check NSCP - Checkes the state of the agent
    CheckNSCP = 1
    ; CheckSystem - Various system related checks, such as CPU load, process state, service state memory usage and PDH counters.
    CheckSystem = 1
    ; CheckWMI - CheckWMI can check various file and disk related things. The current version has commands to check Size of hard drives and directories.
    CheckWMI = 1
    ; NRPE server - A simple server that listens for incoming NRPE connection and handles them.
    NRPEServer = 1
    ; NSClient server - A simple server that listens for incoming NSClient (check_nt) connection and handles them. Although NRPE is the preferred method NSClient is fully supported and can be used for simplicity or for compatibility.
    NSClientServer = 1
    ; Undocumented section
    [/settings/default]
    ; ALLOWED HOSTS - A comaseparated list of allowed hosts. You can use netmasks (/ syntax) or * to create ranges.
    allowed hosts = 10.1.1.13
    [/settings/external scripts/scripts]
    check_event="C:\Program Files\NSClient++\scripts\Eventlog.exe" -e System -t Error
    check_event_application="C:\Program Files\NSClient++\scripts\Eventlog.exe" -e Application -t Error
    check_activedir=cscript "C:\Program Files\NSClient++\scripts\Check_AD.vbs" //nologo
    check_time=cscript.exe //T:30 //NoLogo "C:\Program Files\NSClient++\scripts\check_time.vbs" remrootvdc03 +5 +10
    ; A list of aliases available. An alias is an internal command that has been "wrapped" (to add arguments). Be careful so you don't create loops (ie check_loop=check_a, check_a=check_loop)
    [/settings/external scripts/alias]
    ; alias_cpu - Alias for alias_cpu. To configure this item add a section called: /settings/external scripts/alias/alias_cpu
    alias_cpu = checkCPU warn=80 crit=90 time=5m time=1m time=30s
    ; alias_cpu_ex - Alias for alias_cpu_ex. To configure this item add a section called: /settings/external scripts/alias/alias_cpu_ex
    alias_cpu_ex = checkCPU warn=$ARG1$ crit=$ARG2$ time=5m time=1m time=30s
    ; alias_disk - Alias for alias_disk. To configure this item add a section called: /settings/external scripts/alias/alias_disk
    alias_disk = CheckDriveSize MinWarn=10% MinCrit=5% CheckAll FilterType=FIXED
    ; alias_disk_loose - Alias for alias_disk_loose. To configure this item add a section called: /settings/external scripts/alias/alias_disk_loose
    alias_disk_loose = CheckDriveSize MinWarn=10% MinCrit=5% CheckAll FilterType=FIXED ignore-unreadable
    ; alias_event_log - Alias for alias_event_log. To configure this item add a section called: /settings/external scripts/alias/alias_event_log
    alias_event_log = CheckEventLog file=application file=system MaxWarn=1 MaxCrit=1 "filter=generated gt -2d AND severity NOT IN ('success', 'informational') AND source != 'SideBySide'" truncate=800 unique descriptions "syntax=%severity%: %source%: %message% (%count%)"
    ; alias_file_age - Alias for alias_file_age. To configure this item add a section called: /settings/external scripts/alias/alias_file_age
    alias_file_age = checkFile2 filter=out "file=$ARG1$" filter-written=>1d MaxWarn=1 MaxCrit=1 "syntax=%filename% %write%"
    ; alias_file_size - Alias for alias_file_size. To configure this item add a section called: /settings/external scripts/alias/alias_file_size
    alias_file_size = CheckFiles "filter=size > $ARG2$" "path=$ARG1$" MaxWarn=1 MaxCrit=1 "syntax=%filename% %size%" max-dir-depth=10
    ; alias_mem - Alias for alias_mem. To configure this item add a section called: /settings/external scripts/alias/alias_mem
    alias_mem = checkMem MaxWarn=80% MaxCrit=90% ShowAll=long type=physical type=virtual type=paged type=page
    ; alias_process - Alias for alias_process. To configure this item add a section called: /settings/external scripts/alias/alias_process
    alias_process = checkProcState "$ARG1$=started"
    ; alias_process_count - Alias for alias_process_count. To configure this item add a section called: /settings/external scripts/alias/alias_process_count
    alias_process_count = checkProcState MaxWarnCount=$ARG2$ MaxCritCount=$ARG3$ "$ARG1$=started"
    ; alias_process_hung - Alias for alias_process_hung. To configure this item add a section called: /settings/external scripts/alias/alias_process_hung
    alias_process_hung = checkProcState MaxWarnCount=1 MaxCritCount=1 "$ARG1$=hung"
    ; alias_process_stopped - Alias for alias_process_stopped. To configure this item add a section called: /settings/external scripts/alias/alias_process_stopped
    alias_process_stopped = checkProcState "$ARG1$=stopped"
    ; alias_sched_all - Alias for alias_sched_all. To configure this item add a section called: /settings/external scripts/alias/alias_sched_all
    alias_sched_all = CheckTaskSched "filter=exit_code ne 0" "syntax=%title%: %exit_code%" warn=>0
    ; alias_sched_long - Alias for alias_sched_long. To configure this item add a section called: /settings/external scripts/alias/alias_sched_long
    alias_sched_long = CheckTaskSched "filter=status = 'running' AND most_recent_run_time < -$ARG1$" "syntax=%title% (%most_recent_run_time%)" warn=>0
    ; alias_sched_task - Alias for alias_sched_task. To configure this item add a section called: /settings/external scripts/alias/alias_sched_task
    alias_sched_task = CheckTaskSched "filter=title eq '$ARG1$' AND exit_code ne 0" "syntax=%title% (%most_recent_run_time%)" warn=>0
    ; alias_service - Alias for alias_service. To configure this item add a section called: /settings/external scripts/alias/alias_service
    alias_service = checkServiceState CheckAll
    ; alias_service_ex - Alias for alias_service_ex. To configure this item add a section called: /settings/external scripts/alias/alias_service_ex
    alias_service_ex = checkServiceState CheckAll "exclude=Net Driver HPZ12" "exclude=Pml Driver HPZ12" exclude=stisvc
    ; alias_up - Alias for alias_up. To configure this item add a section called: /settings/external scripts/alias/alias_up
    alias_up = checkUpTime MinWarn=1d MinWarn=1h
    ; alias_updates - Alias for alias_updates. To configure this item add a section called: /settings/external scripts/alias/alias_updates
    alias_updates = check_updates -warning 0 -critical 0
    ; alias_volumes - Alias for alias_volumes. To configure this item add a section called: /settings/external scripts/alias/alias_volumes
    alias_volumes = CheckDriveSize MinWarn=10% MinCrit=5% CheckAll=volumes FilterType=FIXED
    ; alias_volumes_loose - Alias for alias_volumes_loose. To configure this item add a section called: /settings/external scripts/alias/alias_volumes_loose
    alias_volumes_loose = CheckDriveSize MinWarn=10% MinCrit=5% CheckAll=volumes FilterType=FIXED ignore-unreadable
    ; default - Alias for default. To configure this item add a section called: /settings/external scripts/alias/default
    default =
    File modified:
    [/settings/external scripts/scripts]
    check_disk_c=cscript.exe //NoLogo //T:10 "C:\Program Files\NSClient++\scripts\check_disk.wsf" /drive:"C:\" /w:3072 /c:1024
    CheckDisk=1
    CheckEventLog=1
    CheckExternalScripts=1
    CheckHelpers=1
    CheckNSCP=1
    CheckSystem=1
    NRPEServer=1
    NSClientServer=1
    allowed hosts=10.1.1.13
    ; A list of scripts available to run from the CheckExternalScripts module. Syntax is: <command>=<script> <arguments>
    check_event="C:\Program Files\NSClient++\scripts\Eventlog.exe" -e System -t Error
    check_event_application="C:\Program Files\NSClient++\scripts\Eventlog.exe" -e Application -t Error
    check_activedir=cscript "C:\Program Files\NSClient++\scripts\Check_AD.vbs" //nologo
    check_disk_c=cscript.exe //NoLogo //T:10 "C:\Program Files\NSClient++\scripts\check_disk.wsf" /drive:"c:\" /w:3072 /c:1024
    check_disk_d=cscript.exe //NoLogo //T:10 "C:\Program Files\NSClient++\scripts\check_disk.wsf" /drive:"d:\" /w:3072 /c:1024
    check_disk_e=cscript.exe //NoLogo //T:10 "C:\Program Files\NSClient++\scripts\check_disk.wsf" /drive:"e:\" /w:3072 /c:1024
    check_disk_f=cscript.exe //NoLogo //T:10 "C:\Program Files\NSClient++\scripts\check_disk.wsf" /drive:"f:\" /w:3072 /c:1024
    check_domain_admins=cscript.exe //NoLogo //T:10 "C:\Program Files\NSClient++\scripts\chk_group.wsf" /group:"Domain Admins"
    check_time=cscript.exe //T:30 //NoLogo "C:\Program Files\NSClient++\scripts\check_time.vbs" remrootvdc03 +5 +10
    max size=10000
    ; A list of aliases available. An alias is an internal command that has been "wrapped" (to add arguments). Be careful so you don't create loops (ie check_loop=check_a, check_a
    alias_cpu=checkCPU warn
    alias_cpu_ex=checkCPU warn
    alias_disk=CheckDriveSize MinWarn
    alias_disk_loose=CheckDriveSize MinWarn
    alias_event_log=CheckEventLog file
    alias_file_age=checkFile2 filter
    alias_file_size=CheckFiles "filter
    alias_mem=checkMem MaxWarn
    alias_process=checkProcState "$ARG1$
    alias_process_count=checkProcState MaxWarnCount
    alias_process_hung=checkProcState MaxWarnCount
    alias_process_stopped=checkProcState "$ARG1$
    alias_sched_all=CheckTaskSched "filter
    alias_sched_long=CheckTaskSched "filter
    alias_sched_task=CheckTaskSched "filter
    alias_service=checkServiceState CheckAll
    alias_service_ex=checkServiceState CheckAll "exclude
    alias_up=checkUpTime MinWarn
    alias_updates=check_updates -warning 0 -critical 0
    alias_volumes=CheckDriveSize MinWarn
    alias_volumes_loose=CheckDriveSize MinWarn

  • "File History" won't open/start for domain user profile/account

    I'm trying to use the File History feature in Windows 8.1 to create backups.  When I click "File History" from the control panel, nothing happens.  No new window opens, it just stays at the Control Page.
    I've tried manually going to "Control Panel\All Control Panel Items\File History".
    All works fine with local Administrative user profile.
    Why does File History not start/open/run for the domain user account that is in the Administrators Group?

    Hi,
    Base on my lab machine (Windows Server 2008 R2 DC, Windows 8.1 client). either domain admin user or domain standard user, they all work fine.
    What's your environment? Did this issue occur on all domain user or specific one?
    In some cases, File History may conflict with the enterprise policies (like retention policy). I suggest you contact your IT admin to see if there is some other policy to limit this.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • File History Bug - Retains Only Last Version of Each File

    I've just discovered what I believe to be a serious bug in File History on Windows 8.1.  Here's what's happening:
    My files are backed up using File History on a 1TB external USB hard drive with 17.5GB free.  Currently 9GB of selected documents, etc., is being backed up and the aforementioned free space is what is available after 9GB has been backed up.  My
    File History settings are pretty normal / default.  It backs up every hour.  However, I've set it to keep saved versions 'until space is needed'.  I noticed recently that, despite having plenty of free space, File History has only been retaining
    the last copy of each of my backed up files.  It didn't communicate this to me, e.g., via an error.  I just happened to look to see how many versions were being retained.
    I've played around with it a bit to investigate.  First I blew away my FileHistory folder on the external drive and also the FileHistory folder from my user profile cache then set File History up again from scratch.  I then ran a completely fresh
    backup and changed some files and ran File History again.  This did not fix the bug.  File History was still retaining only the last file version and not notifying me of why or of any problem.  I checked the FileHistory-Core and FileHistory-Engine
    logs and, of course, no relevant errors were logged (typical for Windows event logs by the way).  
    I then tried changing the retention setting from 'until space is needed' to '1 year' and tested again by changing files and running File History.  It appears to be retaining earlier versions and working now.  
    This definitely looks like a bug to me.  Have Microsoft confirmed this and are they working on a fix ?
    It makes me wonder if File History keeps a large free space threshold when you specify 'until space is needed', e.g., 10GB or 1% of drive size.  When free space drops below this value, only one backup copy (the last one) is retained for each file.  Is
    this the case ?  Why doesn't it communicate this to the user ?
    Details:
    O/S: Windows 8.1 Pro x64 (upgraded in-place from 8.0)
    HDD: Western Digital MyBook 1TB (no 3rd party software installed for this).
    "Keep a cool head and always carry a lightbulb."

    Hi,
    Windows use this following API to determine if previous retention should be deleted:
    FH_RETENTION_TYPES which specifies under what conditions previous versions of files and folders can be deleted from a backup target
    The operating system deletes previous versions from a backup target only when the target is full.
     According to your description, your external drive should be less than 10% free space, this is a low disk space warning in system.
    Above, this is just my hypothesis, I did some test in my environment, when the disk free space is more than 10%, I can see multiple versions of file history, but when it is less than 10%, it would just keep the latest modification version.
    Alex Zhao
    TechNet Community Support
    Thanks for clarifying this Alex.  I still consider this a bug / design flaw in Windows as it is pruning backups long before the drive is actually full.  If there is, as you say, a large 10% low space threshold, the system should communicate to the
    user that it is pruning all but one copy of backup files.  Could this be logged as a bug please ?
    "Keep a cool head and always carry a lightbulb."

  • Slow Accessing Files Across a Windows 2003 Server Network

    I posted this quite some time ago in the Os X Forum:
    Hi,
    We get the spinning ball when we access files across a Windows 2003 network with our Os 10.3.9 Macs.
    It seems that the more files there are in the folder, the longer you see the ball, our Fonts folder can sometimes take up to 2 minutes before you can scroll to the bottom of the folder.
    This happens after a computer restart or a program restart.
    Does anyone know of a fix for this issue, as it is quite annoying?
    Also note: This does not happen when accessing the same files through Os9 classic, even though the machines are running 10.3.9.
    The network is all new cat 5 cables and this a relatively new Dell Power Connect 3324 switch connected to a very fast Dell Poweredge 2600 server.
    Thanks in advance,
    David

    I'm also running several Macs on a Windows Small Business Server (Windows Server 2003) and the only way I am able to pull up the files was to join each one of my Macs to the Windows Server's network domain. You have to do this through the Directory Utility in the Utilities folder. There is one draw back from what I can tell, and it's something that I need some help with. It seems that once a Mac (running Leopard) is joined to a Windows domain, it takes the log in process forever to finish. Logging into a Leopard Mac alone is pretty quick, but after joining the domain, logging into any of the Macs on the Windows domain takes over a minute. If anyone knows the answer to this one, I'm all ears.

  • How to copy a folder from TFS source control to Shared location with Powershell script

    Hi,
    I'm looking for a Powershell script where i could copy a folder from TFS Source control to a shared location.
    Details:
    $TeamProject/FolderA - here i want to move FolderA to a shared location called \\Share
    Tried with xcopy: xcopy "$TeamProject/FolderA" "\\Share" ( but no luck, later i found it's only possible to copy files from local to share or share to share location, not from server path to shared location.
    Can someone help me with the power-shell script to achieve above scenario.
    Thanks, BHSR

    Hope the below script works for your scenario. Got the code from http://stackoverflow.com/questions/23739499/copy-files-from-tfs-versioncontrol-to-directory-with-powershell
    $AutoDeployDir = "$\TeamProject/FolderA"
    $deployDirectory = "\\SERVER\SHAREFOLDER\"
    # Add TFS 2013 dlls so we can download some files
    [void][System.Reflection.Assembly]::LoadWithPartialName("Microsoft.TeamFoundation.Client")
    [void][System.Reflection.Assembly]::LoadWithPartialName("Microsoft.TeamFoundation.VersionControl.Client")
    $tfsCollectionUrl = "http://CDTFSSERVER:8080/tfs/ProjectCollection"
    $tfsCollection = New-Object -TypeName Microsoft.TeamFoundation.Client.TfsTeamProjectCollection -ArgumentList $tfsCollectionUrl
    $tfsVersionControl = $tfsCollection.GetService([Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer])
    # Register PowerShell commands
    Add-PSSnapin Microsoft.TeamFoundation.PowerShell
    # Get all directories and files in the AutoDeploy directory
    $items = Get-TfsChildItem $AutoDeployDir -Recurse -Server $tfsCollection
    # Download each item to a specific destination
    foreach ($item in $items) {
    # Serverpath of the item
    Write-Host "TFS item to download:" $($item.ServerItem) -ForegroundColor Blue
    $destinationPath = $item.ServerItem.Replace($AutoDeployDir, $deployDirectory)
    Write-Host "Download to" $([IO.Path]::GetFullPath($destinationPath)) -ForegroundColor Blue
    if ($item.ItemType -eq "Folder") {
    New-Item $([IO.Path]::GetFullPath($destinationPath)) -ItemType Directory -Force
    else {
    # Download the file (not folder) to destination directory
    $tfsVersionControl.DownloadFile($item.ServerItem, $([IO.Path]::GetFullPath($destinationPath)))
    Regards, Bharath
    LinkedIn:

  • Windows 8: how does file history work?

    I have a LAN and this LAN I have a server (a common PC) with a folder that is shared to all the users of the LAN can save files in this folder. I would like to do a backup of this folder.
    But I don't know how it works the file history. The backup is made only when the user has logged in his account? what happends if someone that don't have activate the file history save files in this folder? I want that the server detect the changes and does
    the work, but I don't want that the server has always a user logged in to do the backup.
    Also I now that if I want to backup a folder that is not standard, I have to add the folder to the library, and the library is of one user, so this makes me think that it's needed to be logged in the server to do the backup.
    So my question is if with file history do this:
    In the server, to have a shared folder in which all the users can save files.
    The users add and delete files from this folders.
    Every hour, the server has to do a new backup.
    But I don't wan't thata user in the server has to be logged to do the bakup, because the server is an intermediate computer that normally does not be used by anyone. Only will be connected to allow access to the shared folder.
    I can do that with file history? How?
    Thanks.

    For Windows 8 file system I'd ask them over here.
    http://answers.microsoft.com/en-us/windows/forum/windows_8-files?sort=lastreplydate&dir=desc&tab=Threads&status=&mod=&modAge=&advFil=&postedAfter=&postedBefore=&threadType=All&tm=1393557582743
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • I am running Photoshop CC 2014 on Windows 8.1 with an AMD quad core processor and AMD E1-2100 APU with AMD Radeon HD 8210 Graphics Card. I have installed the latest driver version 13.152.0.0. When I activate puppet warp, the mesh appears over the image an

    I am running Photoshop CC 2014 on Windows 8.1 with an AMD quad core processor and AMD E1-2100 APU with AMD Radeon HD 8210 Graphics Card. I have installed the latest driver version 13.152.0.0. When I activate puppet warp, the mesh appears over the image and I can place the first pin.  However, when I go to add the second pin, Photoshop crashes. I have tried with on a new, blank file, with just a few lines on it, but, as soon as I place the first pin, the image disappears, and then, as soon as I click anywhere else in the image, Photoshop crashes. I have followed all the online advice about settings under the Preferences/Performance interface, but nothing fixes the problem. Can anyone please help?

    BOILERPLATE TEXT:
    If you give complete and detailed information about your setup and the issue at hand, such as your platform (Mac or Win), exact versions of your OS, of Photoshop and of Bridge, machine specs, such as total installed RAM, scratch file HDs, video card specs, what troubleshooting steps you have taken so far, what error message(s) you receive, if having issues opening raw files also the exact camera make and model that generated them, etc., someone may be able to help you.
    A screen shot could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • BUG: File History fails with no warning- Event ID 201

    I apologize for the long post but I want to summarize everything I've learned about this so far, as it looks like a critical bug.
    I am unable to get File History to backup my files with Windows 8.1.  I set up a 1 TB USB HDD as the target drive and it seemed to run for a minute or two, and then quit completely without any warning.  It created two empty folders on the target
    HDD, but no data was backed up.  I then clicked "Run Now" to try and get it going again, but nothing happened. 
    Under "Advanced Settings" I opened the event log, and saw an Event ID 201 was created each time File History attempted to run: "Unable to scan user libraries for changes and perform backup of modified files for configuration C:\Users\MyUserName\AppData\Local\Microsoft\Windows\FileHistory\Configuration\Config". 
    I've pasted the entire error below.  The "Event Log Online Help" link opens to "Page not Found" on TechNet.
    A Google search revealed other users are experiencing this problem, too (links below).  Some people have been able to solve it by excluding libraries and/or moving all of their data out of the libraries then replacing it one folder at time, running
    FH, and repeating until they find the "offending" file by error 201 occurring.
    There are reports of similar problems with Event IDs 202, 203 and 204.   A similar, but separate error is "Unusual condition was encountered during scanning user libraries for changes and performing backup of modified files for configuration C:\Users\MyUserName\AppData\Local\Microsoft\Windows\FileHistory\Configuration\Config". 
    Based on others' posts, the problem appears to be a bug in how FH handles files/folder names that are similar,
    contain unusual (but legal) characters, and shortcuts ("reparse error").   The second bug is, regardless of which Event ID, that
    FH does not alert the user when it fails, so you have no idea your files are not being backed up.  Even if you are able to eliminate the problem once, there is no guarantee that it won't happen again.  Once error 201 occurs, File
    History is dead in the water and unfortunately since Windows 7 File Backup was removed, there is no alternative data backup method available.
    If anyone has an idea of how to solve or work around this problem (i.e. under exactly what filename conditions FH fails), please post.  I have Windows 8.1 installed on drive C, Windows 7 on drive D, and a data partition E onto which I moved all my Libraries. 
    The Win 7 and 8.1 libraries are in separate folders and not linked in any way, so 8.1 is not trying to back up 7's data.  However, the partition arrangement does not appear relevant.
    Thanks!
    Related links:
    http://answers.microsoft.com/en-us/windows/forum/windows_8-files/filehistory-unable-to-scan-user-libraries-for/b43183bc-eeaa-4d1a-bda4-0ab9dcf061be
    http://social.technet.microsoft.com/Forums/windows/en-US/ccd27fbc-2d95-4ab7-bdd1-2c0c6a43bd2f/file-history
    My Event Log:
    Log Name:      Microsoft-Windows-FileHistory-Engine/BackupLog
    Source:        Microsoft-Windows-FileHistory-Core
    Date:          4/3/2014 11:01:19 PM
    Event ID:      201
    Task Category: None
    Level:         Error
    Keywords:      
    User:          SYSTEM
    Computer:      ThinkPad-Edge
    Description:
    Unable to scan user libraries for changes and perform backup of modified files for configuration C:\Users\inert_000\AppData\Local\Microsoft\Windows\FileHistory\Configuration\Config
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-FileHistory-Core" Guid="{B447B4DB-7780-11E0-ADA3-18A90531A85A}" />
        <EventID>201</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x1000000000000000</Keywords>
        <TimeCreated SystemTime="2014-04-03T14:01:19.267846200Z" />
        <EventRecordID>12</EventRecordID>
        <Correlation ActivityID="{388E273A-4F3D-0001-022B-8E383D4FCF01}" />
        <Execution ProcessID="556" ThreadID="5128" />
        <Channel>Microsoft-Windows-FileHistory-Engine/BackupLog</Channel>
        <Computer>ThinkPad-Edge</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData>
        <Data Name="Hr">2147747327</Data>
        <Data Name="ConfigFilePath">C:\Users\inert_000\AppData\Local\Microsoft\Windows\FileHistory\Configuration\Config</Data>
      </EventData>
    </Event>

    Hi, thanx for the post. It helped me to fix my Problem with file history.
    In my case it was the spelling of some files. I'm German and we have some Special chars like ä,ö,ü and ß.
    The "Problem" is that You can spell These also in a different way for example "ä" is same like "ae" and "ß" is same like "ss" .
    If I Name one file like "groß.txt" and the other one "gross.txt" file history won't work! I don't know why, probably MS conversts the Name in the background or whatever - but this really
    sucks!
    Even more that You don't get informed! Only when checking the eventlog - and not even in the "normal" eventlog - You have to go to "Microsoft-Windows-FileHistory-Engine/BackupLog" - well, how often does one look up this??
    I think file history is quite useless in this state as it does not inform the user about Problems with the backup. And I really don't want to get "informed" when I Need to restore some files...
    Cheers
    To life is christ, to die is gain...

  • How do I re-enable showing the download files history in the download manager window?

    System: Windows XP
    I am trying to re-enable showing/retaining the list of downloaded files in the download manager window. I want to be able to drag and drop directly from that window into a folder of my choosing. (I used to be able to do this, but apparently I messed that up...)
    I have tried the suggestions that could easily be found, including setting Firefox to remember all history in the Privacy tab of Options.
    I also deleted the mimeTypes.rdf file to "reset" the browser defaults, but to no avail.
    Any ideas/help?
    Thanks.

    By the way, a few other things you probably know:
    (1) The setting to keep the downloads list displayed after a download is here:
    orange Firefox button ''or'' classic Tools menu > Options > General
    Check "Show the Downloads window..." and ''uncheck'' "Close it..."
    (2) You can always show the list by pressing Ctrl+j
    The mimeTypes.rdf file isn't particularly relevant to this problem; it affects what application Firefox uses to open a particular type of file.
    However, there is a database file which stores your download history which might be corrupted. You could rename that file and have Firefox start building a new one.
    (1) Open your personal settings (AKA Firefox profile) folder
    Help (or Alt+h) > Troubleshooting Information > "Show Folder" button
    (2) Switch back to Firefox and exit the program (e.g., File > Exit)
    (3) Wait a few moments for Firefox to finish updating files in your settings folder, then rename '''downloads.sqlite''' to something else, like downloads.old. Alternately, you can delete the file.
    (4) You're done with your profile folder and you can restart Firefox now.
    Any improvement?

  • Windows 8.1 File History is completely unreliable and not fit for purpose!

    I bought a new computer last week with Windows 8.1 installed and turned on File History.  I've been pulling my hair out ever since trying to get it to work properly to no avail.  
    There are two inherent problems in File Checker which seem to have went unresolved for over two years now according to numerous posts all over the internet.  Some files are not being backed up at all, and some files which have not been changed are being
    duplicated.  From searching the internet, it seems this has been an ongoing issue since Windows 8 was rolled out and it has still not been resolved by Microsoft.  
    I've tried all of the suggestions I've found such as running system file checker, deleting the File History folder and corresponding configuration files and running File History again from scratch, turning off Homegroups, but it makes no difference whatsoever.
     Still I'm finding media, pdf  and word files that are either being omitted or duplicated unnecessarily during backup and it appears to be completely random.  
    Until Microsoft resolve this major and widespread issue, File History cannot be relied upon to back up user files.  Users need to know that when disaster strikes and they go looking for a file in File History that it's going to be there.  Since
    Windows 8 was rolled out, this appears not to be the case.  
    Microsoft, will you please fix this because the idea behind File History is excellent - if only it would work properly!!

    Hi Htimsc,
    I can understand that you feel upset since this feature doesn't work fine on your computer. I have used this feature for a while to backup my files, and haven't encounter such issue. My OS is Windows 8.1 enterprise.
    As I known, the issue on this feature can be caused by following factors:
    Not scheduled properly.
    Clear up the history so frequently or the free spaces leaves before deleting files isn't set properly.
    Disk error you backup files on
    If you got network drive used to backup file history, the unstable network connection can be the caused.
    corrupted system files
    So we have to determine the root cause of your issue and feedback.
    First, File History only protects user libraries, desktop, favorites and contacts. Other files, such as operating system files, applications, and settings, are not backed up. Make sure that the non-backup files are not in this scope.
    Another thing is that File History only protects file stored on a local drive.
    •If you use offline folders and folder redirection, your folders (like My Documents or My Pictures) are redirected to a network share and will not be protected.
    •If you add a network location to any of your libraries, this location will not be protected.
    Make sure that all settings a properly and the files were not excluded during set up.
    Since the released updates every month will fix some known issue from feedbacks, please make sure that your computer is up to date.
    Article for your reference:
    Protecting user files with File History
    http://blogs.msdn.com/b/b8/archive/2012/07/10/protecting-user-files-with-file-history.aspx
    Kate Li
    TechNet Community Support

  • Anyone know if the long standing duplicate files problem with File History has been fixed yet?

    There are loads of public threads about the duplicate files problem
    with Windows 8/8.1 File History backup system.
    From all the threads I've looked at, there seems to be no solution,
    and no acknowledgement from MS that they can even repro the problem
    (which surprises me considerably as there are so many people who
    notice the problem).
    Is anyone aware of whether MS (may) have fixed this for Win10?
    Are MS aware of the problem and if they're able to fix it?
    Dave - with many GB of duplicated files in File History :)

    Hmm, is that the attitude MS would recommend? :)
    Why would I care what Microsoft would recommend?
    Clearly you don't, and you appear to have missed my smiley. Calm down
    Noel, many of us are as annoyed by aspects of modern Windows as you
    are. :)
    I'm all about making Windows actually WORK/./
    Aren't we all? Windows is software I use too many hours every day, I
    along with many millions of others need it to work really well. You
    are not alone.
    When they implement something that doesn't work, and even if it did work doesn't do what's needed - and/beyond that/ they remove features people DO need (such as the GUI for Windows Backup), I see no wrong in advising people of the way things
    really are.
    File History essentially does work - it's saved me a couple of times
    in the past couple of weeks. It just has a highly annoying habit of
    creating 100% duplicates of some files for no apparent reason. If MS
    have fixed that I won't have any known complaints about it.
    If you don't like it, you don't have to use it. I generally like it, I
    just want to see that its fixed.
    Dave

  • I lost the top toolbar that has Safari-File-Edit-View-History-Bookmarks-Window-Help

    I lost the top toolbar that has apple-safari file-edit-view-history-bookmarks-window help
    How do I restore it?

    View webpages in full screen
    In many applications on the Mac, including Safari, you can expand the window to fill your entire screen. You can make a webpage full-screen with one click, and switch to another webpage (or full-screen window in another application) with a swipe of the trackpad.
    IMPORTANT:Viewing in full screen, and the Mission Control feature, are available only if you have Mac OS X v10.7 Lion or later. For information on upgrading Mac OS X, go to the Mac OS X website.
    OS X website
    To enlarge a webpage so it uses the screen, click the arrows in the top-right corner of an application window:
    To move from one window to another in full screen view, swipe left and right, or press the arrow keys on your keyboard.
    To return to standard view, click the arrows in the window’s upper-right corner:
    If you prefer viewing webpages in full screen, Mission Control lets you see everything running on your Mac, including your full screen windows. Mission Control presents your full screen windows as thumbnail images, making it easy for you to move from one to another.

Maybe you are looking for

  • Ipod Nano 7th generation not recognized by computer or iTunes

    Neither my computer nor ITunes recognizes my Ipod nano 7th generation. It was working fine until I ran an intensive AVG PC tuneup on the laptop. Device manager recognizes the Ipod and says it is working correctly. I have done all suggested troublesho

  • How to get the current selected value of a combo box or a option button?

    Hello All, I want to catch the current selected value of a combo box and also of a option button and want save it into different variables in my code. These option button and combo box are in a SAP business one form which I have created through VB do

  • Need a new phone - Built in GPS

    Well, my Nokia 6110 Navigator died when I accidentally gav it a bath! So looking for a new one I really need a phone with a SatNav, so what options are there, I would like one with Bulit in GPS rather than needing an external gps device. Is the Nokia

  • Hidden Messages

    Hi, When I go on 'get info' and look at the 'account info' window, it says that I have 60 in drafts, 70 in sent and about 4600 in inbox. The thing is I don't have nearly as many emails as that! I have none in drafts and sent, and about 70 in my inbox

  • IWeb stopped making thumbnails automatically - help!

    I've been using iWeb for a couple weeks and when I write a blog entry, the photo I use on the entry page is automatically resized as a thumbnail and put on the index page. This is one of my favorite features. BUT! Yesterday it stopped doing this, and