Save Downloaded Files From Firefox Browser At The Preferred Location Saglabāt Downloaded Files No Firefox Browser At Preferred Location
By default, Firefox browser will save any downloaded files from the internet to the computer's desktop. Pēc noklusējuma, Firefox pārlūku glābs jebkurā lejupielādēt failus no interneta uz datora darbvirsmas. Unlike IE and other browsers which can give you alternatives on where to save the file, Firefox will just download and chuck downloaded files irregardless its type, size, format and etc to desktop. Atšķirībā no IE un citos pārlūkos, kas var jums alternatīvas, kur saglabāt failu, Firefox būs tikai lejuplādēt un chuck lejupielādēt failus neatkarīgi no to veida, izmēriem, formu un tt uz darbvirsmas. Firefox expect users to go to desktop and tidy up or manage these files manually. Firefox gaida lietotājus, lai pārietu uz darbvirsmu un uzkopt vai vada šos failus manuāli.
If you have been frustrated with Firefox's default setting and want Firefox to ask you where to save your files, some simple changes to the setting will do. Ja Jums ir neapmierināts ar Firefox noklusējuma iestatījumu un vēlas Firefox lūgt jums, kur saglabāt failus, dažas vienkāršas izmaiņas iestatījums darīt. Go to your Firefox browser and click “Tools” at the Menu bar. Dodieties uz Firefox pārlūkprogrammu un noklikšķiniet uz "Tools" pie izvēlnes joslā. Choose “Options” and select “Main Tab”. Izvēlieties "Options" un izvēlieties "Galvenie Tab. At the “Downloads” section, you just need to check “Always ask me where to save files” and click “OK”. Pie "Downloads" sadaļā, jums vienkārši nepieciešams pārbaudīt, "Always ask me, kur saglabāt failus" un noklikšķiniet uz "OK". 
With this simple activation process, every time you want to download a file, you will be prompted with the familiar window to allow you to browse the directory location to save it. Ar šo vienkāršo aktivēšanas process, katru reizi, kad jūs vēlaties, lai lejupielādētu failu, jums tiks piedāvāts ar iepazinušies logu, lai ļautu pārlūkot direktoriju vietu, kur saglabāt to.
IMPORTANT : The page is machine translated and provided "as is" without warranty. SVARĪGI: lapa mašīna iztulkot un pasniegts tàds, "kàds tas ir" bez garantijas. Machine translation may be difficult to understand. Mašīntulkošanas var būt grūti saprast. Please refer to Lūdzu, skatiet original English article oriģināls angļu rakstu whenever possible. kad vien iespējams.
Related Articles Saistītie raksti
- Automatically Save Download Files From Firefox To Desired Location Via Automatic Save Folder Automātiski saglabātu lejupielādēt failus no Firefox Vēlamais Location Via Automatic Saglabāt mapē
- Firefox Add-on: Save Images to Save All Pictures from Opened Tabs Firefox Add-on: saglabāt attēlus uz Saglabāt visas Bildes no Atvērts Tabs
- How to Download and Save All Images, Icons, Embed Flash and Media Files on a Web Page in Firefox 3 Kā Lai lejupielādētu un saglabātu Visi attēli, ikonas, Embed Flash un multivides failus no Web lapas ar Firefox 3
- Reset or Change Firefox Do This Automatically for Files Like This from Now On Option Reset vai Mainīt Firefox Vai Tas automātiski Files Like This no šā brīža variants
- Display and View FireFox Cache Files Without Browser Cache Viewer Displejs un Skatīt FireFox Cache failus, pārlūka kešatmiņu Viewer
- How To Make Vista Bootable DVD with WIM Downloaded Files Kā padarīt Vista Bootable DVD ar Wim Downloaded Files
- Configure, Change or Set OpenOffice.org to Default Save Files in Microsoft Office Formats Konfigurēt, mainīšana vai Set OpenOffice.org uz noklusēto saglabātu failus, izmantojot Microsoft Office formāti
- Fix Firefox Does Not Save, Store or Remember Password On Some Sites Permanently for Always Auto-Complete Fix Firefox Vai nevar saglabāt, glabā vai Atcerēties paroli Daži portāli pastāvīgam Vienmēr Auto-complete
- Disable Firefox 3 Auto Save Tabs on Close to Prompt for Choice Atslēgt Firefox 3 Auto Save Tabs par rajonā vaicāt izvēle
- Disable PDF from Opening in Web Browser (IE, Firefox, Opera, Safari) Disable PDF atvērt Web Browser (IE, Firefox, Opera, Safari)










































August 23rd, 2009 13:30 Augusts 23, 2009 13:30
Taking this one step further, you might have multiple preferred locations. Ņemot šo vienu soli tālāk, jūs, iespējams, ir vairākas vēlamās vietās. For that purpose you can define the shortcuts in the location dropdown list with the below batch script. Šim nolūkam Jūs varat noteikt šajā vietā īsceļi nolaižamo sarakstu ar zemāk partijas skriptu. Works at least for FF and IE, the automatic code tag locating probably only works in Vista. Strādā vismaz uz FF un IE, automātiskās kods tag atrašanās vietu, iespējams, darbojas tikai Vista. You can however always manually look it up in the Windows registry and add it in the batch script… Taču ir iespējams vienmēr manuāli izskatās it up in Windows reģistrā, un pievienot to partijas skriptu ...
@echo off
setLocal EnableDelayedExpansion
for /f "tokens=* delims= " %%a in ('dir/b %windir%\System32\appmgmt\S-1-5-21-*.') do ( set id=%%a uz / f "marķieru =* delims ="%% a in ( 'dir / b% windir% \ System32 \ appmgmt \ S-1-5-21-*. ") do (set id =%%
) )
:: Manual ID tag setting (uncomment line below and enter correct ID tag): :: Manual ID tag iestatījums (uncomment līnija zem un ievadiet pareizu ID tag):
::set id=S-1-5-21-?????????-??????????-??????????-????
if "%id%"=="" echo Locating ID tag failed, please add ID tag manually in batch file... ja "% id %"=="" echo lokalizēšana ID tag neizdevās, lūdzu pievienot ID tag manuāli sērijveida ... &pause>nul &exit un pauzes> Nul un izejas
REG DELETE "HKEY_USERS\%id%\Software\Microsoft\Internet Explorer\TypedURLs" /va /f REG DELETE "HKEY_USERS \% id% \ Software \ Microsoft \ Internet Explorer \ TypedURLs" / VA / f
REG ADD "HKEY_USERS\%id%\Software\Microsoft\Internet Explorer\TypedURLs" /v url1 /t REG_SZ /d "%username%" /f REG ADD "HKEY_USERS \% id% \ Software \ Microsoft \ Internet Explorer \ TypedURLs" / v URL1 / t REG_SZ / d "% username%" / f
REG ADD "HKEY_USERS\%id%\Software\Microsoft\Internet Explorer\TypedURLs" /v url3 /t REG_SZ /d "%userprofile%\Downloads" /f REG ADD "HKEY_USERS \% id% \ Software \ Microsoft \ Internet Explorer \ TypedURLs" / v url3 / t REG_SZ / d "% userprofile% \ Downloads" / f
REG ADD "HKEY_USERS\%id%\Software\Microsoft\Internet Explorer\TypedURLs" /v url4 /t REG_SZ /d "D:\" /f REG ADD "HKEY_USERS \% id% \ Software \ Microsoft \ Internet Explorer \ TypedURLs" / v url4 / t REG_SZ / d "D: \" / f
exit izejas