$y''-2y'+2y=0$ and $y(0)=2,y'(0)=0$. My try: Ly will be the Laplace function of y.
$\begin{array}{c} y''-2y'+2y=0\\ y(0)=2,y'(0)=0\\ Ly''=sLy'\\ Ly'=sLy-2\\ Ly''=s(sLy-2)=s^{2}Ly-2s\\ s^{2}Ly-2s-2(sLy-2)+2Ly=0\\ s^{2}Ly-2(sLy)+2Ly=2s-4\\ Ly(s^{2}-2s+2)=2s-4\\ Ly=\frac{2s-4}{(s^{2}-2s+2)}\\ Ly=\frac{2s-4}{(s-1)^{2}+1^{2}}\\ Ly=2\frac{1}{(s-1)^{2}+1^{2}}s-4\frac{1}{(s-1)^{2}+1^{2}}\\ y=-2(e^{t}\sin t)'-4(e^{t}sint)=-4 e^t sin(t) + 2 e^t (cos(t) + sin(t)) \end{array}$
which of course is incorrect.
$$y=-2(e^{t}\sin t)'$$ $$y=-2(e^t\sin t +e^t \cos t)$$ Take the Laplace transform : $$Ly=-2\left(\frac{1}{(s-1)^{2}+1^{2}}+\frac{s-1}{(s-1)^{2}+1^{2}}\right)$$ $$Ly=-\frac{2s}{(s-1)^{2}+1^{2}}$$ There is a sign mistake. You had this : $$Ly= \color {red}{2\frac{1}{(s-1)^{2}+1^{2}}s}-4\frac{1}{(s-1)^{2}+1^{2}}$$ So that you should have: $$y=\color {red}{+2}(e^{t}\sin t)'-4(e^{t}\sin t)$$ This agrees with @Lutz Lehmann 's answer. $$y=2e^t\cos t-2e^t\sin t$$