Problems with Plot

Dear all,
I have a problem with Julia 1.0.4
When I run this command to plot a simple figure and I have already installed the package “Plots”.

using Plots
x=0:0.1:1
y=sin.(x)
plot(x,y)

appear a huge error below.

Anyone could help me, please?

KS: file open error (C:\Users\Usuário\.julia\packages\GR\TMylY\src\..\deps\gr\FONTS\GKSFONT.DAT)
open: No such file or directory
GKS: file open error (C:\Users\Usuário\.julia\packages\GR\TMylY\src\..\deps\gr\FONTS\GKSFONT.DAT)
open: No such file or directory
Error showing value of type Plots.Plot{Plots.GRBackend}:
ERROR: SystemError: opening file C:\Users\USURIO~2\AppData\Local\Temp\jl_3D02.tmp.png: No such file or directory
Stacktrace:
 [1] systemerror at .\error.jl:106 [inlined]
 [2] #open#295(::Nothing, ::Nothing, ::Nothing, ::Nothing, ::Nothing, ::Function, ::String) at .\iostream.jl:283
 [3] open at .\iostream.jl:275 [inlined]
 [4] #open#296(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Func

The error are here