Jump to content

Problem with Tweaks :/


martinss

Recommended Posts

Hello people, i have this Tweaks in .REG file:

;-----
;----- Acelerar el acceso de Mi PC y Explorer
;-----
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\stisvc]
"Start"=dword:00000004
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSaveSettings"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"NoNetCrawling"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoRemoteRecursiveEvents"=dword:00000001

;-----
;----- Acelerar apagado de Windows
;-----
[HKEY_CURRENT_USER\Control Panel\Desktop]
"AutoEndTasks"="1"
"HungAppTimeout"="100"
"WaitToKillAppTimeout"="1000"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="1000"

;-----
;----- Pagina de inicio de IE
;-----
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
;"Start Page"="http://www.google.com.ar/"

;-----
;----- Forzar descarga de DLL's en memoria
;-----
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AlwaysUnloadDLL]
@="1"

i'm try with two forms:

1-Call .REG file from config.cmd -->Don't work

2-cmdlines.txt:

copy the .REG file where the cmdlines.txt and in him put this: "REGEDIT /S Optimizar.reg" -- Don't Work

how can add registry tweaks?

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...