Recent content by debugthis

  1. D

    Windows 7 Out-file problem

    Well, it's been 3 weeks, so this doesn't matter anyway. I'm CLUELESS of powershell, I don't use "seven" hardly at all, I'm Xp-based. Two things i'd try: put quotes around the outfile argument, and/or replace pipe with redir: C:\Users\test\Documents\PowerShell> Get-Help * | Get-Help -Detailed...
  2. D

    Windows 7 access denied for "reg query"

    regedit has an undocumented feature left over from the dos days that will allow it to export a registry key to a file: REGEDIT /E outfile "HKEY_LOCAL_MACHINE\...\..." It comes out in unicode however, and I haven't tested it on win7, and only runs on local machine.
Back
Top