formater usbnøgle ring med diskpart

læs her hvordan man klargører sin USB med diskpart.

Open a command prompt
skriv nednestående

——————————–
Diskpart
List Disk
Select Disk 5
Clean
create partition primary
select partition 1
active
assign

Formater nu din disk med Fat 32

Lav en mbr med grub4dos


Hvis du skal have hirens boot cd til at køre
kopier disse to filer over på din usb nøgle nr 1 nr 2
kopier nu hele hirens boot cd over på din usb nøgle.

Dette er testet på en windows 7 maskine.

16-07-2014
Opret boot bare USB-diske på den nemme måde.
En danskere her lavet dette geniale Tool til lave en boot bare usb nøgle
det hedder http://rufus.akeo.ie/

Fordele ved windows7

  1. Hurtig (mere responsiv)
  2. Bedre søgning
  3. Quick jumps
  4. Kan lave fuldbackup af en pc’er
  5. indbygget DVD og divx codec.
  6. kan brænde iso image direkte.
  7. Mere overskuelig process linie.
  8. printere og enheder er samlet i et menu punkt.
  9. mere simpel media player.
  10. Indbygget media center
  11. Forbedre touch brugerflade
  12. Understøtter en meget mere hardware.
  13. kører god på pc’er der tidligere har kørt med windows vista.
  14. Problem step recorder.
  15. skift mellem flere skærme med win+p
  16. indbygget program til at kallibere skærmen med. “kallibrer skærmfarver”
  17. Se gennem rodet med windows + mellemrum

placering af zup filer

windows xp: C:Documents and SettingsusernameApplication Data

windows 2003: C:Documents and SettingsusernameApplication Data
Der er ingen sup fil i Navision 2009

Setup files and tables in NAV 2009

In NAV 2009, settings are stored in various places. The following lists what is stored where. some settings are stored in files, and some in tables. I hope I have included everything here. But if the list should be incomplete, I would appreciate comments at the end of this post.

Client side:

PersonalizationStore.xml
stored in:
%AppData%MicrosoftMicrosoft Dynamics NAV
This file stores some personal settings for the client like resizing of columns. It is probably the closest thing to the old zup file there is. The data in this file is primarily binary because it it not supposed to be updated manually. Even if you could edit the file (if you could find the settings you wanted to edit), then this is unsupported. But, like the old zup file, you can delete or rename it, and next time the client opens, it will create a new one.
ClientUserSettings.Config
Stored in:
%ProgramData%MicrosoftMicrosoft Dynamics NAV
This file is where you can set RTC to connect to a specific service tier and/or a specific port.

Server side:

CustomSettings.configstored in (default):
C:Program FilesMicrosoft Dynamics NAV60Service
This is where you set up parameters for the Service Tier like SQL Server name, Database name, port number etc.
temporary Server filesStored in:
%ProgramData%MicrosoftMicrosoft Dynamics NAV60Server
The service tier uses this folder for various temporary files. It is definitely not recommended to change any files here! But it might be a place for troubleshooting certain problems (though I am not sure what kind of problems).

Tables:

2000000075 – “User Metadata”
When you go to “Customize this page”, then it’s stored here.If for example a user ads new parts, like a chart or does anythign else herel,this table contains one record for each urse, for ach pae that they have persinalised.
2000000071 – “Object Metadata”
This table stores all the objects for RTC. Whenever you compile an object, it transforms it to a format that is designed for RTC and stores it in this table. You can delete entries here, though I would not recommend it. But if you do, and want it back, then compile the missing object from Object Designer. The data in this table is generally binary, so also not something to modify and definitely not necessarily supported or documented.