Find all graphs $G$ that satisfy the following:
$G-v;\;\;\forall v \in V(G)$ is regular.
Not sure if this is correct: If there are no edges in $G$ then the condition is satisfied and a graph of isolated vertices is an example.
So assume there is at least one edge.
If $G-v_1$ is $k$-regular, say. Then $d(v_1)=k+1$.
let $v_2\in N_G(v_1)$.
$G-v_2$ is regular as well, so $v_2$ in $G$ must be adjacent to all other vertices in $N_G(v_1)$.
Now assume there is a $v_3 \notin N_G(v_{1,2})$. But for $G-v_3$ to be regular, $v_1v_2, v_2v_3 \in E(G)$, so by contradiction, there is no such $v_3$. $G$ must then be complete since $v_1$, $v_2$ are arbitrary vertices.
But for $3$ vertices, there is the path of length 2 and the graph with $3$ vertices and $1$ edge, both which are not complete but satisfy the condition.
Let $C$ be a component of $G$.
If $|C| = 1$, then $G$ is either a graph of isolated vertices or the graph with $3$ vertices and $1$ edge. If $|C| = 2$, then $G$ is the graph with $3$ vertices and $1$ edge.
Suppose $|C| \ge 3$. Then $G$ must be connected:
Now, suppose that $G$ is not the path on $3$ vertices. We'll prove that $G - v$ is $k$-regular for all $v \in G$ for a fixed integer $k$ and $G$ will be complete by your reasoning: