| |||||||
| Top Tip : Click here to Boost Your PC & Chrome Browsing Speed |
![]() |
| | Thread Tools | Display Modes |
|
#41
| ||||
| ||||
| Any chance you could tell me if taskkill /? outputs to stdout or stderr? Cause tskill output to stderr which is kinda weird. I mean I suppose I could block both from showing but ehhh, it'd be good to know. If nothing shows up on the screen you've got the right one. To test for stdout: (taskkill /?)>NUL To test for stderr: (taskkill /?)2>NUL Anyone who doesn't have tskill can test this for me, and I'll throw it in there after the report. Thanks all. :] OH also echo %ERRORLEVEL% and make sure it's 0 for me after doing that, please. EDIT: Whoops, seemed to be a bug when you tried to disable a theme..fixed that. :]
__________________ ~ Projects ~ Specialized: Carapass Auction Watcher Libraries: bliplib Tools: manifest syntax highlighting & snippits Last edited by Waha; 07-01-2009 at 11:14 PM.. |
|
#42
| |||
| |||
| (taskkill /?)>NUL reports nothing (taskkill /?)2>NUL produces the help menu %errorlevel% is 0 |
|
#43
| ||||
| ||||
| Quote:
EDIT: Edited and uploaded it a while ago, but I forgot to post that I did so. Sorry!
__________________ ~ Projects ~ Specialized: Carapass Auction Watcher Libraries: bliplib Tools: manifest syntax highlighting & snippits Last edited by Waha; 07-02-2009 at 06:22 AM.. |
|
#44
| |||
| |||
| To manage your installed extensions there is a special page: chrome://extensions/ you can even inspect your background page from there |
|
#45
| |||
| |||
| The problem is that you can only uninstall an extension, where Waha's tool will allow you to temporarily disable one and re-enable it whenever you wish. |
|
#46
| ||||
| ||||
| And very good it is too ;-) |
|
#47
| ||||
| ||||
| Hello Waha! Thank for Many post in the forum! Thank For alla Tutorial and for all extensions I don't speak good english and I don't understand all! I save extensionmanager.bat and I copy this in chrome directory "C:\Documents and Settings\myname\Impostazioni locali\Dati applicazioni\Google\Chrome" But When I click this it says: "Chrome Installation not found" I don't search the solution of my problem and I don't know if you write the solution! I don't know how to search this!! Excuse Me Thank For All Andrea |
|
#48
| ||||
| ||||
| Well apparently your installation of Windows has regionalized folder names. I didn't even know it did that. What you'll have to do is open the file in Notepad and you'll see this near the top: Code: if exist "%USERPROFILE%\Local Settings\Application Data\Google\Chrome\" ( SET apploc=%USERPROFILE%\Local Settings\Application Data\Google\Chrome\Application SET extloc=%USERPROFILE%\Local Settings\Application Data\Google\Chrome\User Data\Default SET apploc8=C:\DOCUME~1\%USERNAME%\LOCALS~1\APPLIC~1\Google\Chrome\APPLIC~1 GOTO win ) Code: if exist "%USERPROFILE%\Impostazioni locali\Dati applicazioni\Google\Chrome\" ( SET apploc=%USERPROFILE%\Impostazioni locali\Dati applicazioni\Google\Chrome\Application SET extloc=%USERPROFILE%\Impostazioni locali\Dati applicazioni\Google\Chrome\User Data\Default SET apploc8=C:\DOCUME~1\%USERNAME%\IMPOST~1\DATIAP~1\Google\Chrome\APPLIC~1 GOTO win ) EDIT: If anyone uses other regions and can tell me theirs, I'll add them.
__________________ ~ Projects ~ Specialized: Carapass Auction Watcher Libraries: bliplib Tools: manifest syntax highlighting & snippits Last edited by Waha; 07-30-2009 at 07:50 AM.. |
|
#49
| |||
| |||
| http://www.nirsoft.net/utils/special_folders_view.html here you can find every windows special folder in most languages. |
|
#50
| ||||
| ||||
| Thankyou very much! |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Plug-in /Adds on Management feature? | chi | Chrome Tools | 3 | 06-29-2009 05:22 AM |
| Chrome Backup and Profile Management Tool | Chrome | Chrome Tools | 11 | 02-20-2009 03:17 PM |