Jump to content

Chester^

Member
  • Posts

    30
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Cyprus

Posts posted by Chester^

  1. Hey there

    I'm trying to make this script of yours to work with xcopy.

    reason: i make a full backup of Firefox addons and other settings with FEBE and just extract the backup file's to the xxxxx.default dir.

    i find it easier also it saves all settings of addons and other.

    this is the code:

    setlocal EnableDelayedExpansion
    "!programfiles!\Mozilla Firefox\firefox.exe" -createprofile default
    for /f "delims=" %%i in ("!appdata!\Mozilla\Firefox\Profiles\*.default") do set path1=%%~pi
    xcopy %systemdrive%\install\firefoxadd "!path1!" /e /i /h

    problem is it copys everything in the profiles\* folder, not in profiles\xxxxx.default\*

    any idea whats wrong?

    Thanks!

  2. Hey all,

    am trying to generate an answer file using WSIM and after selecting a windows image (.wim) its start to generate the catalog and it gives an error on the "cleaning up" phase of it (see pic)

    capturejv.png

    Also i have uploaded the error log file.

    11:11 AM : 
    11:11 AM : Windows SIM was unable to generate a catalog. For troubleshooting assistance, see the topic: 'Windows System Image Manager Technical Reference' in the Windows OPK or Windows AIK User's Guide.
    11:11 AM :
    11:11 AM : System.InvalidOperationException: The operation failed to complete. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentNullException: String reference not set to an instance of a String.
    Parameter name: source
    at System.Globalization.CompareInfo.IsPrefix(String source, String prefix, CompareOptions options)
    at ?A0xfe36268f.ConvertToNtPath(String path)
    at Microsoft.ComponentStudio.ComponentPlatformInterface.CbsSessionAdaptor..ctor(String bootDrive, String imageWinDir, String servicingPath)
    at Microsoft.ComponentStudio.ComponentPlatformInterface.OfflineImageImpl.InitializePackages()
    at Microsoft.ComponentStudio.ComponentPlatformInterface.OfflineImageImpl..ctor(OfflineImageInfo imageInfo)
    --- End of inner exception stack trace ---
    at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType)
    at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
    at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
    at Microsoft.ComponentStudio.ComponentPlatformInterface.Cpi.PlatformImplementation.CreateOfflineImageIn
    stance(OfflineImageInfo imageInfo)
    --- End of inner exception stack trace ---

    Server stack trace:
    at Microsoft.ComponentStudio.ComponentPlatformInterface.Cpi.PlatformImplementation.CreateOfflineImageIn
    stance(OfflineImageInfo imageInfo)
    at Microsoft.ComponentStudio.ComponentPlatformInterface.Cpi.CreateOfflineImageInstance(OfflineImageInfo imageInfo)
    at Microsoft.ComponentStudio.ComponentPlatformInterface.OfflineImageCatalog.Serialize(OfflineImageInfo imageInfo)
    at Microsoft.ComponentStudio.ComponentPlatformInterface.OfflineImageInfo.CreateCatalog()
    at Microsoft.ComponentStudio.ComponentPlatformInterface.CatalogCreatorImpl.CreateCatalog(OfflineImageInfo offlineImageInfo)
    at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
    at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)

    Exception rethrown at [0]:
    at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
    at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
    at Microsoft.ComponentStudio.ComponentPlatformInterface.ICatalogCreator.CreateCatalog(OfflineImageInfo offlineImageInfo)
    at Microsoft.ComponentStudio.CatalogGenerator.CreateCat(ProgressDialog pd, Object o)
    11:11 AM : System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentNullException: String reference not set to an instance of a String.
    Parameter name: source
    at System.Globalization.CompareInfo.IsPrefix(String source, String prefix, CompareOptions options)
    at ?A0xfe36268f.ConvertToNtPath(String path)
    at Microsoft.ComponentStudio.ComponentPlatformInterface.CbsSessionAdaptor..ctor(String bootDrive, String imageWinDir, String servicingPath)
    at Microsoft.ComponentStudio.ComponentPlatformInterface.OfflineImageImpl.InitializePackages()
    at Microsoft.ComponentStudio.ComponentPlatformInterface.OfflineImageImpl..ctor(OfflineImageInfo imageInfo)
    --- End of inner exception stack trace ---
    at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType)
    at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
    at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
    at Microsoft.ComponentStudio.ComponentPlatformInterface.Cpi.PlatformImplementation.CreateOfflineImageIn
    stance(OfflineImageInfo imageInfo)
    11:11 AM : System.ArgumentNullException: String reference not set to an instance of a String.
    Parameter name: source
    at System.Globalization.CompareInfo.IsPrefix(String source, String prefix, CompareOptions options)
    at ?A0xfe36268f.ConvertToNtPath(String path)
    at Microsoft.ComponentStudio.ComponentPlatformInterface.CbsSessionAdaptor..ctor(String bootDrive, String imageWinDir, String servicingPath)
    at Microsoft.ComponentStudio.ComponentPlatformInterface.OfflineImageImpl.InitializePackages()
    at Microsoft.ComponentStudio.ComponentPlatformInterface.OfflineImageImpl..ctor(OfflineImageInfo imageInfo)

    any help would be appreciated, Thanks!

  3. The double negatives can be confusing; basically [NoInstrumentation = 1] means Windows will not track your program usage.

    You can just delete the policy subkey if you want Windows to behave as default; leaving it as 0 doesn't do anything (and causes confusion). But that's just me not wanting to leave useless keys hanging around.

    It looks you have imported someone else's reg tweak.

    yea i deleted it, and yea i got the reg file from a thred here :whistle: cand remember witch one..

  4. i playd around with that registry key but no luck

    What did you actually do? When in the uA did you apply the reg?

    I said that is one of the locations. There seems to be others.

    I can’t seem to find the InputLocale for kayboard layouts Geek 319 and 319 (Latin)
    I think these are character set (code pages) in the old days; not sure if these are still used nowadays.

    Takeshi, i found the problem :thumbup

    it was cused by this registry key:

    ;-----  Won't check if you are low on diskspace and pop up a balloon telling you
    ;-----  NoInstrumentation disables windows user tracking
    ;-----
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoInstrumentation"=dword:00000001

    Thanks for all your help! :D

  5. The list of Frequently Used Programs on the bottom L of the Start Menu is indeed stored in the registry but it only gets populated when you have actually run a program on the installation.

    This is one of the locations:

    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage

    There is already a thread with a list of input locale IDs in this forum so have a look. It's also on the MS website.

    i playd around with that registry key but no luck.. :no:

    i checked the thred and ms web page but i did not find the input locale ID for Greek (319) nevermind this is a minor isue.. thying to resolve the start menu problem :wacko:

  6. Hello every one :hello:

    I have some minor problems with my unattended windows.

    First of, I can’t seem to find the InputLocale for kayboard layouts Geek 319 and 319 (Latin)

    The InputLocale for Greek is 0408:00000408 I know that but is there any way to install those two?

    My other problem is that in start panel I don’t get any shortcuts of programs I use.

    Anyone know what is causing it a service or a reg key?

    Picture below.

    start9av.th.png

    Thanks in advance :)

×
×
  • Create New...